summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/equites.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/equites.h')
-rw-r--r--src/mame/includes/equites.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/equites.h b/src/mame/includes/equites.h
index 9cb108b2a53..be2cf2f6264 100644
--- a/src/mame/includes/equites.h
+++ b/src/mame/includes/equites.h
@@ -108,7 +108,7 @@ public:
void init_equites();
TILE_GET_INFO_MEMBER(equites_fg_info);
TILE_GET_INFO_MEMBER(equites_bg_info);
- DECLARE_VIDEO_START(equites);
+ void video_start_equites() ATTR_COLD;
DECLARE_PALETTE_INIT(equites);
uint32_t screen_update_equites(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
DECLARE_WRITE_LINE_MEMBER(equites_8155_timer_pulse);
@@ -165,7 +165,7 @@ protected:
DECLARE_WRITE16_MEMBER(splndrbt_bg_scrolly_w);
TILE_GET_INFO_MEMBER(splndrbt_fg_info);
TILE_GET_INFO_MEMBER(splndrbt_bg_info);
- DECLARE_VIDEO_START(splndrbt);
+ void video_start_splndrbt() ATTR_COLD;
DECLARE_PALETTE_INIT(splndrbt);
uint32_t screen_update_splndrbt(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
TIMER_DEVICE_CALLBACK_MEMBER(splndrbt_scanline);