mirror of
https://github.com/holub/mame
synced 2025-04-19 15:11:37 +03:00
msx1_cart.xml: Moved the Albatross extended course tapes from msx1_cass.xml to msx1_cart.xml. (#10960)
This commit is contained in:
parent
31c0d2a4a8
commit
6783ca628f
@ -1421,7 +1421,6 @@ kept for now until finding out what those bytes affect...
|
||||
</part>
|
||||
</software>
|
||||
|
||||
<!-- + 2 tapes for extended courses -->
|
||||
<software name="albatros">
|
||||
<description>Albatross (Japan)</description>
|
||||
<year>1986</year>
|
||||
@ -1433,6 +1432,17 @@ kept for now until finding out what those bytes affect...
|
||||
<rom name="albatros (japan).rom" size="0x8000" crc="847fc6e2" sha1="13d38cc80112baa9bcbf03569988c163015d434c" />
|
||||
</dataarea>
|
||||
</part>
|
||||
<!-- There is no way to distinguish between the 2 cassettes, they have the same label. -->
|
||||
<part name="cass1" interface="msx_cass">
|
||||
<dataarea name="cass" size="8965">
|
||||
<rom name="albatross (1986)(telenet japan)(jp)(tape 1 of 2)[extended course].cas" size="8965" crc="1cc84251" sha1="423e821cb1ebf403acb83c3a91c05834bb49b191"/>
|
||||
</dataarea>
|
||||
</part>
|
||||
<part name="cass2" interface="msx_cass">
|
||||
<dataarea name="cass" size="10031">
|
||||
<rom name="albatross (1986)(telenet japan)(jp)(tape 2 of 2)[extended course].cas" size="10031" crc="f962dfc9" sha1="a46e7df56abd162a529aabc75027ae0265a5fa47"/>
|
||||
</dataarea>
|
||||
</part>
|
||||
</software>
|
||||
|
||||
<software name="albatrosa" cloneof="albatros">
|
||||
@ -1446,6 +1456,17 @@ kept for now until finding out what those bytes affect...
|
||||
<rom name="albatros (japan) (alt 1).rom" size="0x8000" crc="e27f41df" sha1="ec5111e3b06d64ef51196ff87448e1c62be4cdd8" />
|
||||
</dataarea>
|
||||
</part>
|
||||
<!-- There is no way to distinguish between the 2 cassettes, they have the same label. -->
|
||||
<part name="cass1" interface="msx_cass">
|
||||
<dataarea name="cass" size="8965">
|
||||
<rom name="albatross (1986)(telenet japan)(jp)(tape 1 of 2)[extended course].cas" size="8965" crc="1cc84251" sha1="423e821cb1ebf403acb83c3a91c05834bb49b191"/>
|
||||
</dataarea>
|
||||
</part>
|
||||
<part name="cass2" interface="msx_cass">
|
||||
<dataarea name="cass" size="10031">
|
||||
<rom name="albatross (1986)(telenet japan)(jp)(tape 2 of 2)[extended course].cas" size="10031" crc="f962dfc9" sha1="a46e7df56abd162a529aabc75027ae0265a5fa47"/>
|
||||
</dataarea>
|
||||
</part>
|
||||
</software>
|
||||
|
||||
<software name="alcazar">
|
||||
|
@ -44,38 +44,6 @@ license:CC0-1.0
|
||||
-->
|
||||
|
||||
|
||||
<!-- Expansion cassettes for cart-based games -->
|
||||
|
||||
<!-- This should be moved to msx1_cart:albatros -->
|
||||
<software name="albatex1">
|
||||
<description>Albatross - Extended Course 1 (Japan)</description>
|
||||
<year>1986</year>
|
||||
<publisher>Nihon Telenet</publisher>
|
||||
<info name="alt_title" value="アルバトロス"/>
|
||||
<info name="usage" value="Requires the Albatross cart"/>
|
||||
|
||||
<part name="cass1" interface="msx_cass">
|
||||
<dataarea name="cass" size="8965">
|
||||
<rom name="albatross (1986)(telenet japan)(jp)(tape 1 of 2)[extended course].cas" size="8965" crc="1cc84251" sha1="423e821cb1ebf403acb83c3a91c05834bb49b191"/>
|
||||
</dataarea>
|
||||
</part>
|
||||
</software>
|
||||
|
||||
<!-- This should be moved to msx1_cart:albatros -->
|
||||
<software name="albatex2">
|
||||
<description>Albatross - Extended Course 2 (Japan)</description>
|
||||
<year>1986</year>
|
||||
<publisher>Nihon Telenet</publisher>
|
||||
<info name="alt_title" value="アルバトロス"/>
|
||||
<info name="usage" value="Requires the Albatross cart"/>
|
||||
|
||||
<part name="cass1" interface="msx_cass">
|
||||
<dataarea name="cass" size="10031">
|
||||
<rom name="albatross (1986)(telenet japan)(jp)(tape 2 of 2)[extended course].cas" size="10031" crc="f962dfc9" sha1="a46e7df56abd162a529aabc75027ae0265a5fa47"/>
|
||||
</dataarea>
|
||||
</part>
|
||||
</software>
|
||||
|
||||
<!-- Cassettes included with MSX computers -->
|
||||
|
||||
<software name="hx10smpl">
|
||||
|
Loading…
Reference in New Issue
Block a user