summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/vtech2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/vtech2.h')
-rw-r--r--src/mame/includes/vtech2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/vtech2.h b/src/mame/includes/vtech2.h
index 3eabc0c54fd..0b6f0a3201c 100644
--- a/src/mame/includes/vtech2.h
+++ b/src/mame/includes/vtech2.h
@@ -64,8 +64,8 @@ public:
virtual void machine_reset() override;
virtual void video_start() override;
DECLARE_PALETTE_INIT(vtech2);
- void machine_reset_laser500();
- void machine_reset_laser700();
+ DECLARE_MACHINE_RESET(laser500);
+ DECLARE_MACHINE_RESET(laser700);
uint32_t screen_update_laser(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
INTERRUPT_GEN_MEMBER(vtech2_interrupt);