aboutsummaryrefslogtreecommitdiff
path: root/simon/debug.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'simon/debug.cpp')
-rw-r--r--simon/debug.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/simon/debug.cpp b/simon/debug.cpp
index 8973eb11c0..8039762772 100644
--- a/simon/debug.cpp
+++ b/simon/debug.cpp
@@ -30,8 +30,6 @@
#include <sys/stat.h>
#endif
-#ifdef SIMONDEBUG
-
byte *SimonState::dumpOpcode(byte *p)
{
byte opcode;
@@ -477,5 +475,3 @@ void SimonState::dump_vga_script(byte *ptr, uint res, uint sprite_id)
dump_vga_script_always(ptr, res, sprite_id);
}
-
-#endif