Silenced Z80 SIO by default.

This commit is contained in:
Curt Coder 2008-11-25 15:23:51 +00:00
parent ca3478a1fc
commit a60b88b141

View File

@ -18,7 +18,7 @@
DEBUGGING
***************************************************************************/
#define VERBOSE 1
#define VERBOSE 0
#define VPRINTF(x) do { if (VERBOSE) logerror x; } while (0)