summaryrefslogtreecommitdiffstatshomepage
path: root/trunk/src/emu/sound/votrax.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/emu/sound/votrax.h')
-rw-r--r--trunk/src/emu/sound/votrax.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/trunk/src/emu/sound/votrax.h b/trunk/src/emu/sound/votrax.h
new file mode 100644
index 00000000000..29e7e2dedb7
--- /dev/null
+++ b/trunk/src/emu/sound/votrax.h
@@ -0,0 +1,13 @@
+#pragma once
+
+#ifndef __VOTRAX_H__
+#define __VOTRAX_H__
+
+#include "devlegcy.h"
+
+WRITE8_DEVICE_HANDLER( votrax_w );
+int votrax_status_r(device_t *device);
+
+DECLARE_LEGACY_SOUND_DEVICE(VOTRAX, votrax);
+
+#endif /* __VOTRAX_H__ */