Mitsubishi_ML-F110.xml 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <info>
  5. <manufacturer>Mitsubishi</manufacturer>
  6. <code>ML-F110</code>
  7. <release_year></release_year>
  8. <description>A Japanese MSX1 with built in software.</description>
  9. <type>MSX</type>
  10. </info>
  11. <!-- Based on Werner Kai's machine with serial 1006177
  12. CPU: NEC D780C-1
  13. VDP: TMS9918ANL
  14. PPI: Mitsubishi M5L8255AP-5
  15. PSG: GI AY-3-8910A
  16. Z80 scf: 01C501ED01D401FC (NEC)
  17. Z80 cpl: 3AFF12D7 (standard)
  18. Z80 out (c),0: 0 (MSX)
  19. PSG pin 6/7 quirk: C (YES)
  20. PSGmask: AY8910-like
  21. unmapped RAM (slot 0 page 2) shows as 0xFF everywhere
  22. looks like it's the same as ML-F120, but without the ROM on IC8D location
  23. and the RAM on IC8B and IC10B locations
  24. See: https://plus.google.com/u/0/photos/112629367302659371233/albums/6162881413973167969
  25. -->
  26. <CassettePort/>
  27. <devices>
  28. <PPI id="ppi">
  29. <sound>
  30. <volume>16000</volume>
  31. </sound>
  32. <io base="0xA8" num="4"/>
  33. <keyboard_type>jp_jis</keyboard_type>
  34. <has_keypad>false</has_keypad>
  35. <key_ghosting_sgc_protected>false</key_ghosting_sgc_protected>
  36. <code_kana_locks>true</code_kana_locks>
  37. <graph_locks>false</graph_locks>
  38. </PPI>
  39. <VDP id="VDP">
  40. <version>TMS9918A</version>
  41. <io base="0x98" num="2"/>
  42. </VDP>
  43. <PSG id="PSG">
  44. <type>AY8910</type>
  45. <keyboardlayout>jis</keyboardlayout>
  46. <sound>
  47. <volume>21000</volume>
  48. </sound>
  49. <io base="0xA0" num="2" type="O"/>
  50. <io base="0xA2" num="1" type="I"/>
  51. <ignorePortDirections>false</ignorePortDirections> <!-- not sure, but guess based on discrete PSG chip -->
  52. </PSG>
  53. <PrinterPort id="Printer Port">
  54. <io base="0x90" num="2"/>
  55. </PrinterPort>
  56. <primary slot="0">
  57. <ROM id="MSX BIOS with BASIC ROM">
  58. <rom>
  59. <filename>ml-f110_basic-bios1.rom</filename>
  60. <sha1>302afb5d8be26c758309ca3df611ae69cced2821</sha1>
  61. </rom>
  62. <mem base="0x0000" size="0x8000"/>
  63. </ROM>
  64. <RAM id="Main RAM">
  65. <mem base="0xC000" size="0x4000"/>
  66. </RAM>
  67. </primary>
  68. <primary external="true" slot="1"/> <!-- top slot -->
  69. <primary external="true" slot="2"/> <!-- back slot -->
  70. </devices>
  71. </msxconfig>