summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/m90.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/m90.h')
-rw-r--r--src/mame/includes/m90.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/m90.h b/src/mame/includes/m90.h
index 8e2605bc067..bc16bab9f5d 100644
--- a/src/mame/includes/m90.h
+++ b/src/mame/includes/m90.h
@@ -42,8 +42,8 @@ public:
virtual void machine_start() override;
virtual void video_start() override;
void common_tilemap_init();
- void video_start_bomblord() ATTR_COLD;
- void video_start_dynablsb() ATTR_COLD;
+ DECLARE_VIDEO_START(bomblord);
+ DECLARE_VIDEO_START(dynablsb);
uint32_t screen_update_m90(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_bomblord(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_dynablsb(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);