mirror of
https://github.com/holub/mame
synced 2025-04-19 23:12:11 +03:00
nes.xml: Hooked up some multicarts to existing emulation. (#8347)
Software list items promoted to working (nes.xml) --------------------------------------- 4 in 1 (Alt 2) 4 in 1 (Alt 3) Reset Based 4 in 1
This commit is contained in:
parent
cce5ce373d
commit
3cd5992745
17
hash/nes.xml
17
hash/nes.xml
@ -78572,13 +78572,13 @@ be better to redump them properly. -->
|
||||
</part>
|
||||
</software>
|
||||
|
||||
<software name="mc_4c" supported="no">
|
||||
<software name="mc_4c">
|
||||
<description>4 in 1 (Alt 2)</description>
|
||||
<year>19??</year>
|
||||
<publisher><unknown></publisher>
|
||||
<publisher><pirate></publisher>
|
||||
<part name="cart" interface="nes_cart">
|
||||
<feature name="slot" value="unknown" />
|
||||
<feature name="pcb" value="UNKNOWN" /> <!-- Header says mapper 60 (not supported yet) -->
|
||||
<feature name="slot" value="bmc_reset4" />
|
||||
<feature name="mirroring" value="vertical" />
|
||||
<dataarea name="chr" size="32768">
|
||||
<rom name="4-in-1 (bomberman+f-1 race+circus charlie+star force).chr" size="32768" crc="2abfe1d5" sha1="db148e7158a97b96e4f74f11b1cf31b5e9bb1e11" offset="00000" status="baddump" />
|
||||
</dataarea>
|
||||
@ -78588,13 +78588,12 @@ be better to redump them properly. -->
|
||||
</part>
|
||||
</software>
|
||||
|
||||
<software name="mc_4d" supported="no">
|
||||
<software name="mc_4d">
|
||||
<description>4 in 1 (Alt 3)</description>
|
||||
<year>19??</year>
|
||||
<publisher><unknown></publisher>
|
||||
<publisher><pirate></publisher>
|
||||
<part name="cart" interface="nes_cart">
|
||||
<feature name="slot" value="unknown" />
|
||||
<feature name="pcb" value="UNKNOWN" /> <!-- Header says mapper 60 (not supported yet) -->
|
||||
<feature name="slot" value="bmc_reset4" />
|
||||
<dataarea name="chr" size="32768">
|
||||
<rom name="no menu 4-in-1 (mr mary+battle city+exerion+yie ar kung-fu).chr" size="32768" crc="72ece2a8" sha1="483f09401d6269bcfb7752e3a79658ce8d882eb1" offset="00000" status="baddump" />
|
||||
</dataarea>
|
||||
@ -80613,7 +80612,7 @@ to check why this is different -->
|
||||
</part>
|
||||
</software>
|
||||
|
||||
<software name="mc_4rb" supported="no">
|
||||
<software name="mc_4rb">
|
||||
<description>Reset Based 4 in 1</description>
|
||||
<year>19??</year>
|
||||
<publisher><pirate></publisher>
|
||||
|
@ -395,7 +395,7 @@ void nes_cart(device_slot_interface &device)
|
||||
device.option_add_internal("bmc_power255", NES_BMC_CH001); // mapper 63?
|
||||
device.option_add_internal("bmc_s22games", NES_BMC_SUPER22); // mapper 233
|
||||
device.option_add_internal("bmc_reset4", NES_BMC_4IN1RESET); // mapper 60 with 64k prg and 32k chr
|
||||
device.option_add_internal("bmc_reset42", NES_BMC_42IN1RESET); // mapper 60? or 226? or 233?
|
||||
device.option_add_internal("bmc_reset42", NES_BMC_42IN1RESET); // mapper 226? or 233?
|
||||
// misc multigame cart MMC3 clone boards
|
||||
device.option_add_internal("fk23c", NES_FK23C);
|
||||
device.option_add_internal("fk23ca", NES_FK23CA);
|
||||
|
@ -91,7 +91,7 @@ static const nes_mmc mmc_list[] =
|
||||
{ 57, BMC_GKA },
|
||||
{ 58, BMC_GKB },
|
||||
// 59 BMC-T3H53 and BMC-D1038
|
||||
// 60 4-in-1, 35-in-1 Reset based
|
||||
{ 60, BMC_4IN1RESET },
|
||||
{ 61, RCM_TF9IN1 },
|
||||
{ 62, BMC_SUPER_700IN1 },
|
||||
{ 63, BMC_CH001 }, // Powerful 255
|
||||
|
Loading…
Reference in New Issue
Block a user