From a60b88b141963cf6ca57e2659bfcf1b789bdde8f Mon Sep 17 00:00:00 2001 From: Curt Coder Date: Tue, 25 Nov 2008 15:23:51 +0000 Subject: [PATCH] Silenced Z80 SIO by default. --- src/emu/machine/z80sio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emu/machine/z80sio.c b/src/emu/machine/z80sio.c index 01e8837ba47..badbaa85581 100644 --- a/src/emu/machine/z80sio.c +++ b/src/emu/machine/z80sio.c @@ -18,7 +18,7 @@ DEBUGGING ***************************************************************************/ -#define VERBOSE 1 +#define VERBOSE 0 #define VPRINTF(x) do { if (VERBOSE) logerror x; } while (0)