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:
Binary file not shown.
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user