Update README.md

This commit is contained in:
Charles Mangin 2018-08-08 14:29:11 -04:00 committed by GitHub
parent 96665e3437
commit 07dbae615b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -1,2 +1,4 @@
# rollingdemo
A mixed display mode demo for the Apple II, written in 6502 Assembly
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.