summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mappy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mappy.h')
-rw-r--r--src/mame/includes/mappy.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/mappy.h b/src/mame/includes/mappy.h
index 40ecfd63c72..e68f760c709 100644
--- a/src/mame/includes/mappy.h
+++ b/src/mame/includes/mappy.h
@@ -65,11 +65,11 @@ public:
TILE_GET_INFO_MEMBER(phozon_get_tile_info);
TILE_GET_INFO_MEMBER(mappy_get_tile_info);
virtual void machine_start() override;
- void video_start_superpac() ATTR_COLD;
+ DECLARE_VIDEO_START(superpac);
DECLARE_PALETTE_INIT(superpac);
- void video_start_phozon() ATTR_COLD;
+ DECLARE_VIDEO_START(phozon);
DECLARE_PALETTE_INIT(phozon);
- void video_start_mappy() ATTR_COLD;
+ DECLARE_VIDEO_START(mappy);
DECLARE_PALETTE_INIT(mappy);
uint32_t screen_update_superpac(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_phozon(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);