From f518934e3b664d0cf9535a391d6572300958d3bf Mon Sep 17 00:00:00 2001 From: aliaspider Date: Tue, 28 Oct 2014 22:45:14 +0100 Subject: cleanups (cont.) --- source/sa1.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/sa1.cpp') 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; -- cgit v1.2.3