summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/lastduel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/lastduel.h')
-rw-r--r--src/mame/includes/lastduel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/lastduel.h b/src/mame/includes/lastduel.h
index 051d05a6ebc..48c6e5753d9 100644
--- a/src/mame/includes/lastduel.h
+++ b/src/mame/includes/lastduel.h
@@ -60,4 +60,6 @@ public:
DECLARE_VIDEO_START(madgear);
UINT32 screen_update_lastduel(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
UINT32 screen_update_madgear(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ TIMER_DEVICE_CALLBACK_MEMBER(lastduel_timer_cb);
+ TIMER_DEVICE_CALLBACK_MEMBER(madgear_timer_cb);
};