summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/system1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/system1.h')
-rw-r--r--src/mame/includes/system1.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/system1.h b/src/mame/includes/system1.h
index e7a1585804f..fc1ddff36ae 100644
--- a/src/mame/includes/system1.h
+++ b/src/mame/includes/system1.h
@@ -113,9 +113,9 @@ public:
virtual void machine_start() override;
virtual void machine_reset() override;
virtual void video_start() override;
- void machine_start_system2() ATTR_COLD;
- void video_start_system2() ATTR_COLD;
- void machine_start_myherok() ATTR_COLD;
+ DECLARE_MACHINE_START(system2);
+ DECLARE_VIDEO_START(system2);
+ DECLARE_MACHINE_START(myherok);
uint32_t screen_update_system1(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_system2(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_system2_rowscroll(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);