summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/lastduel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/lastduel.h')
-rw-r--r--src/mame/includes/lastduel.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/includes/lastduel.h b/src/mame/includes/lastduel.h
index 040625f1059..c2a7be4ea7f 100644
--- a/src/mame/includes/lastduel.h
+++ b/src/mame/includes/lastduel.h
@@ -65,10 +65,10 @@ public:
TILE_GET_INFO_MEMBER(get_fg_tile_info);
TILE_GET_INFO_MEMBER(get_fix_info);
virtual void machine_reset() override;
- void machine_start_lastduel(); ATTR_COLD
- void video_start_lastduel(); ATTR_COLD
- void machine_start_madgear(); ATTR_COLD
- void video_start_madgear(); ATTR_COLD
+ DECLARE_MACHINE_START(lastduel);
+ DECLARE_VIDEO_START(lastduel);
+ DECLARE_MACHINE_START(madgear);
+ DECLARE_VIDEO_START(madgear);
uint32_t screen_update_lastduel(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_madgear(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
TIMER_DEVICE_CALLBACK_MEMBER(lastduel_timer_cb);