summaryrefslogtreecommitdiffstatshomepage
path: root/hash
diff options
context:
space:
mode:
author arbee <rb6502@users.noreply.github.com>2017-08-10 23:45:14 -0400
committer arbee <rb6502@users.noreply.github.com>2017-08-10 23:45:14 -0400
commitc02fb9b8023a645e4ec130fa57def1f486e406cf (patch)
treef4223434a761ffaf004fa60ed15350934c85874f /hash
parentfe999de3d3d76ddc3b4f448628fe32714e0c2a03 (diff)
alphatro: support 8K carts from the command line + add cart software list [R. Belmont]
Diffstat (limited to 'hash')
-rw-r--r--hash/alphatro_cart.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/hash/alphatro_cart.xml b/hash/alphatro_cart.xml
new file mode 100644
index 00000000000..861fd934f5a
--- /dev/null
+++ b/hash/alphatro_cart.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0"?>
+<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
+<softwarelist name="alphatro_cart" description="Triumph-Adler Alphatronic PC cartridges">
+
+ <software name="escape">
+ <description>Escape / Brief Editor</description>
+ <year>1983</year>
+ <publisher>Bongartz + Schmidt Datentechnik</publisher>
+ <part name="cart" interface="alphatro_cart">
+ <dataarea name="rom" size="16384">
+ <rom name="escape_be_d2_rom_pack_1.bin" size="8192" crc="6f387744" sha1="e30b5c51db2cc69968b1483a99260dae1ad7b220" offset="0" />
+ <rom name="escape_be_d2_rom_pack_2.bin" size="8192" crc="bc524428" sha1="78a79d12e454fd322f366f4c385770b7dd2b465c" offset="8192" />
+ </dataarea>
+ </part>
+ </software>
+ <software name="microtxt">
+ <description>MicroText</description>
+ <year>1983</year>
+ <publisher>VictorSoft</publisher>
+ <part name="cart" interface="alphatro_cart">
+ <dataarea name="rom" size="16384">
+ <rom name="microtext.bin" size="8192" crc="7a7eba6b" sha1="e75465ee6b397f806674fa645264fb2633ba7470" offset="8192" />
+ </dataarea>
+ </part>
+</software>
+</softwarelist>