summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/msx/ctrl/ctrl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/msx/ctrl/ctrl.cpp')
-rw-r--r--src/devices/bus/msx/ctrl/ctrl.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/bus/msx/ctrl/ctrl.cpp b/src/devices/bus/msx/ctrl/ctrl.cpp
index efa8716edc1..f26c175c449 100644
--- a/src/devices/bus/msx/ctrl/ctrl.cpp
+++ b/src/devices/bus/msx/ctrl/ctrl.cpp
@@ -12,6 +12,7 @@
#include "hypershot.h"
#include "joystick.h"
#include "libbler.h"
+#include "magickey.h"
#include "mouse.h"
#include "sgadapt.h"
#include "towns6b.h"
@@ -49,6 +50,7 @@ void msx_general_purpose_port_devices(device_slot_interface &device)
device.option_add("hypershot", MSX_HYPERSHOT);
device.option_add("joystick", MSX_JOYSTICK);
device.option_add("libbler", MSX_LIBBLERPAD);
+ device.option_add("magickey", MSX_MAGICKEY);
device.option_add("martypad", MSX_MARTYPAD);
device.option_add("mouse", MSX_MOUSE);
device.option_add("sega", MSX_SEGACTRL);