1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2026-04-20 16:16:34 +00:00

Fix 65802 caseblock early exit

This commit is contained in:
David Schmenk
2018-03-16 20:44:09 -07:00
parent 68479c1606
commit 463db3c170
2 changed files with 1 additions and 1 deletions
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1398,10 +1398,10 @@ CASELP CMP (IP),Y
CASEEND TXA ; SKIP REMAINING CASES
ASL
ASL
DEC
; CLC
ADC IP
STA IP
DEY
FIXNEXT TYA
LDY #$00
SEC