summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/stvcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/stvcd.h')
-rw-r--r--src/mame/machine/stvcd.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/mame/machine/stvcd.h b/src/mame/machine/stvcd.h
new file mode 100644
index 00000000000..46d264d6d73
--- /dev/null
+++ b/src/mame/machine/stvcd.h
@@ -0,0 +1,17 @@
+/***************************************************************************
+
+ machine/stvcd.h - Sega Saturn and ST-V CD-ROM handling
+
+ By R. Belmont
+
+***************************************************************************/
+
+#ifndef __STVCD_H__
+#define __STVCD_H__
+
+void stvcd_reset(void);
+
+READ32_HANDLER( stvcd_r );
+WRITE32_HANDLER( stvcd_w );
+
+#endif