mu-PACK.xml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <info>
  5. <name>μ.PACK</name>
  6. <manufacturer>Bit²/ASCII</manufacturer>
  7. <code>BM-117</code>
  8. <release_year>1991</release_year>
  9. <description>Upgrades your Panasonic FS-A1ST to a Panasonic FS-A1GT by adding 256kB memory mapper and MSX-MIDI including BASIC extension</description>
  10. <type>MIDI cartridge</type>
  11. </info>
  12. <devices>
  13. <primary slot="any">
  14. <secondary slot="0"/>
  15. <secondary slot="1">
  16. <MemoryMapper id="256k memory mapper of μ.PACK">
  17. <mem base="0x0000" size="0x10000"/>
  18. <size>256</size>
  19. </MemoryMapper>
  20. </secondary>
  21. <secondary slot="2">
  22. <ROM id="MSX-MIDI ROM of μ.PACK">
  23. <rom>
  24. <filename>mu-pack.rom</filename>
  25. <sha1>e88ca790ab58e7709cd99cbbb23ff7d33631b71f</sha1> <!-- Confirmed by Retrofan -->
  26. </rom>
  27. <mem base="0x4000" size="0x4000"/>
  28. </ROM>
  29. </secondary>
  30. <secondary slot="3"/>
  31. </primary>
  32. <MSX-MIDI id="MSX-MIDI of μ.PACK">
  33. <external/> <!-- I/O ports are activated dynamically depending on the
  34. values written to port 0xE2 -->
  35. </MSX-MIDI>
  36. </devices>
  37. </msxconfig>