summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/toobin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/toobin.h')
-rw-r--r--src/mame/includes/toobin.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/mame/includes/toobin.h b/src/mame/includes/toobin.h
new file mode 100644
index 00000000000..68a8c4a7c51
--- /dev/null
+++ b/src/mame/includes/toobin.h
@@ -0,0 +1,16 @@
+/*************************************************************************
+
+ Atari Toobin' hardware
+
+*************************************************************************/
+
+/*----------- defined in video/toobin.c -----------*/
+
+WRITE16_HANDLER( toobin_paletteram_w );
+WRITE16_HANDLER( toobin_intensity_w );
+WRITE16_HANDLER( toobin_xscroll_w );
+WRITE16_HANDLER( toobin_yscroll_w );
+WRITE16_HANDLER( toobin_slip_w );
+
+VIDEO_START( toobin );
+VIDEO_UPDATE( toobin );