Casio_MX-10.xml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <info>
  5. <manufacturer>Casio</manufacturer>
  6. <code>MX-10</code>
  7. <release_year>1986</release_year>
  8. <description>Cheap gaming MSX, with joystick buttons and bad keyboard and no printer port.</description>
  9. <type>MSX</type>
  10. </info>
  11. <CassettePort/> <!-- actually not a standard DIN-5 cassette interface (CMT), need FA-32 CMT I/F package as adapter -->
  12. <devices>
  13. <!-- CPU: NEC scf: 01C501ED01D401FC -->
  14. <PPI id="ppi">
  15. <sound>
  16. <volume>16000</volume>
  17. </sound>
  18. <io base="0xA8" num="4"/>
  19. <keyboard_type>jp_ansi</keyboard_type>
  20. <has_keypad>false</has_keypad>
  21. <key_ghosting_sgc_protected>false</key_ghosting_sgc_protected>
  22. <code_kana_locks>true</code_kana_locks>
  23. <graph_locks>false</graph_locks>
  24. </PPI>
  25. <VDP id="VDP">
  26. <version>TMS9118</version> <!-- NO effect of 4k/16k switch, no latch, HAS clones, HAS screen 2 mirrored mode, HAS mode 3 mixed mode -->
  27. <io base="0x98" num="2"/>
  28. </VDP>
  29. <PSG id="PSG">
  30. <type>AY8910</type>
  31. <keyboardlayout>50on</keyboardlayout>
  32. <sound>
  33. <volume>21000</volume>
  34. </sound>
  35. <io base="0xA0" num="2" type="O"/>
  36. <io base="0xA2" num="1" type="I"/>
  37. <ignorePortDirections>false</ignorePortDirections> <!-- not sure, but guess based on discrete PSG chip -->
  38. </PSG>
  39. <primary slot="0">
  40. <RAM id="Main RAM">
  41. <mem base="0xC000" size="0x4000"/>
  42. <initialContent encoding="gz-base64">eJxj+M+AAtG4DAwE5ElVjy4PABFQP8E=</initialContent> <!-- As shown in Alejandro Cremades' machine. Pattern is line1 = (chr(0) + chr(255))*8; line2 = (chr(255) + chr(0))*8; (line1 + line2)*2 + (line2 + line1)*2 -->
  43. </RAM>
  44. <ROM id="MSX BIOS with BASIC ROM">
  45. <rom>
  46. <filename>mx-10_basic-bios1.rom</filename>
  47. <sha1>302afb5d8be26c758309ca3df611ae69cced2821</sha1>
  48. </rom>
  49. <mem base="0x0000" size="0x8000"/>
  50. </ROM>
  51. </primary>
  52. <primary external="true" slot="1"/>
  53. </devices>
  54. </msxconfig>