summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vegas.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/vegas.cpp')
-rw-r--r--src/mame/drivers/vegas.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/vegas.cpp b/src/mame/drivers/vegas.cpp
index 50c95e2fdac..8bd1d9da524 100644
--- a/src/mame/drivers/vegas.cpp
+++ b/src/mame/drivers/vegas.cpp
@@ -361,8 +361,8 @@ public:
void update_sio_irqs();
- DECLARE_WRITE_LINE_MEMBER(vegas_state::watchdog_reset);
- DECLARE_WRITE_LINE_MEMBER(vegas_state::watchdog_irq);
+ DECLARE_WRITE_LINE_MEMBER(watchdog_reset);
+ DECLARE_WRITE_LINE_MEMBER(watchdog_irq);
DECLARE_WRITE32_MEMBER(timekeeper_w);
DECLARE_READ32_MEMBER(timekeeper_r);
void reset_sio(void);