Include simon debug options by default
svn-id: r5642
This commit is contained in:
parent
80f13e1973
commit
85fe6a1ac5
4 changed files with 16 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue