Include simon debug options by default

svn-id: r5642
This commit is contained in:
Travis Howell 2002-11-20 14:45:00 +00:00
parent 80f13e1973
commit 85fe6a1ac5
4 changed files with 16 additions and 15 deletions

View file

@ -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