Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site ucbvax.BERKELEY.EDU Path: utzoo!watmath!clyde!burl!ulysses!ucbvax!info-atari From: ekijak@ARDC.ARPA (Edmund S. Kijak, POINT) Newsgroups: net.micro.atari Subject: Modified Display Lists Message-ID: <8511252100.AA22014@ucbvax.berkeley.edu> Date: Mon, 25-Nov-85 15:38:31 EST Article-I.D.: ucbvax.8511252100.AA22014 Posted: Mon Nov 25 15:38:31 1985 Date-Received: Wed, 27-Nov-85 06:16:27 EST Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 11 In the model 400/800 machines (and probably in the XL's), you can modify the display list to form custom screens. You can actually see the changes being made by POKEing new values into the current display list. All except for the very last display list instruction which is a JUMP to a two byte address which is the beginning of the display list. (This way you keep looping thru the same display list over and over to keep the screen refreshed). My question is why doesn't changing the last instruction or address have any effect? I've even POKEd zeroes into the last three bytes of a display list and seen no change to the screen.