ide.xml 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <info>
  5. <name>Sunrise ATA-IDE</name>
  6. <manufacturer>Sunrise</manufacturer>
  7. <code/>
  8. <release_year>1995</release_year>
  9. <description>ATA-IDE interface with hard disk.</description>
  10. <type>external hard disk</type>
  11. </info>
  12. <devices>
  13. <primary slot="any">
  14. <secondary slot="any">
  15. <SunriseIDE id="Sunrise IDE">
  16. <mem base="0x0000" size="0x10000"/>
  17. <rom>
  18. <filename>ide250.dat</filename>
  19. <sha1>93e41c7d479bc90c1d1f6d081af20fd9924b8ada</sha1>
  20. <sha1>1c79c8fcfd661394f91be94b218955c84cabd742</sha1> <!-- SHA1 of ide240.dat, for backwards compatiblity -->
  21. <sha1>51a1467d73d26c91aab7923e3be66490daaffdee</sha1> <!-- SHA1 of ide221.dat, for backwards compatibility -->
  22. </rom>
  23. <master>
  24. <type>IDEHD</type>
  25. <filename>hd.dsk</filename>
  26. <size>100</size>
  27. </master>
  28. <slave>
  29. <type>IDECDROM</type>
  30. </slave>
  31. </SunriseIDE>
  32. </secondary>
  33. </primary>
  34. </devices>
  35. </msxconfig>