mirror of
https://github.com/holub/mame
synced 2025-07-06 02:18:09 +03:00
h8 watchdog: remove logging no really needed anymore
This commit is contained in:
parent
7776021e40
commit
cda4ab6526
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user