aboutsummaryrefslogtreecommitdiff
path: root/source/spc700.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/spc700.cpp')
-rw-r--r--source/spc700.cpp8
1 files changed, 0 insertions, 8 deletions
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)\