summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices
diff options
context:
space:
mode:
author 0kmg <9137159+0kmg@users.noreply.github.com>2022-04-15 12:48:04 -0800
committer GitHub <noreply@github.com>2022-04-15 16:48:04 -0400
commit7b8e04e00cf5292af1fc85b561ddf8693e7db3a1 (patch)
tree6085da28372a02749e9f98cf732b1987bb92de83 /src/devices
parent650e7ee3bac08a8e5c6fee72fcd594a0d657386e (diff)
nes.xml: Removed bad dump mc_s8kfa. (#9571)
Diffstat (limited to 'src/devices')
-rw-r--r--src/devices/bus/nes/nes_carts.cpp1
-rw-r--r--src/devices/bus/nes/nes_pcb.hxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/devices/bus/nes/nes_carts.cpp b/src/devices/bus/nes/nes_carts.cpp
index 5445ed6e90b..a83d436958b 100644
--- a/src/devices/bus/nes/nes_carts.cpp
+++ b/src/devices/bus/nes/nes_carts.cpp
@@ -505,7 +505,6 @@ void nes_cart(device_slot_interface &device)
device.option_add_internal("onebus", NES_NROM); // UNSUPPORTED
device.option_add_internal("pec586", NES_NROM); // UNSUPPORTED
// are there dumps of games with these boards?
- device.option_add_internal("bmc_hik_kof", NES_NROM); // mapper 251 - UNSUPPORTED
device.option_add_internal("bmc_13in1jy110", NES_NROM); // [mentioned in FCEUMM source - we need more info] - UNSUPPORTED
device.option_add_internal("bmc_gk_192", NES_NROM); // [mentioned in FCEUMM source - we need more info] - UNSUPPORTED
device.option_add_internal("konami_qtai", NES_NROM); // [mentioned in FCEUMM source - we need more info] - UNSUPPORTED
diff --git a/src/devices/bus/nes/nes_pcb.hxx b/src/devices/bus/nes/nes_pcb.hxx
index 0f3f009cd54..ecadd4a788b 100644
--- a/src/devices/bus/nes/nes_pcb.hxx
+++ b/src/devices/bus/nes/nes_pcb.hxx
@@ -413,7 +413,6 @@ static const nes_pcb pcb_list[] =
{ "ffe4", FFE4_BOARD },
{ "ffe8", FFE8_BOARD },
{ "unl_dance", UNSUPPORTED_BOARD },
- { "bmc_hik_kof", UNSUPPORTED_BOARD },
{ "onebus", UNSUPPORTED_BOARD },
{ "pec586", UNSUPPORTED_BOARD },
{ "test", TEST_BOARD },