disable debugging (nw)

This commit is contained in:
Miodrag Milanovic 2016-01-10 18:42:20 +01:00
parent f9f908d48b
commit 833094f88c

View File

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