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