diff options
Diffstat (limited to 'src/devices/machine/rtc4543.cpp')
-rw-r--r-- | src/devices/machine/rtc4543.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/rtc4543.cpp b/src/devices/machine/rtc4543.cpp index 6079a663360..b068e44f882 100644 --- a/src/devices/machine/rtc4543.cpp +++ b/src/devices/machine/rtc4543.cpp @@ -20,7 +20,7 @@ // MACROS / CONSTANTS //************************************************************************** -#define VERBOSE 1 +#define VERBOSE 0 const char *rtc4543_device::s_reg_names[7] = { |