summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/homedata.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/homedata.h')
-rw-r--r--src/mame/includes/homedata.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/mame/includes/homedata.h b/src/mame/includes/homedata.h
index 3bdb1516d22..fcee3bae1d9 100644
--- a/src/mame/includes/homedata.h
+++ b/src/mame/includes/homedata.h
@@ -120,21 +120,21 @@ public:
TILE_GET_INFO_MEMBER(mirderby_get_info1_0);
TILE_GET_INFO_MEMBER(mirderby_get_info0_1);
TILE_GET_INFO_MEMBER(mirderby_get_info1_1);
- DECLARE_MACHINE_START(homedata);
- DECLARE_MACHINE_RESET(homedata);
- DECLARE_VIDEO_START(mrokumei);
+ void machine_start_homedata() ATTR_COLD;
+ void machine_reset_homedata();
+ void video_start_mrokumei() ATTR_COLD;
DECLARE_PALETTE_INIT(mrokumei);
- DECLARE_MACHINE_START(reikaids);
- DECLARE_MACHINE_RESET(reikaids);
- DECLARE_VIDEO_START(reikaids);
+ void machine_start_reikaids() ATTR_COLD;
+ void machine_reset_reikaids();
+ void video_start_reikaids() ATTR_COLD;
DECLARE_PALETTE_INIT(reikaids);
- DECLARE_MACHINE_START(pteacher);
- DECLARE_MACHINE_RESET(pteacher);
- DECLARE_VIDEO_START(pteacher);
+ void machine_start_pteacher() ATTR_COLD;
+ void machine_reset_pteacher();
+ void video_start_pteacher() ATTR_COLD;
DECLARE_PALETTE_INIT(pteacher);
- DECLARE_VIDEO_START(mirderby);
+ void video_start_mirderby() ATTR_COLD;
DECLARE_PALETTE_INIT(mirderby);
- DECLARE_VIDEO_START(lemnangl);
+ void video_start_lemnangl() ATTR_COLD;
uint32_t screen_update_mrokumei(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_reikaids(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_pteacher(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);