diff options
author | 2014-07-28 10:33:26 +0000 | |
---|---|---|
committer | 2014-07-28 10:33:26 +0000 | |
commit | f74bc6fd94eb9b28d9b61a72d1a7aa78c27ac286 (patch) | |
tree | eb8947187a404061c89b6b5ef68f1bf4edc3f27f /hash/gimix.xml | |
parent | fd4b755e049390e6ce7a8354d694118717b77dcf (diff) |
gimix: added software list, fixed regression with booting Gimix Flex 3.6, added 8 inch floppy drive support.
Diffstat (limited to 'hash/gimix.xml')
-rw-r--r-- | hash/gimix.xml | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/hash/gimix.xml b/hash/gimix.xml new file mode 100644 index 00000000000..74aa7a3594a --- /dev/null +++ b/hash/gimix.xml @@ -0,0 +1,51 @@ +<?xml version="1.0"?> +<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd"> +<softwarelist name="gimix" description="Gimix 6809 System disks"> + + <software name="flex33"> + <description>GMX Flex-09 3.3</description> + <year>1981</year> + <publisher>Technical System Consultants / Gimix Inc.</publisher> + <part name="flop1" interface="floppy_5_25"> + <dataarea name="flop" size="1265664"> + <rom name="gfx33dma.dsk" size="102400" crc="5548dd85" sha1="0e0a94908478cbcf1d9ab7430189bdf43e12355b" offset="0" /> + </dataarea> + </part> + </software> + + <!-- 8 inch disk - to boot, you'll need to set DIP switch S2-9 on the DMA FDC board (5.25/8 inch drive select) to 8 inch. + You'll also need to set the first drive to be 8 inch also, (-fdc:0 8dd) --> + <software name="flex36"> + <description>GMX Flex-09 3.6</description> + <year>1981</year> + <publisher>Technical System Consultants / Gimix Inc.</publisher> + <part name="flop1" interface="floppy_8"> + <dataarea name="flop" size="1265664"> + <rom name="gflx_36.dsk" size="161280" crc="6cdd4198" sha1="307b635a3abb487c1295d8ef75afeecec9e61c39" offset="0" /> + </dataarea> + </part> + </software> + + <software name="flex43"> + <description>GMX Flex-09 4.3</description> + <year>1981</year> + <publisher>Technical System Consultants / Gimix Inc.</publisher> + <part name="flop1" interface="floppy_5_25"> + <dataarea name="flop" size="1265664"> + <rom name="flex_v4.3.imd" size="103190" crc="2685ca76" sha1="b297f8e774cf4253a2d2259cb1959c74911ceda3" offset="0" /> + </dataarea> + </part> + </software> + + <software name="os9l1_12"> + <description>OS-9 GMX I</description> + <year>1981</year> + <publisher>Microware Systems Corp. / Gimix Inc.</publisher> + <part name="flop1" interface="floppy_5_25"> + <dataarea name="flop" size="1265664"> + <rom name="os9_v1.2.imd" size="116070" crc="aa3791b9" sha1="29036b5a6d1e63801b7b9fe9b99f5a4b536f9f3d" offset="0" /> + </dataarea> + </part> + </software> + +</softwarelist> |