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/spc700.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'source/spc700.cpp') diff --git a/source/spc700.cpp b/source/spc700.cpp index 7f2c5d2..3bfeeac 100644 --- a/source/spc700.cpp +++ b/source/spc700.cpp @@ -141,22 +141,14 @@ void STOP (char *s) { char buffer[100]; -#ifdef DEBUGGER - S9xAPUOPrint (buffer, IAPU.PC - IAPU.RAM); -#else buffer[0] = '\0'; -#endif sprintf (String, "Sound CPU in unknown state executing %s at %04X\n%s\n", s, IAPU.PC - IAPU.RAM, buffer); S9xMessage (S9X_ERROR, S9X_APU_STOPPED, String); APU.TimerEnabled[0] = APU.TimerEnabled[1] = APU.TimerEnabled[2] = FALSE; IAPU.APUExecuting = FALSE; -#ifdef DEBUGGER - CPU.Flags |= DEBUG_MODE_FLAG; -#else S9xExit (); -#endif } #define TCALL(n)\ -- cgit v1.2.3