1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-07-03 05:29:30 +00:00

Fix Y adjust on cse early exit

This commit is contained in:
David Schmenk 2018-03-16 19:08:13 -07:00
parent 5c9bc34844
commit 68479c1606

View File

@ -1398,9 +1398,10 @@ CASELP CMP (IP),Y
CASEEND TXA ; SKIP REMAINING CASES
ASL
ASL
CLC
; CLC
ADC IP
STA IP
DEY
FIXNEXT TYA
LDY #$00
SEC