diff options
Diffstat (limited to 'src/6502.c')
-rw-r--r-- | src/6502.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/6502.c b/src/6502.c index b33b49d..09f0a04 100644 --- a/src/6502.c +++ b/src/6502.c @@ -984,6 +984,7 @@ uint8_t cpu_step(cpu_t *cpu) { break; // LAX + case 0xab: LAX(R_IMM); // Not totally correct... case 0xa7: LAX(R_ZP); case 0xb7: LAX(R_ZPY); case 0xaf: LAX(R_ABS); |