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.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/mame/includes/eprom.h b/src/mame/includes/eprom.h
index 344be12e3e6..500bde3bd83 100644
--- a/src/mame/includes/eprom.h
+++ b/src/mame/includes/eprom.h
@@ -27,15 +27,19 @@ public:
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_MACHINE_START(eprom);
+ DECLARE_MACHINE_RESET(eprom);
+ DECLARE_VIDEO_START(eprom);
+ DECLARE_VIDEO_START(guts);
};
/*----------- defined in video/eprom.c -----------*/
-VIDEO_START( eprom );
+
SCREEN_UPDATE_IND16( eprom );
-VIDEO_START( guts );
+
SCREEN_UPDATE_IND16( guts );
void eprom_scanline_update(screen_device &screen, int scanline);