summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/lazercmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/lazercmd.h')
-rw-r--r--src/mame/includes/lazercmd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/lazercmd.h b/src/mame/includes/lazercmd.h
index e49fc9ff079..8d6c3c1b023 100644
--- a/src/mame/includes/lazercmd.h
+++ b/src/mame/includes/lazercmd.h
@@ -57,4 +57,6 @@ public:
virtual void machine_reset();
virtual void palette_init();
UINT32 screen_update_lazercmd(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ TIMER_DEVICE_CALLBACK_MEMBER(lazercmd_timer);
+ TIMER_DEVICE_CALLBACK_MEMBER(bbonk_timer);
};