mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
disable debugging (nw)
This commit is contained in:
parent
f9f908d48b
commit
833094f88c
@ -52,7 +52,7 @@ typedef int running_machine;
|
||||
|
||||
// note you need to compile as a console app to have any of
|
||||
// these printfs show up
|
||||
#define DEBUG_VERSION 1
|
||||
#define DEBUG_VERSION 0
|
||||
|
||||
#if DEBUG_VERSION
|
||||
#define DEBUG_PRINTF(x) printf x
|
||||
|
Loading…
Reference in New Issue
Block a user