mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
(MESS) msx1_cart.xml: Fixed animllnd (nw)
This commit is contained in:
parent
f03af5d011
commit
389127def9
@ -32,9 +32,9 @@ Unless otherwise noted, the information in this list has not been verified by op
|
||||
<info name="alt_title" value="アニマルランド殺人事件" />
|
||||
<part name="cart" interface="msx_cart">
|
||||
<feature name="pcb" value="TA-1M" />
|
||||
<feature name="mapper" value="M60002-0125SP" />
|
||||
<feature name="mapper" value="M60002-0125SP-KON" /> <!-- M60002-0125SP hooked up to work like a konami scc mapper?? -->
|
||||
<dataarea name="rom" size="131072">
|
||||
<rom name="lh231077" size="131072" crc="15a0f98a" sha1="495876c504bdc4de24860ea15b25dda8f3b06c49" offset="0" />
|
||||
<rom name="lh231077" size="131072" crc="aee2363d" sha1="db33011d006201b3bd3bbc4c7c952da2990f36e4" offset="0" />
|
||||
</dataarea>
|
||||
</part>
|
||||
</software>
|
||||
|
@ -108,6 +108,7 @@ DEVICE_IMAGE_LOAD (msx_cart)
|
||||
{
|
||||
{ "M60002-0125SP", false, SLOT_ASCII8 },
|
||||
{ "M60002-0125SP", true, SLOT_ASCII8_SRAM },
|
||||
{ "M60002-0125SP-KON", false, SLOT_KONAMI_SCC },
|
||||
{ "LZ93A13", false, SLOT_ASCII8 },
|
||||
{ "LZ93A13", true, SLOT_ASCII8_SRAM },
|
||||
{ "LZ93A13-16", false, SLOT_ASCII16 },
|
||||
|
Loading…
Reference in New Issue
Block a user