summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nes_ctrl/ctrl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/nes_ctrl/ctrl.cpp')
-rw-r--r--src/devices/bus/nes_ctrl/ctrl.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/bus/nes_ctrl/ctrl.cpp b/src/devices/bus/nes_ctrl/ctrl.cpp
index 991191a1f0c..77f72d6b687 100644
--- a/src/devices/bus/nes_ctrl/ctrl.cpp
+++ b/src/devices/bus/nes_ctrl/ctrl.cpp
@@ -46,8 +46,8 @@
#include "4score.h"
#include "arkpaddle.h"
#include "bcbattle.h"
-#include "ftrainer.h"
#include "fckeybrd.h"
+#include "fcmat.h"
#include "hori.h"
#include "joypad.h"
#include "konamihs.h"
@@ -211,4 +211,5 @@ void fc_expansion_devices(device_slot_interface &device)
device.option_add("hori_4p", NES_HORI4P);
device.option_add("barcode_battler", NES_BARCODE_BATTLER);
device.option_add("subor_keyboard", NES_SUBORKEYBOARD);
+ device.option_add("taptapmat", NES_TAPTAPMAT);
}