summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gcpinbal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gcpinbal.h')
-rw-r--r--src/mame/includes/gcpinbal.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/mame/includes/gcpinbal.h b/src/mame/includes/gcpinbal.h
new file mode 100644
index 00000000000..53788699cc0
--- /dev/null
+++ b/src/mame/includes/gcpinbal.h
@@ -0,0 +1,11 @@
+/*----------- defined in video/gcpinbal.c -----------*/
+
+VIDEO_START( gcpinbal );
+VIDEO_UPDATE( gcpinbal );
+
+READ16_HANDLER ( gcpinbal_tilemaps_word_r );
+WRITE16_HANDLER( gcpinbal_tilemaps_word_w );
+
+extern UINT16 *gcpinbal_tilemapram;
+extern UINT16 *gcpinbal_ioc_ram;
+