mirror of
https://github.com/a2-4am/4cade.git
synced 2025-01-18 10:30:35 +00:00
fix Stellar 7 and Serpentine
This commit is contained in:
parent
45bf68ff88
commit
cf93d79009
src
@ -15,10 +15,10 @@
|
|||||||
sta $F1,x
|
sta $F1,x
|
||||||
dex
|
dex
|
||||||
bpl -
|
bpl -
|
||||||
lda #$F1 ; call patch instead of $222
|
lda #$F1 ; call patch instead of $233
|
||||||
sta $8BE3
|
sta $8C96
|
||||||
lda #$00
|
lda #$00
|
||||||
sta $8BE4
|
sta $8C97
|
||||||
jmp $43F5 ; decompress and show title
|
jmp $43F5 ; decompress and show title
|
||||||
patch
|
patch
|
||||||
jsr $0100 ; decompress
|
jsr $0100 ; decompress
|
||||||
|
@ -131,10 +131,10 @@ ProDOS_enter
|
|||||||
lda ldrlo2+1
|
lda ldrlo2+1
|
||||||
sta (ipacket), y
|
sta (ipacket), y
|
||||||
ldy #$13
|
ldy #$13
|
||||||
lda (bloklo), y
|
lda (scratchlo), y
|
||||||
tax
|
tax
|
||||||
iny
|
iny
|
||||||
lda (bloklo), y
|
lda (scratchlo), y
|
||||||
ldy #9
|
ldy #9
|
||||||
sta (ipacket), y
|
sta (ipacket), y
|
||||||
txa
|
txa
|
||||||
|
Loading…
x
Reference in New Issue
Block a user