From 10a440f5823e75de33e80c1a67408b7c0e0b19b3 Mon Sep 17 00:00:00 2001 From: Charles Mangin Date: Wed, 15 Aug 2018 16:15:10 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f6f829c..ee2bbc8 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,5 @@ Uses $C019 on the IIe to detect the VBL interval and some cycle counting to swit # 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.