mirror of
https://github.com/holub/mame
synced 2025-07-02 00:29:37 +03:00
Nascom: Add CP/M disk images to softlist
This commit is contained in:
parent
05ac233c0a
commit
a99eb86a2b
@ -69,4 +69,45 @@
|
||||
</part>
|
||||
</software>
|
||||
|
||||
<!-- The CP/M system disks are not original disks supplied by Lucas Logic, -->
|
||||
<!-- but custom disks that have been created to use all available memory. -->
|
||||
<!-- Note that single sided disks can't be read on double sided drives and -->
|
||||
<!-- vice versa. Lucas Logic supplied an utility called SINGLE.COM to -->
|
||||
<!-- allow reading of single sided disks on double sided drives. -->
|
||||
|
||||
<software name="cpmv22s">
|
||||
<description>CP/M 2.2 rev 2.1 System Disk (Single Sided)</description>
|
||||
<year>1982</year>
|
||||
<publisher>Lucas Logic</publisher>
|
||||
<part name="flop1" interface="floppy_5_25">
|
||||
<dataarea name="flop" size="394240">
|
||||
<rom name="cpmv22s.dsk" size="394240" crc="dee5c9d2" sha1="00f187d9828d87fba14d8267cd020bd13d8cbdb9" offset="0" />
|
||||
</dataarea>
|
||||
</part>
|
||||
</software>
|
||||
|
||||
<software name="cpmv22d">
|
||||
<description>CP/M 2.2 rev 2.1 System Disk (Double Sided)</description>
|
||||
<year>1982</year>
|
||||
<publisher>Lucas Logic</publisher>
|
||||
<part name="flop1" interface="floppy_5_25">
|
||||
<dataarea name="flop" size="788480">
|
||||
<rom name="cpmv22d.dsk" size="788480" crc="16724ed8" sha1="3db077c46c2cb52794443fa853621538323c352f" offset="0" />
|
||||
</dataarea>
|
||||
</part>
|
||||
</software>
|
||||
|
||||
<!-- The manual for CP/M 2.2 rev 3.2 is available, but no hardware/software. -->
|
||||
|
||||
<software name="cpmgames">
|
||||
<description>CP/M Games for the AVC</description>
|
||||
<year>19??</year>
|
||||
<publisher><unknown></publisher>
|
||||
<part name="flop1" interface="floppy_5_25">
|
||||
<dataarea name="flop" size="394240">
|
||||
<rom name="cpmgames.dsk" size="394240" crc="626c680a" sha1="9bd57fa8edce2017ad94a45d9721c86a37657d3b" offset="0" />
|
||||
</dataarea>
|
||||
</part>
|
||||
</software>
|
||||
|
||||
</softwarelist>
|
||||
|
Loading…
Reference in New Issue
Block a user