driven: Fix embarassing bug

This commit is contained in:
Vince Weaver 2024-11-15 00:53:44 -05:00
parent 23597afb65
commit d4de6c9e7f
2 changed files with 17 additions and 1 deletions

16
demos/driven/file_id.diz Normal file
View File

@ -0,0 +1,16 @@
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
D R I \/ E N
---------------------------------------
by Deater / dSr
Demosplash 2024
An Apple IIe Demo inspired by
Cyan's game "Riven"
For more info see here:
http://deater.net/weave/vmwprod/driven/
Requires an Apple IIe w/ 128k of RAM
and a Mockingboard sound card

View File

@ -219,7 +219,7 @@ graphics:
; wait till end of song essentially
wait_till_right_pattern8:
cmp current_pattern_smc+1
lda current_pattern_smc+1
bne wait_till_right_pattern8
rts