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.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/mame/includes/eprom.h b/src/mame/includes/eprom.h
new file mode 100644
index 00000000000..c4fd1b09825
--- /dev/null
+++ b/src/mame/includes/eprom.h
@@ -0,0 +1,12 @@
+/*************************************************************************
+
+ Atari Escape hardware
+
+*************************************************************************/
+
+/*----------- defined in video/eprom.c -----------*/
+
+VIDEO_START( eprom );
+VIDEO_UPDATE( eprom );
+
+void eprom_scanline_update(running_machine *machine, int scrnum, int scanline);