demo: o: accidentally found better starting point

This commit is contained in:
Vince Weaver 2022-05-26 00:22:50 -04:00
parent 4f6278f087
commit cfc938ee9e
2 changed files with 23 additions and 1 deletions

View File

@ -64,8 +64,16 @@ SETGR = $FB40
WAIT = $FCA8 ; delay 1/2(26+27A+5A^2) us
; d000 was first
; f300 not bad
; f400 good
; f500 so so
; f600 less so
; f700 soso
; f800
pattern1 = $d000 ; location in memory to use as
pattern1 = $f800 ; location in memory to use as
;pattern1 = $d000 ; location in memory to use as
; background pixel pattern

14
demos/o/file_id.diz Normal file
View File

@ -0,0 +1,14 @@
dSr Scroll
-
256-byte Intro for Apple II, Outline 2022
by Deater / dSr
Wiggles the Desire logo in Hires (shape tables and page flip)
Then scrolls some lo-res chunky pixels under a DSR logo.
The lo-res pattern is just ROM/RAM contents, so some of it
might look a bit different depending on the state of RAM.
It plays some sound through the beeper/speaker. No timers
on the Apple II so that's all cycle counted.
There are various tricks going on to make this all fit.