fix Stellar 7 and Serpentine

This commit is contained in:
Peter Ferrie 2019-12-09 17:05:13 -08:00
parent 45bf68ff88
commit cf93d79009
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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