mirror of
https://github.com/pevans/erc-c.git
synced 2024-11-23 08:31:55 +00:00
This should be EOR, not ADC
I might as well fix the bad opcode here, too!
This commit is contained in:
parent
9a5c94bbbb
commit
7224698cd7
@ -23,7 +23,7 @@
|
||||
0A:24 3C BIT A1L
|
||||
0C:F0 10 BEQ INCX
|
||||
0E:05 3C ORA A1L
|
||||
10:49 FF ADC #$FF
|
||||
10:49 FF EOR #$FF
|
||||
12:29 7E AND #$7E
|
||||
14:B0 08 HASCRY BCS INCX
|
||||
16:4A LSR A
|
||||
|
Loading…
Reference in New Issue
Block a user