mirror of
https://github.com/st3fan/ewm.git
synced 2025-04-05 00:29:29 +00:00
Fixes #38 - SBC (indirect),Y incorrectly interpreted
This commit is contained in:
parent
6939be8db4
commit
eb9c0751a2
2
ins.c
2
ins.c
@ -1094,7 +1094,7 @@ cpu_instruction_t instructions[256] = {
|
||||
/* 0xee */ { "INC", 0xee, 3, 6, 0, (void*) inc_abs },
|
||||
/* 0xef */ { "???", 0xef, 1, 2, 0, (void*) NULL },
|
||||
/* 0xf0 */ { "BEQ", 0xf0, 2, 2, 0, (void*) beq },
|
||||
/* 0xf1 */ { "SBC", 0xf1, 1, 2, 0, (void*) sbc_indy },
|
||||
/* 0xf1 */ { "SBC", 0xf1, 2, 2, 0, (void*) sbc_indy },
|
||||
/* 0xf2 */ { "???", 0xf2, 1, 2, 0, (void*) NULL },
|
||||
/* 0xf3 */ { "???", 0xf3, 1, 2, 0, (void*) NULL },
|
||||
/* 0xf4 */ { "???", 0xf4, 1, 2, 0, (void*) NULL },
|
||||
|
Loading…
x
Reference in New Issue
Block a user