summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/fastfred.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/fastfred.h')
-rw-r--r--src/mame/includes/fastfred.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/fastfred.h b/src/mame/includes/fastfred.h
index 47e8285eb22..469eb864db0 100644
--- a/src/mame/includes/fastfred.h
+++ b/src/mame/includes/fastfred.h
@@ -79,9 +79,9 @@ public:
virtual void machine_start() override;
DECLARE_PALETTE_INIT(fastfred);
- void machine_start_imago() ATTR_COLD;
- void video_start_fastfred() ATTR_COLD;
- void video_start_imago() ATTR_COLD;
+ DECLARE_MACHINE_START(imago);
+ DECLARE_VIDEO_START(fastfred);
+ DECLARE_VIDEO_START(imago);
uint32_t screen_update_fastfred(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_imago(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);