summaryrefslogtreecommitdiff
path: root/src/port.h
diff options
context:
space:
mode:
authoraliaspider2015-11-24 13:47:28 +0100
committeraliaspider2015-11-24 13:47:28 +0100
commit0a2c1e6f5025c20e7c476e305ddda1c1a6bd9eec (patch)
treee200d35fcafaf74b2f89cc443b9314bcff849951 /src/port.h
parentaea4a52941a4a64a913e295153fcb798cfa5ee50 (diff)
downloadsnes9x2002-0a2c1e6f5025c20e7c476e305ddda1c1a6bd9eec.tar.gz
snes9x2002-0a2c1e6f5025c20e7c476e305ddda1c1a6bd9eec.tar.bz2
snes9x2002-0a2c1e6f5025c20e7c476e305ddda1c1a6bd9eec.zip
add ASM_CPU and ASM_SPC700 build options.
Diffstat (limited to 'src/port.h')
-rw-r--r--src/port.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/port.h b/src/port.h
index b203d8d..9a18644 100644
--- a/src/port.h
+++ b/src/port.h
@@ -134,8 +134,8 @@ typedef short int16_32;
#define ALIGN_BY_ONE __attribute__ ((aligned (1), packed))
#undef FAST_LSB_WORD_ACCESS
#define SUPER_FX
-#ifdef ASMCPU
-#define ASM_SPC700
+#if defined(ASM_SPC700) && defined(SPC700_SHUTDOWN)
+#undef SPC700_SHUTDOWN
#endif
EXTERN_C void S9xGenerateSound();