Olympia_PHC-2.xml 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <info>
  5. <manufacturer>Olympia</manufacturer>
  6. <code>PHC-2</code>
  7. <release_year>1985</release_year>
  8. <description>French MSX machine (built by Daewoo).</description>
  9. <type>MSX</type>
  10. </info>
  11. <!--
  12. One specimen on MSX.org has:
  13. Serial number: L5EP10111
  14. IC4: NEC D780C-1 CPU 8423X5
  15. IC5: GI AY-3-8910 PSG 8435
  16. IC6: INTEL P8255A-5 PPI U3381873
  17. IC8: ROM: GI 9256C-0033 RO9256C-FRA 8441 CEA
  18. IC18-IC25: RAM: 8x Mitsubishi M5K4164ANP 8419A9/8422B6/842202
  19. Mobo: Daewoo DP640728 / 9906500900
  20. Xtal: Sony 10.738635MHz _ON107
  21. VDP and VRAM are under heat sink :(
  22. Patrick's machine has:
  23. Serial Number: L5EP10182
  24. IC4: Zilog Z8400A PS Z80A CPU 8412
  25. IC5: GI AY-3-8910A 8442 CBA
  26. IC6: NEC D8255AC-2 PPI
  27. IC8: ROM: GI 9256C-0033 RO9256C-FRA 8446 CEA
  28. IC18-IC25: RAM: 8x Mitsubishi M5K4164ANP 8424A6
  29. Mobo: Daewoo DP645038 / 9906500900
  30. Xtal: Sony 10.738635MHz _ON107
  31. VDP and VRAM are under heat sink :(
  32. Z80 scf: 01ED29ED01FC29FC (standard)
  33. Z80 cpl: 3AFF12D7 (standard)
  34. Z80 out (c),0: 0 (MSX)
  35. PSG pin 6/7 quirk: C (YES)
  36. PSG mask: AY8910-like
  37. -->
  38. <CassettePort/>
  39. <devices>
  40. <PPI id="ppi">
  41. <sound>
  42. <volume>16000</volume>
  43. </sound>
  44. <io base="0xA8" num="4"/>
  45. <keyboard_type>fr</keyboard_type>
  46. <has_keypad>false</has_keypad>
  47. <key_ghosting_sgc_protected>true</key_ghosting_sgc_protected> <!-- confirmed -->
  48. <code_kana_locks>false</code_kana_locks>
  49. <graph_locks>false</graph_locks>
  50. </PPI>
  51. <VDP id="VDP">
  52. <version>TMS9129</version>
  53. <io base="0x98" num="2"/>
  54. <saturation>100</saturation> <!-- TMS9x2x and RGB output -->
  55. </VDP>
  56. <PSG id="PSG">
  57. <type>AY8910</type>
  58. <sound>
  59. <volume>21000</volume>
  60. </sound>
  61. <io base="0xA0" num="2" type="O"/>
  62. <io base="0xA2" num="1" type="I"/>
  63. <ignorePortDirections>false</ignorePortDirections> <!-- not sure, but guess based on discrete PSG chip -->
  64. </PSG>
  65. <PrinterPort id="Printer Port">
  66. <io base="0x90" num="2"/>
  67. </PrinterPort>
  68. <primary slot="0">
  69. <ROM id="MSX BIOS with BASIC ROM">
  70. <rom>
  71. <filename>olympia_phc-2_basic-bios1.rom</filename>
  72. <sha1>d3af963e2529662eae63f04a2530454685a1989f</sha1> <!-- Confirmed by Patrick -->
  73. </rom>
  74. <mem base="0x0000" size="0x8000"/>
  75. </ROM>
  76. </primary>
  77. <primary slot="1">
  78. <RAM id="Main RAM">
  79. <mem base="0x0000" size="0x10000"/>
  80. <initialContent encoding="hex">FF00</initialContent>
  81. </RAM>
  82. </primary>
  83. <primary external="true" slot="2"/> <!-- Yeah, first cartridge slot is actually slot 2! -->
  84. <primary external="true" slot="3"/> <!-- Note: this connector is actually a non-standard expansion connector on the back -->
  85. </devices>
  86. </msxconfig>