Sanyo_PHC-28S.xml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <info>
  5. <manufacturer>Sanyo</manufacturer>
  6. <code>PHC-28S</code>
  7. <release_year>1984?</release_year>
  8. <description>French MSX with only 16kB of RAM: Ordinateur Personnel</description>
  9. <type>MSX</type>
  10. </info>
  11. <CassettePort/>
  12. <!-- Z80: 01C529ED -->
  13. <devices>
  14. <PPI id="ppi">
  15. <sound>
  16. <volume>16000</volume>
  17. </sound>
  18. <io base="0xA8" num="4"/>
  19. <keyboard_type>gb</keyboard_type> <!-- Yes, English keyboard, on a French machine! -->
  20. <has_keypad>false</has_keypad>
  21. <key_ghosting_sgc_protected>true</key_ghosting_sgc_protected>
  22. <code_kana_locks>false</code_kana_locks> <!-- not tested :( -->
  23. <graph_locks>false</graph_locks> <!-- not tested :( -->
  24. </PPI>
  25. <VDP id="VDP">
  26. <version>TMS9929A</version> <!-- HAS 4k/16k effect, no address latch, HAS sprite clones, has screen 2 mirrored mode, has mode 3 mixed mode -->
  27. <io base="0x98" num="2"/>
  28. <saturation>100</saturation> <!-- TMS9x2x and RGB output -->
  29. </VDP>
  30. <PSG id="PSG">
  31. <type>AY8910</type>
  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. <PrinterPort id="Printer Port">
  40. <io base="0x90" num="2"/>
  41. </PrinterPort>
  42. <primary slot="0">
  43. <RAM id="Main RAM">
  44. <mem base="0xC000" size="0x4000"/>
  45. </RAM>
  46. <ROM id="MSX BIOS with BASIC ROM">
  47. <rom>
  48. <filename>phc-28s_basic-bios1.rom</filename>
  49. <sha1>b1cce60ef61c058f5e42ef7ac635018d1a431168</sha1> <!-- Data from Jetze's machine -->
  50. </rom>
  51. <mem base="0x0000" size="0x8000"/>
  52. </ROM>
  53. </primary>
  54. <primary external="true" slot="1"/>
  55. <primary external="true" slot="2"/>
  56. <!-- Note: this connector is actually a non-standard expansion connector on the back -->
  57. <primary external="true" slot="3"/>
  58. </devices>
  59. </msxconfig>