summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/klax.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/klax.h')
-rw-r--r--src/mame/includes/klax.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/mame/includes/klax.h b/src/mame/includes/klax.h
new file mode 100644
index 00000000000..489f4ade753
--- /dev/null
+++ b/src/mame/includes/klax.h
@@ -0,0 +1,12 @@
+/*************************************************************************
+
+ Atari Klax hardware
+
+*************************************************************************/
+
+/*----------- defined in video/klax.c -----------*/
+
+WRITE16_HANDLER( klax_latch_w );
+
+VIDEO_START( klax );
+VIDEO_UPDATE( klax );