summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/neogeo_ctrl/ctrl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/neogeo_ctrl/ctrl.cpp')
-rw-r--r--src/devices/bus/neogeo_ctrl/ctrl.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/devices/bus/neogeo_ctrl/ctrl.cpp b/src/devices/bus/neogeo_ctrl/ctrl.cpp
index 6a1ed888075..93ff26640f8 100644
--- a/src/devices/bus/neogeo_ctrl/ctrl.cpp
+++ b/src/devices/bus/neogeo_ctrl/ctrl.cpp
@@ -200,6 +200,12 @@ void neogeo_arc_edge(device_slot_interface &device)
device.option_add("joy", NEOGEO_JOY_AC);
}
+void neogeo_arc_edge_irrmaze(device_slot_interface &device)
+{
+ device.option_add("joy", NEOGEO_JOY_AC);
+ device.option_add("irrmaze", NEOGEO_IRRMAZE);
+}
+
void neogeo_arc_edge_fixed(device_slot_interface &device)
{
device.option_add("joy", NEOGEO_JOY_AC);