summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/atarig1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/atarig1.h')
-rw-r--r--src/mame/includes/atarig1.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/mame/includes/atarig1.h b/src/mame/includes/atarig1.h
new file mode 100644
index 00000000000..844e13c5a47
--- /dev/null
+++ b/src/mame/includes/atarig1.h
@@ -0,0 +1,16 @@
+/*************************************************************************
+
+ Atari G1 hardware
+
+*************************************************************************/
+
+/*----------- defined in video/atarig1.c -----------*/
+
+WRITE16_HANDLER( atarig1_mo_control_w );
+
+VIDEO_START( atarig1 );
+VIDEO_UPDATE( atarig1 );
+
+void atarig1_scanline_update(running_machine *machine, int scrnum, int scanline);
+
+extern UINT8 atarig1_pitfight;