aboutsummaryrefslogtreecommitdiff
path: root/source/spc700.cpp
diff options
context:
space:
mode:
authoraliaspider2014-10-28 08:42:58 +0100
committeraliaspider2014-10-28 08:42:58 +0100
commit7c00d00bcec7faf25ecd91c34decab4698ad478c (patch)
treed1bb9b42a134ae01cc1ce76be269c8036bd5267e /source/spc700.cpp
parentad4866e0cb1f7ddefbe1e31a890741e4cbc50181 (diff)
downloadsnes9x2005-7c00d00bcec7faf25ecd91c34decab4698ad478c.tar.gz
snes9x2005-7c00d00bcec7faf25ecd91c34decab4698ad478c.tar.bz2
snes9x2005-7c00d00bcec7faf25ecd91c34decab4698ad478c.zip
remove more stuff
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)\