mirror of
https://github.com/a2-4am/4cade.git
synced 2025-01-13 21:30:38 +00:00
Bejewled v2.5
This commit is contained in:
parent
1f7c227e4e
commit
cffa523f92
Binary file not shown.
@ -9,23 +9,23 @@
|
|||||||
|
|
||||||
+ENABLE_ACCEL
|
+ENABLE_ACCEL
|
||||||
lda #<callback
|
lda #<callback
|
||||||
sta $4534
|
sta $455C
|
||||||
lda #>callback
|
lda #>callback
|
||||||
sta $4535
|
sta $455D
|
||||||
jmp $800 ; decompress
|
jmp $800 ; decompress
|
||||||
|
|
||||||
helper
|
helper
|
||||||
lda $8696
|
lda $86E9
|
||||||
cmp #$CB ; write file
|
cmp #$CB ; write file
|
||||||
bne nohelp
|
bne nohelp
|
||||||
lda $8AAB ; write address (low)
|
lda $8AFE ; 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 #$55 ; writing options
|
cmp #$A8 ; writing options
|
||||||
beq nohelp
|
beq nohelp
|
||||||
dec $8AAB ; write address
|
dec $8AFE ; write address
|
||||||
|
|
||||||
nohelp
|
nohelp
|
||||||
jmp $D670 ; ProDOS_enter
|
jmp $D670 ; ProDOS_enter
|
||||||
|
Loading…
x
Reference in New Issue
Block a user