summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nes/nes_unif.hxx
diff options
context:
space:
mode:
author 0kmg <9137159+0kmg@users.noreply.github.com>2021-09-11 19:31:28 -0800
committer 0kmg <9137159+0kmg@users.noreply.github.com>2021-09-12 13:42:30 -0800
commit64a32a5ef1d504abf832e901253ddc5271c42803 (patch)
treea8b0751ddcc2af5a9674d9706151998de67363eb /src/devices/bus/nes/nes_unif.hxx
parentda0df4bb6c54d7077491a6b8d73892a99c46b6bf (diff)
bus/nes: More fixes for various multicart types.
- Fixed graphics glitches in the following boards: BMC-20IN1 (Kaiser 20 in 1), BMC-SUPER700IN1 (700 in 1, 190 in 1), BMC-VT5201 (six multicarts). - Simplified BMC-21IN1 board (21 in 1, 8 in 1). New working software list additions (nes.xml) ----------------------------------- Super 190 in 1 [anonymous]
Diffstat (limited to 'src/devices/bus/nes/nes_unif.hxx')
-rw-r--r--src/devices/bus/nes/nes_unif.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/nes/nes_unif.hxx b/src/devices/bus/nes/nes_unif.hxx
index ca8aca47104..29d51b94d8d 100644
--- a/src/devices/bus/nes/nes_unif.hxx
+++ b/src/devices/bus/nes/nes_unif.hxx
@@ -114,7 +114,7 @@ static const unif unif_list[] =
{ "UNL-YOKO", 0, 0, CHRRAM_0, YOKO_BOARD}, // similar to mapper 83, but not the same
{ "UNL-FS304", 0, 8, CHRRAM_8, WAIXING_FS304}, // used in Zelda 3 by Waixing
{ "UNL-43272", 0, 0, CHRRAM_0, UNL_43272}, // used in Gaau Hok Gwong Cheung
- { "BTL-MARIO1-MALEE2", 0, 0, CHRRAM_0, UNL_MMALEE}, // mapper 55?
+ { "BTL-MARIO1-MALEE2", 0, 0, CHRRAM_0, UNL_MMALEE}, // mapper 55
{ "BMC-FK23C", 0, 0, CHRRAM_0, BMC_FK23C},
{ "BMC-FK23CA", 0, 0, CHRRAM_0, BMC_FK23CA},
{ "BMC-GHOSTBUSTERS63IN1", 0, 0, CHRRAM_8, BMC_G63IN1 },
@@ -123,7 +123,7 @@ static const unif unif_list[] =
{ "BMC-411120-C", 0, 0, CHRRAM_0, BMC_411120C},
{ "BMC-8157", 0, 0, CHRRAM_8, BMC_8157},
{ "BMC-830118C", 0, 0, CHRRAM_0, BMC_830118C},
- { "BMC-D1038", 0, 0, CHRRAM_0, BMC_VT5201}, // mapper 60?
+ { "BMC-D1038", 0, 0, CHRRAM_0, BMC_VT5201}, // mapper 59
{ "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},