Previous 199869 Revisions Next

r20463 Friday 25th January, 2013 at 16:15:19 UTC by Fabio Priuli
msx1: added a cass list, containing expansion tapes for Albatross. no whatsnew.

I don't plan to add more tapes any time soon (I simply did not want to lose these two), so anyone willing to
add more elements to the list would be welcome....
[hash]msx1_cart.xml msx1_cass.xml*
[src/mess/drivers]msx.c

trunk/hash/msx1_cart.xml
r20462r20463
1336213362   </software>
1336313363
1336413364   <software name="baduk">
13365      <description>Zemminx Baduk Gyosil (Kor)</description>
13365      <description>Zemmix Baduk Gyosil (Kor)</description>
1336613366      <year>19??</year>
1336713367      <publisher>&lt;unknown&gt;</publisher>
1336813368      <info name="alt_title" value="재믹스바둑교실" />
trunk/hash/msx1_cass.xml
r0r20463
1<?xml version="1.0"?>
2<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
3
4<softwarelist name="msx1_cass" description="MSX1 cassettes">
5
6   <software name="albatex1">
7      <description>Albatross - Extended Course 1 (Jpn)</description>
8      <year>1986</year>
9      <publisher>Nihon Telenet</publisher>
10      <info name="alt_title" value="アルバトロス" />
11      <info name="usage" value="Requires the Albatross cart" />
12      <part name="cass1" interface="msx_cass">
13         <dataarea name="cass" size="8965">
14            <rom name="albatross (1986)(telenet japan)(jp)(tape 1 of 2)[extended course].cas" size="8965" crc="1cc84251" sha1="423e821cb1ebf403acb83c3a91c05834bb49b191" offset="0" />
15         </dataarea>
16      </part>
17   </software>
18
19   <software name="albatex2">
20      <description>Albatross - Extended Course 2 (Jpn)</description>
21      <year>1986</year>
22      <publisher>Nihon Telenet</publisher>
23      <info name="alt_title" value="アルバトロス" />
24      <info name="usage" value="Requires the Albatross cart" />
25      <part name="cass1" interface="msx_cass">
26         <dataarea name="cass" size="10031">
27            <rom name="albatross (1986)(telenet japan)(jp)(tape 2 of 2)[extended course].cas" size="10031" crc="f962dfc9" sha1="a46e7df56abd162a529aabc75027ae0265a5fa47" offset="0" />
28         </dataarea>
29      </part>
30   </software>
31
32</softwarelist>
Property changes on: trunk/hash/msx1_cass.xml
Added: svn:eol-style
   + native
Added: svn:mime-type
   + text/xml
trunk/src/mess/drivers/msx.c
r20462r20463
10311031   fmsx_cassette_formats,
10321032   NULL,
10331033   (cassette_state)(CASSETTE_PLAY),
1034   NULL,
1034   "msx_cass",
10351035   NULL
10361036};
10371037
r20462r20463
11041104
11051105   /* Software lists */
11061106   MCFG_SOFTWARE_LIST_ADD("cart_list","msx1_cart")
1107   MCFG_SOFTWARE_LIST_ADD("cass_list","msx1_cass")
11071108MACHINE_CONFIG_END
11081109
11091110
r20462r20463
12021203
12031204   /* Software lists */
12041205   MCFG_SOFTWARE_LIST_ADD("cart_list","msx2_cart")
1206   MCFG_SOFTWARE_LIST_COMPATIBLE_ADD("msx1_list","msx1_cart")
1207   MCFG_SOFTWARE_LIST_ADD("cass_list","msx1_cass")
12051208MACHINE_CONFIG_END
12061209
12071210

Previous 199869 Revisions Next


© 1997-2024 The MAME Team