summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nes/nes_unif.hxx
diff options
context:
space:
mode:
author 0kmg <9137159+0kmg@users.noreply.github.com>2021-07-08 06:55:25 -0800
committer GitHub <noreply@github.com>2021-07-09 00:55:25 +1000
commitc9f914254c9a72c2da8274bb2a352e90eb3da52a (patch)
tree13129bf3bee531d2d90ee1d0e8551f26c65a841b /src/devices/bus/nes/nes_unif.hxx
parent40c6a80f6eea284e52219397e5eef6070303d310 (diff)
bus/nes: Improved iNES mapper 108 support. (#8220)
* Refactored mapper 108 into 4 sibling devices and added hacks for detecting variants in loose software to the iNES loading code.
Diffstat (limited to 'src/devices/bus/nes/nes_unif.hxx')
-rw-r--r--src/devices/bus/nes/nes_unif.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/bus/nes/nes_unif.hxx b/src/devices/bus/nes/nes_unif.hxx
index 0230c3bb533..79ec4f9d7cf 100644
--- a/src/devices/bus/nes/nes_unif.hxx
+++ b/src/devices/bus/nes/nes_unif.hxx
@@ -127,7 +127,6 @@ static const unif unif_list[] =
{ "BMC-SUPERVISION16IN1", 0, 0, CHRRAM_0, SVISION16_BOARD}, // mapper 53
{ "BMC-NTD-03", 0, 0, CHRRAM_0, BMC_NTD_03},
{ "UNL-AC08", 0, 0, CHRRAM_0, UNL_AC08},
- { "UNL-BB", 0, 0, CHRRAM_0, UNL_BB},
{ "UNL-LH32", 0, 0, CHRRAM_0, UNL_LH32},
{ "UNL-LH53", 0, 0, CHRRAM_0, UNL_LH53},
{ "BMC-G-146", 0, 0, CHRRAM_0, BMC_G146},