summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/centiped.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/centiped.h')
-rw-r--r--src/mame/includes/centiped.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mame/includes/centiped.h b/src/mame/includes/centiped.h
index b6a659f92a6..2c2dcbf9f25 100644
--- a/src/mame/includes/centiped.h
+++ b/src/mame/includes/centiped.h
@@ -103,13 +103,13 @@ private:
TILE_GET_INFO_MEMBER(warlords_get_tile_info);
TILE_GET_INFO_MEMBER(milliped_get_tile_info);
TILE_GET_INFO_MEMBER(bullsdrt_get_tile_info);
- void machine_start_centiped() ATTR_COLD;
- void machine_reset_centiped();
- void video_start_centiped() ATTR_COLD;
- void video_start_bullsdrt() ATTR_COLD;
- void machine_reset_magworm();
- void video_start_milliped() ATTR_COLD;
- void video_start_warlords() ATTR_COLD;
+ DECLARE_MACHINE_START(centiped);
+ DECLARE_MACHINE_RESET(centiped);
+ DECLARE_VIDEO_START(centiped);
+ DECLARE_VIDEO_START(bullsdrt);
+ DECLARE_MACHINE_RESET(magworm);
+ DECLARE_VIDEO_START(milliped);
+ DECLARE_VIDEO_START(warlords);
DECLARE_PALETTE_INIT(warlords);
uint32_t screen_update_centiped(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_bullsdrt(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);