diff options
-rw-r--r-- | src/devices/cpu/h8/h8_watchdog.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/devices/cpu/h8/h8_watchdog.cpp b/src/devices/cpu/h8/h8_watchdog.cpp index 614afb94d2e..d3386b465fe 100644 --- a/src/devices/cpu/h8/h8_watchdog.cpp +++ b/src/devices/cpu/h8/h8_watchdog.cpp @@ -68,10 +68,7 @@ void h8_watchdog_device::tcnt_update(uint64_t cur_time) uint16_t h8_watchdog_device::wd_r() { if (!machine().side_effects_disabled()) - { tcnt_update(); - logerror("read\n"); - } return (tcsr << 8) | tcnt; } |