summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/dec8.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/dec8.h')
-rw-r--r--src/mame/includes/dec8.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/mame/includes/dec8.h b/src/mame/includes/dec8.h
index 92177bc69de..1c78b79f80d 100644
--- a/src/mame/includes/dec8.h
+++ b/src/mame/includes/dec8.h
@@ -157,14 +157,14 @@ public:
TILE_GET_INFO_MEMBER(get_gondo_tile_info);
virtual void machine_start() override;
virtual void machine_reset() override;
- void video_start_lastmisn() ATTR_COLD;
- void video_start_shackled() ATTR_COLD;
- void video_start_gondo() ATTR_COLD;
- void video_start_garyoret() ATTR_COLD;
- void video_start_ghostb() ATTR_COLD;
- void video_start_oscar() ATTR_COLD;
- void video_start_srdarwin() ATTR_COLD;
- void video_start_cobracom() ATTR_COLD;
+ DECLARE_VIDEO_START(lastmisn);
+ DECLARE_VIDEO_START(shackled);
+ DECLARE_VIDEO_START(gondo);
+ DECLARE_VIDEO_START(garyoret);
+ DECLARE_VIDEO_START(ghostb);
+ DECLARE_VIDEO_START(oscar);
+ DECLARE_VIDEO_START(srdarwin);
+ DECLARE_VIDEO_START(cobracom);
void allocate_buffered_spriteram16();
uint32_t screen_update_lastmisn(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_shackled(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);