mirror of
https://github.com/holub/mame
synced 2025-04-16 13:34:55 +03:00
(MESS) prof80: Added floppy software list. [Curt Coder]
(MESS) prof180: Added floppy software list. [Curt Coder]
This commit is contained in:
parent
9031b58842
commit
c972bc6caf
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -176,6 +176,8 @@ hash/pippin_flop.xml svneol=native#text/xml
|
||||
hash/plus4_cart.xml svneol=native#text/xml
|
||||
hash/plus4_flop.xml svneol=native#text/xml
|
||||
hash/pokemini.xml svneol=native#text/xml
|
||||
hash/prof180.xml svneol=native#text/xml
|
||||
hash/prof80.xml svneol=native#text/xml
|
||||
hash/psion.xml svneol=native#text/xml
|
||||
hash/psx.xml svneol=native#text/xml
|
||||
hash/pv1000.xml svneol=native#text/xml
|
||||
|
36
hash/prof180.xml
Normal file
36
hash/prof180.xml
Normal file
@ -0,0 +1,36 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
||||
<softwarelist name="prof180" description="Conitec PROF-180 floppy disks">
|
||||
|
||||
<software name="cpm22">
|
||||
<description>CP/M 2.2</description>
|
||||
<year>1985</year>
|
||||
<publisher>CONITEC</publisher>
|
||||
|
||||
<part name="flop1" interface="floppy_3_5">
|
||||
<dataarea name="flop" size="723227">
|
||||
<rom name="prof003.td0" size="723227" crc="79dde297" sha1="7ac8ff275cde1d9be946101226072f86ff529334" offset="0"/>
|
||||
</dataarea>
|
||||
</part>
|
||||
|
||||
<part name="flop2" interface="floppy_3_5">
|
||||
<feature name="part_id" value="Daten und Software zu Grip 2.5 / 5 / 5.6"/>
|
||||
<dataarea name="flop" size="772270">
|
||||
<rom name="prof_001.td0" size="772270" crc="e4e1ac49" sha1="de355846929add60c4998280a53f8c7b5dfe46d2" offset="0"/>
|
||||
</dataarea>
|
||||
</part>
|
||||
</software>
|
||||
|
||||
<software name="cpm30">
|
||||
<description>CP/M 3.0</description>
|
||||
<year>1985</year>
|
||||
<publisher>CONITEC</publisher>
|
||||
|
||||
<part name="flop1" interface="floppy_3_5">
|
||||
<dataarea name="flop" size="662339">
|
||||
<rom name="prof002.td0" size="662339" crc="fc26fd91" sha1="32aa0ff903ba792cc3c0531a6078302bb6c4398f" offset="0"/>
|
||||
</dataarea>
|
||||
</part>
|
||||
</software>
|
||||
|
||||
</softwarelist>
|
25
hash/prof80.xml
Normal file
25
hash/prof80.xml
Normal file
@ -0,0 +1,25 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
||||
<softwarelist name="prof80" description="Conitec PROF-80 floppy disks">
|
||||
|
||||
<software name="cpm30">
|
||||
<description>CP/M 3.0</description>
|
||||
<year>198?</year>
|
||||
<publisher><unknown></publisher>
|
||||
|
||||
<part name="flop1" interface="floppy_5_25">
|
||||
<feature name="part_id" value="Disk 1 of 2"/>
|
||||
<dataarea name="flop" size="256891">
|
||||
<rom name="prof80_3.td0" size="256891" crc="4108cb30" sha1="7d73c08a098bcb3a289d25a6300d35d1547b1ea0" offset="0"/>
|
||||
</dataarea>
|
||||
</part>
|
||||
|
||||
<part name="flop2" interface="floppy_5_25">
|
||||
<feature name="part_id" value="Backup Masterdisk"/>
|
||||
<dataarea name="flop" size="536773">
|
||||
<rom name="cpm-a.td0" size="536773" crc="27a3018a" sha1="baec93eee25bbd341ed3ffd76c8dbf5e0d14f3b8" offset="0"/>
|
||||
</dataarea>
|
||||
</part>
|
||||
</software>
|
||||
|
||||
</softwarelist>
|
Loading…
Reference in New Issue
Block a user