upgrade Bejeweled to v2.3

This commit is contained in:
Peter Ferrie 2020-02-27 08:56:07 -08:00
parent 17d76a16d9
commit 059719fa42
2 changed files with 6 additions and 6 deletions

View File

@ -9,23 +9,23 @@
+ENABLE_ACCEL +ENABLE_ACCEL
lda #<callback lda #<callback
sta $4494 sta $4489
lda #>callback lda #>callback
sta $4495 sta $448A
jmp $800 ; decompress jmp $800 ; decompress
helper helper
lda $863B lda $862A
cmp #$CB ; write file cmp #$CB ; write file
bne nohelp bne nohelp
lda $8A50 ; write address (low) lda $8A3F ; write address (low)
cmp #$F3 ; erasing save cmp #$F3 ; erasing save
beq nohelp beq nohelp
cmp #$F5 ; writing "valid" cmp #$F5 ; writing "valid"
beq nocall ; ignore it beq nocall ; ignore it
cmp #$F6 ; writing options cmp #$E5 ; writing options
beq nohelp beq nohelp
dec $8A50 ; write address dec $8A3F ; write address
nohelp nohelp
jmp $D670 ; ProDOS_enter jmp $D670 ; ProDOS_enter