summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/jpmimpct.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/jpmimpct.h')
-rw-r--r--src/mame/includes/jpmimpct.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/mame/includes/jpmimpct.h b/src/mame/includes/jpmimpct.h
new file mode 100644
index 00000000000..e93352cd2bb
--- /dev/null
+++ b/src/mame/includes/jpmimpct.h
@@ -0,0 +1,18 @@
+/***************************************************************************
+
+ JPM IMPACT with Video hardware
+
+****************************************************************************/
+
+/*----------- defined in video/jpmimpct.c -----------*/
+
+extern UINT16 *tms_vram;
+
+READ16_HANDLER( bt477_r );
+WRITE16_HANDLER( bt477_w );
+
+void jpmimpct_to_shiftreg(UINT32 address, UINT16 *shiftreg);
+void jpmimpct_from_shiftreg(UINT32 address, UINT16 *shiftreg);
+void jpmimpct_scanline_update(running_machine *machine, int screen, mame_bitmap *bitmap, int scanline, const tms34010_display_params *params);
+
+VIDEO_START( jpmimpct );