summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/funkybee.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/funkybee.cpp')
-rw-r--r--src/mame/drivers/funkybee.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/funkybee.cpp b/src/mame/drivers/funkybee.cpp
index f87c6932220..e2a09a1a156 100644
--- a/src/mame/drivers/funkybee.cpp
+++ b/src/mame/drivers/funkybee.cpp
@@ -85,7 +85,7 @@ Stephh's notes (based on the games Z80 code and some tests) :
READ8_MEMBER(funkybee_state::funkybee_input_port_0_r)
{
- m_watchdog->reset_r(space, 0);
+ m_watchdog->watchdog_reset();
return ioport("IN0")->read();
}