summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/msx/ctrl/towns6b.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/msx/ctrl/towns6b.h')
-rw-r--r--src/devices/bus/msx/ctrl/towns6b.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/devices/bus/msx/ctrl/towns6b.h b/src/devices/bus/msx/ctrl/towns6b.h
new file mode 100644
index 00000000000..df738978c4c
--- /dev/null
+++ b/src/devices/bus/msx/ctrl/towns6b.h
@@ -0,0 +1,19 @@
+// license:BSD-3-Clause
+// copyright-holders:Vas Crabb
+/**********************************************************************
+
+ FM Towns 6-button Pad emulation
+
+**********************************************************************/
+
+#ifndef MAME_BUS_MSX_CTRL_TOWNS6B_H
+#define MAME_BUS_MSX_CTRL_TOWNS6B_H
+
+#pragma once
+
+#include "ctrl.h"
+
+
+DECLARE_DEVICE_TYPE(MSX_TOWNS6B, device_msx_general_purpose_port_interface)
+
+#endif // MAME_BUS_MSX_CTRL_TOWNS6B_H