From 8f9c2dcbdee5bb9953dca11c90c5b5878e9f3ff0 Mon Sep 17 00:00:00 2001 From: Aaron Culliney Date: Sat, 22 Feb 2014 19:19:51 -0800 Subject: [PATCH] Bugfix: use correct addressing mode for BIT variant * How did this ever... ? --- src/asm386/cpu.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/asm386/cpu.S b/src/asm386/cpu.S index 01bc4452..79109d91 100644 --- a/src/asm386/cpu.S +++ b/src/asm386/cpu.S @@ -796,7 +796,7 @@ op_BIT_abs: // 65c02 : 0x34 op_BIT_zpage_x: - GetIndZPage + GetZPage_X DoBIT Continue