summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/spc700/spc700.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/spc700/spc700.h')
-rw-r--r--src/emu/cpu/spc700/spc700.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/cpu/spc700/spc700.h b/src/emu/cpu/spc700/spc700.h
index a5700a28aaf..f29e9de328b 100644
--- a/src/emu/cpu/spc700/spc700.h
+++ b/src/emu/cpu/spc700/spc700.h
@@ -26,9 +26,9 @@ enum
SPC700_PC=1, SPC700_S, SPC700_P, SPC700_A, SPC700_X, SPC700_Y
};
-#define SPC700_INT_NONE 0
-#define SPC700_INT_IRQ 1
-#define SPC700_INT_NMI 2
+#define SPC700_INT_NONE 0
+#define SPC700_INT_IRQ 1
+#define SPC700_INT_NMI 2
/* ======================================================================== */