summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/eprom.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/eprom.h')
-rw-r--r--src/mame/includes/eprom.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/eprom.h b/src/mame/includes/eprom.h
index 3f1e0f5e91a..11f06791b97 100644
--- a/src/mame/includes/eprom.h
+++ b/src/mame/includes/eprom.h
@@ -45,8 +45,8 @@ protected:
TILE_GET_INFO_MEMBER(get_alpha_tile_info);
TILE_GET_INFO_MEMBER(get_playfield_tile_info);
TILE_GET_INFO_MEMBER(guts_get_playfield_tile_info);
- DECLARE_VIDEO_START(eprom);
- DECLARE_VIDEO_START(guts);
+ void video_start_eprom() ATTR_COLD;
+ void video_start_guts() ATTR_COLD;
uint32_t screen_update_eprom(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_guts(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void update_palette();