diff options
author | Nebuleon Fumika | 2013-01-08 15:55:55 -0500 |
---|---|---|
committer | Nebuleon Fumika | 2013-01-08 15:55:55 -0500 |
commit | cdd85a7ce69232b196395ad595a9a0a8d47f7c14 (patch) | |
tree | e8d9172d4ca0a529886e1a6dae42797858233ca1 /Makefile | |
parent | 36ad810c10922b4414a33131dbfa5c5d095efb24 (diff) | |
download | snes9x2005-cdd85a7ce69232b196395ad595a9a0a8d47f7c14.tar.gz snes9x2005-cdd85a7ce69232b196395ad595a9a0a8d47f7c14.tar.bz2 snes9x2005-cdd85a7ce69232b196395ad595a9a0a8d47f7c14.zip |
Reinstate SNES Open Bus. It was making Secret of Mana's introduction screen sound like a NES with a rusty audio controller.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -69,7 +69,7 @@ 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 -DNO_OPEN_BUS
+ -DUNZIP_SUPPORT
# -DSYNC_JOYPAD_AT_HBLANK
.PHONY: clean makedirs
|