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