mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
ad550cb7b8
Datach games have now to be loaded with the following commands "mess nes -cart datach -cart2 gamename" where gamename can be either a shortname from the datach softlist, or a fullpath to the iNES files (or to headerless 256k dump of the Datach minicarts). This is accurate to the hardware, because Datach carts could not be mounted in the main Famicom cartridge slot. [Fabio Priuli]
35 lines
1.6 KiB
XML
35 lines
1.6 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<softwarelist name="nes_ntbrom" description="Nintendo Entertainment System - Nantettatte!! Baseball mini-cartridges">
|
|
|
|
<software name="ntb_91">
|
|
<description>Nantettatte!! Baseball '91 Kaimaku Hen (Jpn)</description>
|
|
<year>1991</year>
|
|
<publisher>Sunsoft</publisher>
|
|
<info name="release" value="19910531"/>
|
|
<info name="alt_title" value="なんてったって!! ベースボール 子ガメカセット '91開幕編"/>
|
|
<part name="cart" interface="ntb_cart">
|
|
<feature name="slot" value="ntbrom" />
|
|
<dataarea name="rom" size="32768">
|
|
<rom name="nantettatte!! baseball '91 kaimaku hen (j) [u].bin" size="16384" crc="fdb61142" sha1="134d2999eca761133236d7abc7cafbd703c628b7" offset="00000" status="baddump" />
|
|
<rom size="16384" offset="0x4000" loadflag="reload" />
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="ntb_ob">
|
|
<description>Nantettatte!! Baseball OB Allstar Hen (Jpn)</description>
|
|
<year>1991</year>
|
|
<publisher>Sunsoft</publisher>
|
|
<info name="release" value="19910228"/>
|
|
<info name="alt_title" value="なんてったって!!ベースボール 子ガメカセット OBオールスター編"/>
|
|
<part name="cart" interface="ntb_cart">
|
|
<feature name="slot" value="ntbrom" />
|
|
<dataarea name="rom" size="32768">
|
|
<rom name="nantettatte!! baseball ob allstar hen (j) [u].bin" size="16384" crc="dc0bd3c3" sha1="89ba2b4bf7ba7f7db4f902e4ce20c6dee526433b" offset="00000" status="baddump" />
|
|
<rom size="16384" offset="0x4000" loadflag="reload" />
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|