summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/msx/ctrl/libbler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/msx/ctrl/libbler.h')
-rw-r--r--src/devices/bus/msx/ctrl/libbler.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/devices/bus/msx/ctrl/libbler.h b/src/devices/bus/msx/ctrl/libbler.h
new file mode 100644
index 00000000000..b1d89a42abb
--- /dev/null
+++ b/src/devices/bus/msx/ctrl/libbler.h
@@ -0,0 +1,19 @@
+// license:BSD-3-Clause
+// copyright-holders:Vas Crabb
+/**********************************************************************
+
+ Micomsoft Libble Rabble Joypad (XPD-1LR) emulation
+
+**********************************************************************/
+
+#ifndef MAME_BUS_MSX_CTRL_LIBBLER_H
+#define MAME_BUS_MSX_CTRL_LIBBLER_H
+
+#pragma once
+
+#include "ctrl.h"
+
+
+DECLARE_DEVICE_TYPE(MSX_LIBBLERPAD, device_msx_general_purpose_port_interface)
+
+#endif // MAME_BUS_MSX_CTRL_LIBBLER_H