From 64a32a5ef1d504abf832e901253ddc5271c42803 Mon Sep 17 00:00:00 2001 From: 0kmg <9137159+0kmg@users.noreply.github.com> Date: Sat, 11 Sep 2021 19:31:28 -0800 Subject: 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] --- src/devices/bus/nes/nes_unif.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/devices/bus/nes/nes_unif.hxx') 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}, -- cgit v1.2.3-70-g09d2