summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/m72.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/m72.h')
-rw-r--r--src/mame/includes/m72.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/mame/includes/m72.h b/src/mame/includes/m72.h
index 40e771f698d..0c82d032a4e 100644
--- a/src/mame/includes/m72.h
+++ b/src/mame/includes/m72.h
@@ -158,15 +158,15 @@ public:
void machine_start() override;
void machine_reset() override;
- void video_start_m72() ATTR_COLD;
- void video_start_xmultipl() ATTR_COLD;
- void video_start_hharry() ATTR_COLD;
- void video_start_rtype2() ATTR_COLD;
- void video_start_m82() ATTR_COLD;
- void video_start_hharryu() ATTR_COLD;
- void video_start_poundfor() ATTR_COLD;
- void machine_start_kengo() ATTR_COLD;
- void machine_reset_kengo();
+ DECLARE_VIDEO_START(m72);
+ DECLARE_VIDEO_START(xmultipl);
+ DECLARE_VIDEO_START(hharry);
+ DECLARE_VIDEO_START(rtype2);
+ DECLARE_VIDEO_START(m82);
+ DECLARE_VIDEO_START(hharryu);
+ DECLARE_VIDEO_START(poundfor);
+ DECLARE_MACHINE_START(kengo);
+ DECLARE_MACHINE_RESET(kengo);
void init_dkgenm72();
void init_bchopper();
void init_gallop();