summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/skullxbo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/skullxbo.h')
-rw-r--r--src/mame/includes/skullxbo.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/mame/includes/skullxbo.h b/src/mame/includes/skullxbo.h
new file mode 100644
index 00000000000..c467de043e3
--- /dev/null
+++ b/src/mame/includes/skullxbo.h
@@ -0,0 +1,17 @@
+/*************************************************************************
+
+ Atari Skull & Crossbones hardware
+
+*************************************************************************/
+
+/*----------- defined in video/skullxbo.c -----------*/
+
+WRITE16_HANDLER( skullxbo_playfieldlatch_w );
+WRITE16_HANDLER( skullxbo_xscroll_w );
+WRITE16_HANDLER( skullxbo_yscroll_w );
+WRITE16_HANDLER( skullxbo_mobmsb_w );
+
+VIDEO_START( skullxbo );
+VIDEO_UPDATE( skullxbo );
+
+void skullxbo_scanline_update(int param);