summaryrefslogtreecommitdiffstatshomepage
path: root/hash
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2021-07-22 23:49:34 +1000
committer Robbbert <Robbbert@users.noreply.github.com>2021-07-22 23:49:34 +1000
commit23f41acb325467961e34882cf1007f341de05fd9 (patch)
treecad380732496e4395e0441588f8176a8d7c69633 /hash
parent7fe01c8ff0dbf5c6c2539dc000b8ee9a498cd221 (diff)
New working software list additions
----------------------------------- apexc_cyl: Hello World 1, Hello World 2, Hello World 3 [Robbbert]
Diffstat (limited to 'hash')
-rw-r--r--hash/apexc_cyl.xml48
1 files changed, 48 insertions, 0 deletions
diff --git a/hash/apexc_cyl.xml b/hash/apexc_cyl.xml
new file mode 100644
index 00000000000..425caec61ee
--- /dev/null
+++ b/hash/apexc_cyl.xml
@@ -0,0 +1,48 @@
+<?xml version="1.0"?>
+<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
+<!--
+license:CC0
+
+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>