diff options
| author | 2025-08-21 23:22:32 +0100 | |
|---|---|---|
| committer | 2025-08-21 23:32:42 +0100 | |
| commit | c8bfc95f19df6a706503bd2dcb91e315f5be7b69 (patch) | |
| tree | fa16a26cdc308b7e488e6ecf730bcda5361c76df | |
| parent | 97e79203313b8507272ecc398503b60b157bae0b (diff) | |
New working software list additions
-----------------------------------
bbc_vsm: CM62064 (Kenneth Kendall), VM61002 (Industrial) [anonymous]
| -rw-r--r-- | hash/bbc_vsm.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/hash/bbc_vsm.xml b/hash/bbc_vsm.xml new file mode 100644 index 00000000000..7a755b3bfa3 --- /dev/null +++ b/hash/bbc_vsm.xml @@ -0,0 +1,33 @@ +<?xml version="1.0"?> +<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd"> +<!-- +license:CC0-1.0 +--> + +<softwarelist name="bbc_vsm" description="Acorn BBC Micro Speech PHROMs"> + + <software name="cm62024"> + <description>CM62064 (Kenneth Kendall)</description> + <year>1982</year> + <publisher>Acorn Computers</publisher> + <part name="rom" interface="bbc_vsm"> + <feature name="bank" value="15" /> + <dataarea name="rom" size="0x4000"> + <rom name="cm62024.bin" size="0x4000" crc="98e1bf9e" sha1="b369809275cb67dfd8a749265e91adb2d2558ae6" /> + </dataarea> + </part> + </software> + + <software name="vm61002"> + <description>VM61002 (Industrial)</description> + <year>1981</year> + <publisher>Texas Instruments</publisher> + <part name="rom" interface="bbc_vsm"> + <feature name="bank" value="0" /> + <dataarea name="rom" size="0x4000"> + <rom name="vm61002.bin" size="0x4000" crc="bf4b3b64" sha1="66876702d1d95eecc034d20f25047f893a27cde5" /> + </dataarea> + </part> + </software> + +</softwarelist> |
