mirror of
https://github.com/a2-4am/passport.git
synced 2024-11-19 03:06:34 +00:00
fix 8b3/MECC stack corruption bug
This commit is contained in:
parent
c3e8bc7106
commit
0f4978df02
@ -73,7 +73,5 @@ B8b3 sta T02,y
|
||||
sta $083F
|
||||
sta $0842
|
||||
sta $0845
|
||||
pla
|
||||
plp
|
||||
jmp $0801
|
||||
}
|
||||
|
@ -123,8 +123,6 @@ foundmeccm8
|
||||
ldy #$A3
|
||||
lda (modsrc),y
|
||||
sta $B8FC
|
||||
pla
|
||||
plp
|
||||
jmp ADStyle
|
||||
}
|
||||
|
||||
@ -228,7 +226,5 @@ foundmeccm7
|
||||
ldy #$2A
|
||||
lda (modsrc),y
|
||||
sta $B8FC
|
||||
pla
|
||||
plp
|
||||
jmp ADStyle
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user