summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/toaplan2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/toaplan2.h')
-rw-r--r--src/mame/includes/toaplan2.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/mame/includes/toaplan2.h b/src/mame/includes/toaplan2.h
index 584c0500665..bc96b7d3362 100644
--- a/src/mame/includes/toaplan2.h
+++ b/src/mame/includes/toaplan2.h
@@ -125,14 +125,14 @@ public:
void init_enmadaio();
TILE_GET_INFO_MEMBER(get_text_tile_info);
virtual void machine_start() override;
- void machine_reset_toaplan2();
- void video_start_toaplan2() ATTR_COLD;
- void machine_reset_ghox();
- void video_start_truxton2() ATTR_COLD;
- void video_start_fixeightbl() ATTR_COLD;
- void video_start_bgaregga() ATTR_COLD;
- void video_start_bgareggabl() ATTR_COLD;
- void video_start_batrider() ATTR_COLD;
+ DECLARE_MACHINE_RESET(toaplan2);
+ DECLARE_VIDEO_START(toaplan2);
+ DECLARE_MACHINE_RESET(ghox);
+ DECLARE_VIDEO_START(truxton2);
+ DECLARE_VIDEO_START(fixeightbl);
+ DECLARE_VIDEO_START(bgaregga);
+ DECLARE_VIDEO_START(bgareggabl);
+ DECLARE_VIDEO_START(batrider);
// Teki Paki sound
DECLARE_READ8_MEMBER(tekipaki_cmdavailable_r);