File: softbox.xml

package info (click to toggle)
mame 0.228%2Bdfsg.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 956,280 kB
  • sloc: cpp: 4,712,769; xml: 1,946,353; ansic: 829,986; sh: 49,187; lisp: 18,100; python: 17,897; makefile: 10,815; cs: 10,047; javascript: 8,196; yacc: 7,565; java: 7,151; objc: 5,791; asm: 4,639; perl: 2,850; ada: 1,681; lex: 1,174; pascal: 1,139; ruby: 317; awk: 35
file content (33 lines) | stat: -rw-r--r-- 992 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0"?>
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
<!--
license:CC0
-->
<softwarelist name="softbox" description="SSE SoftBox diskettes">

	<software name="cpm22">
		<description>SoftBox CP/M 2.2 Distribution Disk</description>
		<year>1981</year>
		<publisher>Small Systems Engineering</publisher>

		<part name="flop1" interface="floppy_5_25">
			<dataarea name="flop" size="533248">
				<rom name="softbox-distrib.d80" size="533248" crc="48b070d5" sha1="acab30ea2859433bb75312936d6380dad3c61a00"/>
			</dataarea>
		</part>
	</software>

	<software name="corvus11">
		<description>SoftBox CP/M 2.2 (Corvus Model 11)</description>
		<year>1981</year>
		<publisher>Small Systems Engineering</publisher>

		<!-- Corvus Model 11 (10 MB): IMI 5012H -->
		<part name="hdd" interface="corvus_hdd">
			<diskarea name="harddriv">
				<disk name="imi5012h" sha1="ae7bdad4dfeee1351e67ffcbf8c634006c03697f" writeable="yes" />
			</diskarea>
		</part>
	</software>

</softwarelist>