summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/atarig42.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/atarig42.h')
-rw-r--r--src/mame/includes/atarig42.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/mame/includes/atarig42.h b/src/mame/includes/atarig42.h
new file mode 100644
index 00000000000..cffb2f878d4
--- /dev/null
+++ b/src/mame/includes/atarig42.h
@@ -0,0 +1,19 @@
+/*************************************************************************
+
+ Atari G42 hardware
+
+*************************************************************************/
+
+/*----------- defined in video/atarig42.c -----------*/
+
+extern UINT16 atarig42_playfield_base;
+extern UINT16 atarig42_motion_object_base;
+extern UINT16 atarig42_motion_object_mask;
+
+VIDEO_START( atarig42 );
+VIDEO_UPDATE( atarig42 );
+
+WRITE16_HANDLER( atarig42_mo_control_w );
+
+void atarig42_scanline_update(running_machine *machine, int scrnum, int scanline);
+