mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
26 lines
698 B
XML
26 lines
698 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0-1.0
|
|
|
|
Undumped cards:
|
|
- XP-110f Fichier (Database)
|
|
- XP-120f Table (Spreadsheet)
|
|
- XP-130f Graphique
|
|
- XP-150 Math Functions
|
|
|
|
-->
|
|
|
|
<softwarelist name="x07_card" description="Canon X-07 memory cards">
|
|
<software name="xp140">
|
|
<description>XP-140 Monitor</description>
|
|
<year>1983</year>
|
|
<publisher>Canon</publisher>
|
|
<part name="card" interface="x07_card">
|
|
<feature name="card_type" value="xp140" />
|
|
<dataarea name="rom" size="0x2000">
|
|
<rom name="xp140.rom" size="0x2000" crc="4b26a9b4" sha1="5704519cf44a49bb3ab6638b439103e6a37f1eb4"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
</softwarelist>
|