summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nes_ctrl/ctrl.cpp
diff options
context:
space:
mode:
author 0kmg <9137159+0kmg@users.noreply.github.com>2022-09-10 08:13:29 -0800
committer GitHub <noreply@github.com>2022-09-10 12:13:29 -0400
commit1e85658dd337bed6990949b26837e477231a9687 (patch)
tree0c219f6ca84cfc64d9e8848a82148b98e2121512 /src/devices/bus/nes_ctrl/ctrl.cpp
parentb6234ed1f1d24d9a4eb615f7e546f61635e9a9eb (diff)
bus/nes_ctrl: Added Sharp Cassette Interface AN-300SL device. (#10318)
Clones promoted to working -------------------------- Sharp My Computer Terebi C1 [kmg]
Diffstat (limited to 'src/devices/bus/nes_ctrl/ctrl.cpp')
-rw-r--r--src/devices/bus/nes_ctrl/ctrl.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/bus/nes_ctrl/ctrl.cpp b/src/devices/bus/nes_ctrl/ctrl.cpp
index a505b687783..aaeec552b4e 100644
--- a/src/devices/bus/nes_ctrl/ctrl.cpp
+++ b/src/devices/bus/nes_ctrl/ctrl.cpp
@@ -59,6 +59,7 @@
#include "partytap.h"
#include "powerpad.h"
#include "rob.h"
+#include "sharpcass.h"
#include "snesadapter.h"
#include "suborkey.h"
#include "turbofile.h"
@@ -223,6 +224,7 @@ void fc_expansion_devices(device_slot_interface &device)
device.option_add("joypad", NES_FCPAD_EXP);
device.option_add("arcstick", NES_ARCSTICK);
device.option_add("fc_keyboard", NES_FCKEYBOARD);
+ device.option_add("sharp_cassette", NES_SHARPCASS);
device.option_add("zapper", NES_ZAPPER);
device.option_add("bandaihs", NES_BANDAIHS);
device.option_add("vaus", NES_ARKPADDLE_FC);