File: apexc_cyl.xml

package info (click to toggle)
mame 0.276%2Bdfsg.1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 906,072 kB
  • sloc: cpp: 5,180,971; xml: 2,205,474; ansic: 748,917; sh: 34,465; lisp: 20,006; python: 16,532; makefile: 13,282; java: 8,485; yacc: 8,152; javascript: 7,083; cs: 6,013; asm: 4,786; ada: 1,681; pascal: 1,195; lex: 1,174; perl: 585; ruby: 373; awk: 35
file content (48 lines) | stat: -rw-r--r-- 1,523 bytes parent folder | download | duplicates (3)
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0"?>
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
<!--
license:CC0-1.0

These Hello World tests are the only known software. It is thought
that they were written by Raphael Nabet while developing the driver.

-->
<softwarelist name="apexc_cyl" description="APEXC Cylinder images">

	<software name="hello1">
		<description>Hello World 1</description>
		<year>2001</year>
		<publisher>Raphael Nabet</publisher>
		<info name="usage" value="Hit Enter" />
		<part name="cyl" interface="apexc_cyl">
			<dataarea name="cyl" size="0x01c0">
				<rom name="helloworld1.apc" size="0x01c0" crc="6ae5de89" sha1="80ae963a5a4018e8f726a2bdbfdaf7d7252980da"/>
			</dataarea>
		</part>
	</software>

	<software name="hello2">
		<description>Hello World 2</description>
		<year>2001</year>
		<publisher>Raphael Nabet</publisher>
		<info name="usage" value="Hit Enter" />
		<part name="cyl" interface="apexc_cyl">
			<dataarea name="cyl" size="0x01c0">
				<rom name="helloworld2.apc" size="0x01c0" crc="3cea42e3" sha1="60d40af565d21a0c7b1a3557e99efa2b6f5b4e8e"/>
			</dataarea>
		</part>
	</software>

	<software name="hello3">
		<description>Hello World 3</description>
		<year>2001</year>
		<publisher>Raphael Nabet</publisher>
		<info name="usage" value="Hit Enter" />
		<part name="cyl" interface="apexc_cyl">
			<dataarea name="cyl" size="0x1000">
				<rom name="helloworld3.apc" size="0x1000" crc="389ad9d6" sha1="fb5eac01dfb0e372d3dced082f68a318bf14a6e5"/>
			</dataarea>
		</part>
	</software>

</softwarelist>