summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/atarigx2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/atarigx2.h')
-rw-r--r--src/mame/includes/atarigx2.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/mame/includes/atarigx2.h b/src/mame/includes/atarigx2.h
new file mode 100644
index 00000000000..5f8abeeef8d
--- /dev/null
+++ b/src/mame/includes/atarigx2.h
@@ -0,0 +1,18 @@
+/*************************************************************************
+
+ Atari G42 hardware
+
+*************************************************************************/
+
+/*----------- defined in video/atarigx2.c -----------*/
+
+extern UINT16 atarigx2_playfield_base;
+extern UINT16 atarigx2_motion_object_base;
+extern UINT16 atarigx2_motion_object_mask;
+
+VIDEO_START( atarigx2 );
+VIDEO_UPDATE( atarigx2 );
+
+WRITE16_HANDLER( atarigx2_mo_control_w );
+
+void atarigx2_scanline_update(running_machine *machine, int scrnum, int scanline);