diff options
author | 2013-12-22 21:17:17 +0000 | |
---|---|---|
committer | 2013-12-22 21:17:17 +0000 | |
commit | 452bae2722a623a444355075ebc159ce0370a08a (patch) | |
tree | 19138fa17f6b2bcbb098391996aa496e3140c441 /hash | |
parent | 2279ff026a565b7802566a7dc7d33c883424b00c (diff) |
(mess) mega Soviet clone patch [shattered]
- moves ec184*, iskr103* and mc1502 out of pc.c
- moves CGA font upload support to a subclass
- adds new drivers: poisk1, ec1847, pk88
- adds a skeleton of native iskr103* keyboard
i8089: implement remaining instructions and support execution from "io" space. [Carl]
(mess) isbc-215g: add intel isbc-215g hdd controller, read only for now [Carl]
(mess) isbc: add hdd support to isbc2861 (nw)
Diffstat (limited to 'hash')
-rw-r--r-- | hash/ec1841.xml | 13 | ||||
-rw-r--r-- | hash/mc1502_flop.xml | 12 |
2 files changed, 18 insertions, 7 deletions
diff --git a/hash/ec1841.xml b/hash/ec1841.xml index c230d7a2d2d..f2c61c2b73c 100644 --- a/hash/ec1841.xml +++ b/hash/ec1841.xml @@ -64,12 +64,23 @@ <year>1988</year> <publisher>MPO VT</publisher> <part name="flop1" interface="floppy_5_25"> - <dataarea name="flop" size="368640"> + <dataarea name="flop" size="327680"> <rom name="ec1841-demo.ima" size="327680" sha1="692fc2c01ba1dbceb5626cd3c593ebf8c79d62c3" crc="c273098d" offset="0" /> </dataarea> </part> </software> + <software name="m86v32"> + <description>Demo disk</description> + <year>1988</year> + <publisher>MPO VT</publisher> + <part name="flop1" interface="floppy_5_25"> + <dataarea name="flop" size="327680"> + <rom name="ec1841-m86-3.2.ima" size="327680" sha1="a51bf73114f9178348d0eda0db936fc1f3bd5aa0" crc="69ce32e4" offset="0" /> + </dataarea> + </part> + </software> + <software name="tps2214"> <description>TPS release 2.2 changeset 14</description> <year>1988</year> diff --git a/hash/mc1502_flop.xml b/hash/mc1502_flop.xml index e77d298556f..e2bcd4863f5 100644 --- a/hash/mc1502_flop.xml +++ b/hash/mc1502_flop.xml @@ -13,7 +13,7 @@ </software> XXX --> -<softwarelist name="mc1502_flop" description="MC 1502 disk images"> +<softwarelist name="mc1502_flop" description="MC-1502 disk images"> <software name="sfdos"> <description>Sigma Four DOS (modified MS-DOS x.xx)</description> @@ -26,13 +26,13 @@ </part> </software> - <software name="ots"> - <description>One Track System (alternate OS)</description> - <year>19??</year> + <software name="ots14"> + <description>One Track System 1.4 (alternate OS)</description> + <year>1991</year> <publisher>MMV</publisher> <part name="flop1" interface="floppy_5_25"> - <dataarea name="flop" size="737280"> - <rom name="one-track-system.ima" size="737280" sha1="d7cdb37c00580fe9b4595bac1db588687d187590" crc="33831462" offset="0" /> + <dataarea name="flop" size="694040"> + <rom name="one-track-system.imd" size="694040" sha1="962e15ec0501d1bd249d05984efd9e9871fa2ce9" crc="62d4ef70" offset="0" /> </dataarea> </part> </software> |