logo_demo: oops staggered was overwriting page2

This commit is contained in:
Vince Weaver 2021-11-12 12:32:47 -05:00
parent afe87e7fe1
commit faea64111e
2 changed files with 4 additions and 6 deletions

View File

@ -147,8 +147,8 @@ TO DEMO
CS FS
.BLOAD "MA2E.PT3 4096
.BLOAD "MUSIC 19456
PRINT [.CALL 19456]
.BLOAD "MAP 2048
.CALL 19456
PRINT "DSR
PRINT "OCEAN
PRINT "WARGAMES
@ -157,7 +157,7 @@ PRINT "POLY
PRINT "MYST
PRINT "CS
PRINT [REPEAT 5 [ CTREE ]]
CREDITS
PRINT "CREDITS
END
MAKE "STARTUP [DEMO]

View File

@ -41,8 +41,6 @@ staggered:
lda FRAME
sta save3
; pulse loop horizontal
lda #$00
@ -74,7 +72,7 @@ inner_loop:
tax
lda #$60
lda #$40
cmp GBASH
bne inner_loop
@ -87,7 +85,7 @@ inner_loop:
inc FRAME
lda FRAME
cmp #32
cmp #128
bne outer_loop
lda save1