A mixed display mode demo for the Apple IIe, written in 6502 Assembly
Go to file
Charles Mangin 10a440f582
Update README.md
2018-08-15 16:15:10 -04:00
FASTSCAN.dsk added FASTSCAN 2018-08-15 16:13:25 -04:00
README.md Update README.md 2018-08-15 16:15:10 -04:00
ROLLING.dsk Add files via upload 2018-08-08 14:27:01 -04:00
SCROLLING.dsk added SCROLLING.dsk 2018-08-08 16:59:10 -04:00
fastscan.s added FASTSCAN 2018-08-15 16:13:25 -04:00
rollingscan.s Add files via upload 2018-08-08 14:27:01 -04:00
scrollingtext.s added SCROLLING.dsk 2018-08-08 16:59:10 -04:00

README.md

Rolling

A mixed display mode demo for the Apple IIe, written in 6502 Assembly

Uses $C019 on the IIe to detect the VBL interval and some cycle counting to switch display modes during the screen draw for a mix of low-res and text modes.

Scroll

I had some fun working out how quickly to scroll low res text and keep it legible. Each row of text scrolls 1 pixel left when the one above it has scrolled all the way across the screen. The top scrolls as fast as I could manage, and the bottom one, well, it will eventually.

Fastscan

A little demo of swapping text pages and graphics/text mode on a rolling delay.