diff options
author | 2019-06-10 19:57:24 +0200 | |
---|---|---|
committer | 2019-06-10 19:57:37 +0200 | |
commit | e27cc677492c541f28a32190000f755443a58f8c (patch) | |
tree | 644539fb547109aa733c4f729612f9b5e5bbaf97 | |
parent | fbadcd34a337db2604f752f03537e54c5a9ea093 (diff) |
ibm5150: split chessmen into several disks (1.44mb not possible by default on ibm5150/60) (nw)
-rw-r--r-- | hash/ibm5150.xml | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/hash/ibm5150.xml b/hash/ibm5150.xml index 37f18fac5e6..c73788f6719 100644 --- a/hash/ibm5150.xml +++ b/hash/ibm5150.xml @@ -7694,15 +7694,29 @@ has been replaced with an all-zero block. --> </software> <software name="chessmen"> - <!-- collection of chess engines for The ChessMachine, including The King 2.54 and Gideon 3.1 --> - <!-- not an official Tasc disk, some of the files were taken from (undumped) copy-protected disks --> + <!-- Collection of unencrypted chess engines for The ChessMachine, including The King 2.54 and Gideon 3.1 --> + <!-- Not an official Tasc disk, some of the files were taken from (undumped) copy-protected disks. --> + <!-- The 3rd disk contains ChessMachine-compatible engines extracted from other dedicated chess computers. --> <description>The ChessMachine (RISC engines)</description> <year>1991</year> <publisher>Tasc</publisher> <info name="usage" value="ChessMachine installation required, see README.TXT" /> <part name="flop1" interface="floppy_3_5"> - <dataarea name="flop" size="1474560"> - <rom name="chessmen.img" size="1474560" crc="737be161" sha1="edc6e6506778115b5238c6e8ad907ece42d99634"/> + <feature name="part_id" value="CM Gideon" /> + <dataarea name="flop" size="737280"> + <rom name="gideon.img" size="737280" crc="c858c60e" sha1="dd482fd7efc60615c2836a4fef23c520454370db"/> + </dataarea> + </part> + <part name="flop2" interface="floppy_3_5"> + <feature name="part_id" value="CM The King" /> + <dataarea name="flop" size="737280"> + <rom name="theking.img" size="737280" crc="23bb50c0" sha1="9f5cb7c610fdf8404df5af59b101ed2a3a644ff2"/> + </dataarea> + </part> + <part name="flop3" interface="floppy_3_5"> + <feature name="part_id" value="Other" /> + <dataarea name="flop" size="737280"> + <rom name="other.img" size="737280" crc="660256ab" sha1="df629b5f0479082d25262e24af1fda7f025cf1f0"/> </dataarea> </part> </software> |