aboutsummaryrefslogtreecommitdiff
path: root/source/sa1.cpp
diff options
context:
space:
mode:
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;