mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
rx78_cass.xml: New working software list item (#11684)
* rx78_cass.xml: New working software list item New working software list item ------------------------------- Yellow Cab [Gaming Alexandria] * Added additional load instructions and alternate titles. * corrected c/p error [skip_ci] --------- Co-authored-by: Ivan Vangelista <mesgnet@yahoo.it>
This commit is contained in:
parent
0b557a4de4
commit
1f607fc9f7
2 changed files with 18 additions and 2 deletions
|
@ -42,7 +42,7 @@ printed in the game carts or tapes are used below where available. Names in brac
|
|||
| Tape | 0201030 | Tool | Yes | ヘルシーライフ / Healthy Life Plan
|
||||
| Tape | 0201033 | Tool | Yes | 計算演習ドリル / Keisan Ensyu Drill
|
||||
| Tape | 0201035 | Learn | No | グラフィック数学 / Graphics Mathematics [Graphic Sūgaku]
|
||||
| Tape | 0201038 | Game | Unknown | イエローキャブ / Yellow Cab
|
||||
| Tape | 0201038 | Game | No | イエローキャブ / Yellow Cab
|
||||
| Tape | 0201041 | Game | Unknown | ドンジャラ [Donjara] (**)
|
||||
| Cart | 02010?? | Game | Yes | カード・ワールド / Card World
|
||||
| Tape | 02010?? | Game | Unknown | ひつじや~い [Hitsujiya~i]
|
||||
|
|
|
@ -10,7 +10,8 @@ license:CC0-1.0
|
|||
<description>Graphics Mathematics</description>
|
||||
<year>1983</year>
|
||||
<publisher>Bandai</publisher>
|
||||
<info name="usage" value="MON then L then GRM. After loading, RUN" />
|
||||
<info name="usage" value="Type MON, press Return; type L, press Return; type GRM, press Return. Start the tape playback. Type RUN after it finishes loading." />
|
||||
<info name="alt_title" value="グラフィック数学" />
|
||||
<sharedfeat name="requirement" value="rx78_cart:basic"/>
|
||||
<part name="cass" interface="rx78_cass">
|
||||
<dataarea name="cass" size="0x23ca2c">
|
||||
|
@ -18,4 +19,19 @@ license:CC0-1.0
|
|||
</dataarea>
|
||||
</part>
|
||||
</software>
|
||||
|
||||
<software name="yellowcab">
|
||||
<description>Yellow Cab</description>
|
||||
<year>1983</year>
|
||||
<publisher>Bandai</publisher>
|
||||
<info name="usage" value="Type MON, press Return; type L, press Return; type CAB, press Return. Start the tape playback. Game will start automatically." />
|
||||
<info name="alt_title" value="イェロー・キャフ" />
|
||||
<sharedfeat name="requirement" value="rx78_cart:basic"/>
|
||||
<part name="cass" interface="rx78_cass">
|
||||
<dataarea name="cass" size="0x37242c">
|
||||
<rom name="yellowcab.wav" size="0x37242c" crc="27ac7d0A" sha1="c3d2a05d2ca68d9fabc8f3cea839079ea432ba41"/>
|
||||
</dataarea>
|
||||
</part>
|
||||
</software>
|
||||
|
||||
</softwarelist>
|
||||
|
|
Loading…
Reference in a new issue