aboutsummaryrefslogtreecommitdiff
path: root/source/sa1.cpp
diff options
context:
space:
mode:
authoraliaspider2014-10-28 22:45:14 +0100
committeraliaspider2014-10-28 22:45:14 +0100
commitf518934e3b664d0cf9535a391d6572300958d3bf (patch)
treeac24ebff344f7e8163a3b14ed228e3a26aa6915f /source/sa1.cpp
parenta9c9cc3e30e50e8d90e355aa7ea84ae846e0c9bc (diff)
downloadsnes9x2005-f518934e3b664d0cf9535a391d6572300958d3bf.tar.gz
snes9x2005-f518934e3b664d0cf9535a391d6572300958d3bf.tar.bz2
snes9x2005-f518934e3b664d0cf9535a391d6572300958d3bf.zip
cleanups (cont.)
Diffstat (limited to 'source/sa1.cpp')
-rw-r--r--source/sa1.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/sa1.cpp b/source/sa1.cpp
index 474f731..36a9ff6 100644
--- a/source/sa1.cpp
+++ b/source/sa1.cpp
@@ -543,8 +543,8 @@ void S9xSetSA1 (uint8 byte, uint32 address)
if (((byte ^ Memory.FillRAM [0x220a]) & 0x10) &&
(Memory.FillRAM [0x2301] & byte & 0x10))
{
-#ifdef DEBUGGER
- printf ("###SA1 NMI\n");
+#if 0
+ printf ("###SA1 NMI\n");
#endif
}
break;