summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/m6502/ill02.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/m6502/ill02.h')
-rw-r--r--src/emu/cpu/m6502/ill02.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/m6502/ill02.h b/src/emu/cpu/m6502/ill02.h
index b47a161f07d..fa21452c444 100644
--- a/src/emu/cpu/m6502/ill02.h
+++ b/src/emu/cpu/m6502/ill02.h
@@ -175,7 +175,7 @@
/* 6510 ********************************************************
* OAL load accumulator and index X
***************************************************************/
-#define OAL_6510 \
+#define OAL_6510 \
A = X = (UINT8)((A|0xee)&tmp); \
SET_NZ(A)