aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNebuleon Fumika2013-01-08 15:04:53 -0500
committerNebuleon Fumika2013-01-08 15:04:53 -0500
commit1beb671de1d39964ad3453e28fd48a117046a8cb (patch)
tree8a27664cf771d2a1df399c23acf5546b1e9a2613 /Makefile
parent12c5afbe60035f52da6ae33e853ea01fe075d06c (diff)
downloadsnes9x2005-1beb671de1d39964ad3453e28fd48a117046a8cb.tar.gz
snes9x2005-1beb671de1d39964ad3453e28fd48a117046a8cb.tar.bz2
snes9x2005-1beb671de1d39964ad3453e28fd48a117046a8cb.zip
Configurable interrupt interval for the sound timer. Right now, only 22050 Hz audio at 2000-microsecond intervals works.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0642bf7..ed21eca 100644
--- a/Makefile
+++ b/Makefile
@@ -69,7 +69,8 @@ CFLAGS := -mips32 -mno-abicalls -fno-pic -fno-builtin \
DEFS := -DSPC700_C -DEXECUTE_SUPERFX_PER_LINE -DSDD1_DECOMP \
-DVAR_CYCLES -DCPU_SHUTDOWN -DSPC700_SHUTDOWN \
-DNO_INLINE_SET_GET -DNOASM -DHAVE_MKSTEMP '-DACCEPT_SIZE_T=size_t' \
- -DUNZIP_SUPPORT -DSYNC_JOYPAD_AT_HBLANK
+ -DUNZIP_SUPPORT -DNO_OPEN_BUS
+# -DSYNC_JOYPAD_AT_HBLANK
.PHONY: clean makedirs
.SUFFIXES: .elf .dat .plg