summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/eolithsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/eolithsp.h')
-rw-r--r--src/mame/includes/eolithsp.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mame/includes/eolithsp.h b/src/mame/includes/eolithsp.h
new file mode 100644
index 00000000000..425708b07e8
--- /dev/null
+++ b/src/mame/includes/eolithsp.h
@@ -0,0 +1,6 @@
+/*----------- defined in drivers/eolithsp.c -----------*/
+
+void eolith_speedup_read(void);
+void init_eolith_speedup(running_machine *machine);
+INTERRUPT_GEN( eolith_speedup );
+UINT32 eolith_speedup_getvblank(void *param);