From 7c00d00bcec7faf25ecd91c34decab4698ad478c Mon Sep 17 00:00:00 2001 From: aliaspider Date: Tue, 28 Oct 2014 08:42:58 +0100 Subject: remove more stuff --- source/dsp1.cpp | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'source/dsp1.cpp') diff --git a/source/dsp1.cpp b/source/dsp1.cpp index 244d8b0..4e32a54 100644 --- a/source/dsp1.cpp +++ b/source/dsp1.cpp @@ -125,14 +125,6 @@ uint8 S9xGetDSP (uint16 address) { uint8 t; -#ifdef DEBUGGER - if (Settings.TraceDSP) - { - sprintf (String, "DSP read: 0x%04X", address); - S9xMessage (S9X_TRACE, S9X_TRACE_DSP1, String); - } -#endif - t=(*GetDSP)(address); //DSP1GetByte(address); return (t); @@ -140,14 +132,6 @@ uint8 S9xGetDSP (uint16 address) void S9xSetDSP (uint8 byte, uint16 address) { -#ifdef DEBUGGER - missing.unknowndsp_write = address; - if (Settings.TraceDSP) - { - sprintf (String, "DSP write: 0x%04X=0x%02X", address, byte); - S9xMessage (S9X_TRACE, S9X_TRACE_DSP1, String); - } -#endif (*SetDSP)(byte, address); //DSP1SetByte(byte, address); } -- cgit v1.2.3