fix Serpentine demo

This commit is contained in:
Peter Ferrie 2022-07-26 10:40:05 -07:00
parent 6d853e19d4
commit d589b60a1d
2 changed files with 3 additions and 10 deletions

Binary file not shown.

View File

@ -15,24 +15,17 @@ reset
+READ_ROM_NO_WRITE
+NEW_RESET_VECTOR reset
lda #<callback1
sta $8C55
sta $8C58
lda #>callback1
sta $8C56
sta $8C59
jmp $43F5
callback1
stx $00
lda #$20
sta $01
lda #$CF
sta $02
lda #$83
sta $03
lda #<callback2
sta $237
lda #>callback2
sta $238
jmp $8C5A ; decompress
rts
callback2
lda #$4C