diff options
author | 2021-07-24 17:53:07 -0800 | |
---|---|---|
committer | 2021-07-25 11:53:07 +1000 | |
commit | bc8a1315ca241df013710df14b00d46782c9e220 (patch) | |
tree | d0fee47772c37163a28ffc8ee3cac733147ed989 /src/devices/bus/nes/nes_unif.hxx | |
parent | f01833b5465d7f9ab3f01bb2e51a8a64a409e080 (diff) |
bus/nes: Added support for Cartridge Story multicarts. (#8353)
New working software list additions (nes.xml)
-----------------------------------
Elfland [NewRisingSun]
72 in 1 Cartridge Story [MLX]
80 in 1 Cartridge Story (II) [Yahweasel]
90 in 1 Cartridge Story (III) [MLX]
Software list items promoted to working (nes.xml)
---------------------------------------
200 in 1 - Elfland
Diffstat (limited to 'src/devices/bus/nes/nes_unif.hxx')
-rw-r--r-- | src/devices/bus/nes/nes_unif.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/nes/nes_unif.hxx b/src/devices/bus/nes/nes_unif.hxx index ec09dadcd43..ca8aca47104 100644 --- a/src/devices/bus/nes/nes_unif.hxx +++ b/src/devices/bus/nes/nes_unif.hxx @@ -119,7 +119,7 @@ static const unif unif_list[] = { "BMC-FK23CA", 0, 0, CHRRAM_0, BMC_FK23CA}, { "BMC-GHOSTBUSTERS63IN1", 0, 0, CHRRAM_8, BMC_G63IN1 }, { "BMC-BS-5", 0, 0, CHRRAM_0, BMC_BENSHIENG}, - { "BMC-810544-C-A1", 0, 0, CHRRAM_0, BMC_810544}, + { "BMC-810544-C-A1", 0, 0, CHRRAM_0, BMC_810544C}, { "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}, |