I would like to be able to fine vertical scroll up and down. I have 20 lines of ANTIC mode 4 that I would like to scroll and several mode 4 and mode 2 lines I would like to keep static.
My attempted Display List looks something like this:
5800: 8 BLANK 5801: DLI LMS 5010 VSCROL HSCROL MODE 4 5804: DLI LMS 503d VSCROL HSCROL MODE 4 5807: DLI LMS 506a VSCROL HSCROL MODE 4 580a: DLI LMS 5097 VSCROL HSCROL MODE 4 580d: DLI LMS 50c4 VSCROL HSCROL MODE 4 5810: DLI LMS 50f1 VSCROL HSCROL MODE 4 5813: DLI LMS 511e VSCROL HSCROL MODE 4 5816: DLI LMS 514b VSCROL HSCROL MODE 4 5819: DLI LMS 5178 VSCROL HSCROL MODE 4 581c: DLI LMS 51a5 VSCROL HSCROL MODE 4 581f: DLI LMS 51d2 VSCROL HSCROL MODE 4 5822: DLI LMS 51ff VSCROL HSCROL MODE 4 5825: DLI LMS 522c VSCROL HSCROL MODE 4 5828: DLI LMS 5259 VSCROL HSCROL MODE 4 582b: DLI LMS 5286 VSCROL HSCROL MODE 4 582e: DLI LMS 52b3 VSCROL HSCROL MODE 4 5831: DLI LMS 52e0 VSCROL HSCROL MODE 4 5834: DLI LMS 530d VSCROL HSCROL MODE 4 5837: DLI LMS 533a VSCROL HSCROL MODE 4 583a: DLI LMS 5367 VSCROL HSCROL MODE 4 583d: DLI LMS 5394 VSCROL HSCROL MODE 4 5840: DLI LMS 5010 MODE 4 5843: DLI LMS 5480 MODE 2 5846: LMS 54a8 MODE 2 5849: LMS 54d0 MODE 2 584c: LMS 54f8 MODE 2 584f: JVB 5800
I have tried several experiments and nothing seems to have worked the way I expected yet. I am trying to scroll 20 lines (from 5804 to 583d). I am trying to scroll the data from 5801 line into the 5804 line when I try to scroll the screen down, but this doesn't seem to work right.
I also have tried turning off and turning on the vscroll and hscroll bits for lines 5801 and 5840 (off in the example above).
Anyway, is there a good way to scroll up and down by one pixel for 20 antic 4 lines that are placed in an arbitrary location on the screen and can have data on screen above and below? (Without using black PM overlays to hide the bad areas?)
Any experts have any ideas?
Thanks for the help,
-C-
ps - vertical scrolling seems to affect the antic lines below the lines set with the vertical scroll bit. Thus, it seems like 2 antic lines will scroll, and that the vertical scroll bit does not have to be set on every line. Just trying to figure this beast out!!!















