Philips_NMS_8250.xml 3.5 KB

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