fix 8b3/MECC stack corruption bug

This commit is contained in:
Peter Ferrie 2017-01-26 23:29:43 -08:00
parent c3e8bc7106
commit 0f4978df02
2 changed files with 0 additions and 6 deletions

View File

@ -73,7 +73,5 @@ B8b3 sta T02,y
sta $083F
sta $0842
sta $0845
pla
plp
jmp $0801
}

View File

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