Philips_NMS_8255.xml 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. <?xml version="1.0" ?>
  2. <!-- TODO: Dump ROMs from a 8255 and verify that they are the same as 8250. -->
  3. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  4. <msxconfig>
  5. <info>
  6. <manufacturer>Philips</manufacturer>
  7. <code>NMS 8255</code>
  8. <release_year>1986</release_year>
  9. <description/>
  10. <type>MSX2</type>
  11. </info>
  12. <MapperReadBackBits>largest</MapperReadBackBits>
  13. <CassettePort/>
  14. <devices>
  15. <PPI id="ppi">
  16. <sound>
  17. <volume>16000</volume>
  18. </sound>
  19. <io base="0xA8" num="4"/>
  20. <keyboard_type>int</keyboard_type>
  21. <has_keypad>true</has_keypad>
  22. <key_ghosting_sgc_protected>true</key_ghosting_sgc_protected>
  23. <code_kana_locks>false</code_kana_locks>
  24. <graph_locks>false</graph_locks>
  25. </PPI>
  26. <VDP id="VDP">
  27. <version>V9938</version>
  28. <vram>128</vram>
  29. <io base="0x98" num="8" type="O"/> <!-- S-3527 mirrors -->
  30. <io base="0x98" num="8" type="I"/> <!-- S-3527 mirrors -->
  31. </VDP>
  32. <PSG id="PSG">
  33. <type>YM2149</type> <!-- in S-3527 MSX-ENGINE -->
  34. <sound>
  35. <volume>21000</volume>
  36. </sound>
  37. <io base="0xA0" num="2" type="O"/>
  38. <io base="0xA2" num="1" type="I"/>
  39. <ignorePortDirections>true</ignorePortDirections> <!-- not sure, but guess based on use of Engine IC -->
  40. </PSG>
  41. <RTC id="Real time clock">
  42. <sramname>nms_8255.cmos</sramname>
  43. <io base="0xB4" num="2" type="O"/>
  44. <io base="0xB5" num="1" type="I"/>
  45. </RTC>
  46. <PrinterPort id="Printer Port">
  47. <io base="0x90" num="2"/>
  48. </PrinterPort>
  49. <primary slot="0">
  50. <ROM id="MSX BIOS with BASIC ROM">
  51. <rom>
  52. <filename>nms8250_basic-bios2.rom</filename>
  53. <sha1>6103b39f1e38d1aa2d84b1c3219c44f1abb5436e</sha1>
  54. </rom>
  55. <mem base="0x0000" size="0x8000"/>
  56. </ROM>
  57. </primary>
  58. <primary external="true" slot="1"/>
  59. <primary external="true" slot="2"/>
  60. <primary slot="3">
  61. <secondary slot="0">
  62. <ROM id="MSX Sub ROM">
  63. <mem base="0x0000" size="0x10000"/> <!-- it is mirrored all over the slot -->
  64. <rom>
  65. <filename>nms8250_msx2sub.rom</filename>
  66. <sha1>5c1f9c7fb655e43d38e5dd1fcc6b942b2ff68b02</sha1>
  67. </rom>
  68. </ROM>
  69. </secondary>
  70. <secondary slot="1"/>
  71. <secondary slot="2">
  72. <MemoryMapper id="Main RAM">
  73. <size>128</size>
  74. <initialContent encoding="gz-base64">eNpj+M8wouEI9z4DAJBx/wE=</initialContent> <!-- (chr(0) + chr(255)) * 128 + (chr(255)+ chr(0)) * 128) -->
  75. <mem base="0x0000" size="0x10000"/>
  76. </MemoryMapper>
  77. </secondary>
  78. <secondary slot="3">
  79. <WD2793 id="Memory Mapped FDC">
  80. <connectionstyle>Philips</connectionstyle>
  81. <mem base="0x0000" size="0x10000"/>
  82. <!-- Verified on a real 8250 and 8280: FDC registers are visible
  83. in all 4 pages, rom only in page 1. This is handled internally
  84. in the WD2793 device -->
  85. <drives>2</drives>
  86. <rom>
  87. <filename>nms8250_disk.rom</filename>
  88. <sha1>dab3e6f36843392665b71b04178aadd8762c6589</sha1>
  89. <sha1>c3efedda7ab947a06d9345f7b8261076fa7ceeef</sha1>
  90. </rom>
  91. </WD2793>
  92. </secondary>
  93. </primary>
  94. </devices>
  95. </msxconfig>