mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
fix equal names for different ROM hashes in nes.xml (nw)
This commit is contained in:
parent
cd2163503b
commit
e7d161996a
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0"?>
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
||||
<softwarelist name="nes" description="Nintendo Entertainment System cartridges">
|
||||
|
||||
@ -50525,7 +50525,7 @@ preliminary proto for the PAL version, still running on NTSC systems) or the gfx
|
||||
<part name="cart" interface="nes_cart">
|
||||
<feature name="pcb" value="BMC-1200IN1" /> <!-- Header says mapper 227, but mirroring issues are present! -->
|
||||
<dataarea name="prg" size="1048576">
|
||||
<rom name="[es-1071] san xia wu yi (c).prg" size="1048576" crc="a76b8d4f" sha1="fb44a1cc74c062dd928d2d811d58517827e420c3" offset="00000" status="baddump" />
|
||||
<rom name="[es-1071] san xia wu yi (c) (alt).prg" size="1048576" crc="a76b8d4f" sha1="fb44a1cc74c062dd928d2d811d58517827e420c3" offset="00000" status="baddump" />
|
||||
</dataarea>
|
||||
<!-- 8k VRAM on cartridge -->
|
||||
<dataarea name="vram" size="8192">
|
||||
|
Loading…
Reference in New Issue
Block a user