summaryrefslogtreecommitdiff
path: root/src/apu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/apu.h')
-rw-r--r--src/apu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/apu.h b/src/apu.h
index ccf68dc..201c68c 100644
--- a/src/apu.h
+++ b/src/apu.h
@@ -107,7 +107,7 @@ STATIC inline void S9xAPUUnpackStatus()
{
IAPU._Zero = ((IAPU.P & Zero) == 0) | (IAPU.P & Negative);
-#ifdef ASMCPU
+#ifdef ASM_SPC700
if (!Settings.asmspc700)
#endif
{
@@ -118,7 +118,7 @@ STATIC inline void S9xAPUUnpackStatus()
STATIC inline void S9xAPUPackStatus()
{
-#ifdef ASMCPU
+#ifdef ASM_SPC700
if (Settings.asmspc700)
{
IAPU.P &= ~(Zero | Negative);