mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
32 lines
1.3 KiB
XML
32 lines
1.3 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
Toshiba Visicom games list
|
|
|
|
ID Title Dumped
|
|
_________________________________________________________________
|
|
|
|
CAS-110 Arithmetic Drill (Math Fun & Fun with Numbers) no 算数ドリル
|
|
CAS-130 Sports Fan (Baseball & Sumo Wrestling) yes スポーツファン
|
|
CAS-140 Gambler I (Blackjack) no ギャンブラーI
|
|
CAS-141 Gambler II (Slot Machine and Dice) no ギャンブラーII
|
|
CAS-160 Space Command (Space War) no スペースコマンド
|
|
CAS-190 Inspiration (Bagua and Biorhythm) no 霊感
|
|
-->
|
|
<softwarelist name="visicom" description="Toshiba Visicom cartridges">
|
|
|
|
<software name="sportfan">
|
|
<description>Sports Fan</description>
|
|
<year>1978</year>
|
|
<publisher>Toshiba</publisher>
|
|
<info name="serial" value="CAS-130" />
|
|
<info name="alt_title" value="スポーツファン"/>
|
|
|
|
<part name="cart" interface="visicom_cart">
|
|
<dataarea name="rom" size="0x800">
|
|
<rom name="cas130.rom" size="0x800" crc="9da5c845" sha1="438d9fc67de1ef408718b4737c0d0fd48844dacb" offset="0" />
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|