summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ds1205.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ds1205.cpp')
-rw-r--r--src/devices/machine/ds1205.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ds1205.cpp b/src/devices/machine/ds1205.cpp
index 959c8ee69be..400046c3406 100644
--- a/src/devices/machine/ds1205.cpp
+++ b/src/devices/machine/ds1205.cpp
@@ -11,7 +11,7 @@
#include "emu.h"
#include "ds1205.h"
-#define VERBOSE_LEVEL ( 2 )
+#define VERBOSE_LEVEL ( 0 )
inline void ATTR_PRINTF( 3, 4 ) ds1205_device::verboselog( int n_level, const char *s_fmt, ... )
{