summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/atari_vg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/atari_vg.h')
-rw-r--r--src/mame/machine/atari_vg.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/mame/machine/atari_vg.h b/src/mame/machine/atari_vg.h
new file mode 100644
index 00000000000..3f2a127c363
--- /dev/null
+++ b/src/mame/machine/atari_vg.h
@@ -0,0 +1,13 @@
+/***************************************************************************
+
+ Atari vector hardware
+
+***************************************************************************/
+
+READ8_HANDLER( atari_vg_earom_r );
+WRITE8_HANDLER( atari_vg_earom_w );
+WRITE8_HANDLER( atari_vg_earom_ctrl_w );
+
+NVRAM_HANDLER( atari_vg );
+
+void atari_vg_register_states(void);