summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/exterm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/exterm.h')
-rw-r--r--src/mame/includes/exterm.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/mame/includes/exterm.h b/src/mame/includes/exterm.h
new file mode 100644
index 00000000000..5863b859292
--- /dev/null
+++ b/src/mame/includes/exterm.h
@@ -0,0 +1,18 @@
+/*************************************************************************
+
+ Gottlieb Exterminator hardware
+
+*************************************************************************/
+
+/*----------- defined in video/exterm.c -----------*/
+
+extern UINT16 *exterm_master_videoram;
+extern UINT16 *exterm_slave_videoram;
+
+PALETTE_INIT( exterm );
+void exterm_scanline_update(running_machine *machine, int screen, mame_bitmap *bitmap, int scanline, const tms34010_display_params *params);
+
+void exterm_to_shiftreg_master(UINT32 address, UINT16* shiftreg);
+void exterm_from_shiftreg_master(UINT32 address, UINT16* shiftreg);
+void exterm_to_shiftreg_slave(UINT32 address, UINT16* shiftreg);
+void exterm_from_shiftreg_slave(UINT32 address, UINT16* shiftreg);