summaryrefslogtreecommitdiffstatshomepage
path: root/trunk/src/emu/sound/t6w28.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/emu/sound/t6w28.h')
-rw-r--r--trunk/src/emu/sound/t6w28.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/trunk/src/emu/sound/t6w28.h b/trunk/src/emu/sound/t6w28.h
new file mode 100644
index 00000000000..ab73573d38c
--- /dev/null
+++ b/trunk/src/emu/sound/t6w28.h
@@ -0,0 +1,12 @@
+#pragma once
+
+#ifndef __T6W28_H__
+#define __T6W28_H__
+
+#include "devlegcy.h"
+
+WRITE8_DEVICE_HANDLER( t6w28_w );
+
+DECLARE_LEGACY_SOUND_DEVICE(T6W28, t6w28);
+
+#endif /* __T6W28_H__ */