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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/eprom.h b/src/mame/includes/eprom.h
index c4fd1b09825..fc057b13085 100644
--- a/src/mame/includes/eprom.h
+++ b/src/mame/includes/eprom.h
@@ -9,4 +9,7 @@
VIDEO_START( eprom );
VIDEO_UPDATE( eprom );
+VIDEO_START( guts );
+VIDEO_UPDATE( guts );
+
void eprom_scanline_update(running_machine *machine, int scrnum, int scanline);