megaram.xml 581 B

123456789101112131415161718192021222324
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <info>
  5. <name>MegaRAM</name>
  6. <manufacturer>Digital Design</manufacturer>
  7. <code/>
  8. <release_year></release_year>
  9. <description>512 kB MegaRAM.</description>
  10. <type>RAM expansion</type>
  11. </info>
  12. <devices>
  13. <primary slot="any">
  14. <secondary slot="any">
  15. <MegaRam id="MegaRam">
  16. <io base="0x8e" num="1"/>
  17. <mem base="0x0000" size="0x10000"/>
  18. <size>512</size>
  19. </MegaRam>
  20. </secondary>
  21. </primary>
  22. </devices>
  23. </msxconfig>