advram.xml 748 B

1234567891011121314151617181920212223242526
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <info>
  5. <name>ADVRAM</name>
  6. <manufacturer>Ademir Carchano</manufacturer>
  7. <code/>
  8. <release_year/>
  9. <description>A hardware modification that makes direct access to VRAM possible. This version can be enabled by software.</description>
  10. <type>hardware mod</type>
  11. </info>
  12. <devices>
  13. <primary slot="0">
  14. <secondary slot="?0">
  15. <ADVram id="ADVRAM">
  16. <io base="0x9a" num="1" type="I"/>
  17. <io base="0xfe" num="1" type="O"/>
  18. <mem base="0x8000" size="0x4000"/>
  19. <device idref="VDP"/>
  20. <hasEnable>true</hasEnable>
  21. </ADVram>
  22. </secondary>
  23. </primary>
  24. </devices>
  25. </msxconfig>