123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- <?xml version="1.0" ?>
- <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
- <msxconfig>
- <info>
- <manufacturer>Philips</manufacturer>
- <code>NMS 8250</code>
- <release_year>1986</release_year>
- <description>A popular MSX2 machine in the Netherlands.</description>
- <type>MSX2</type>
- </info>
- <MapperReadBackBits>largest</MapperReadBackBits>
- <CassettePort/>
- <devices>
- <primary slot="0">
- <ROM id="MSX BIOS with BASIC ROM">
- <mem base="0x0000" size="0x8000"/>
- <rom>
- <sha1>6103b39f1e38d1aa2d84b1c3219c44f1abb5436e</sha1>
- <filename>nms8250_basic-bios2.rom</filename>
- </rom>
- </ROM>
- </primary>
- <primary external="true" slot="1"/>
- <primary external="true" slot="2"/>
- <primary slot="3">
- <secondary slot="0">
- <ROM id="MSX Sub ROM">
- <mem base="0x0000" size="0x10000"/> <!-- it is mirrored all over the slot -->
- <rom>
- <sha1>5c1f9c7fb655e43d38e5dd1fcc6b942b2ff68b02</sha1> <!-- same as 8245/00, verified by mth on his 8250/00 -->
- <filename>nms8250_msx2sub.rom</filename>
- </rom>
- </ROM>
- </secondary>
- <secondary slot="2">
- <MemoryMapper id="Main RAM">
- <mem base="0x0000" size="0x10000"/>
- <size>128</size>
- <initialContent encoding="gz-base64">eNpj+M8wouEI9z4DAJBx/wE=</initialContent> <!-- (chr(0) + chr(255)) * 128 + (chr(255)+ chr(0)) * 128) -->
- </MemoryMapper>
- </secondary>
- <secondary slot="3">
- <WD2793 id="Memory Mapped FDC">
- <connectionstyle>Philips</connectionstyle>
- <mem base="0x0000" size="0x10000"/>
- <!-- Verified on a real 8250 and 8280: FDC registers are visible
- in all 4 pages, rom only in page 1. This is handled internally
- in the WD2793 device -->
- <rom>
- <sha1>dab3e6f36843392665b71b04178aadd8762c6589</sha1> <!-- marked as "NMS 8250" and "v 1.08" -->
- <sha1>c3efedda7ab947a06d9345f7b8261076fa7ceeef</sha1>
- <sha1>8625c6b633d9cca2875e4dc33404fb98653379d7</sha1> <!-- verified by mth's 8250/00, same as previous with different FDC register values -->
- <filename>nms8250_disk.rom</filename>
- </rom>
- <drives>1</drives>
- </WD2793>
- </secondary>
- </primary>
- <PPI id="ppi">
- <io base="0xA8" num="4"/>
- <sound>
- <volume>16000</volume>
- </sound>
- <keyboard_type>int</keyboard_type>
- <has_keypad>true</has_keypad>
- <key_ghosting_sgc_protected>true</key_ghosting_sgc_protected>
- <code_kana_locks>false</code_kana_locks>
- <graph_locks>false</graph_locks>
- </PPI>
- <VDP id="VDP">
- <io base="0x98" num="8" type="O"/> <!-- S-3527 mirrors -->
- <io base="0x98" num="8" type="I"/> <!-- S-3527 mirrors -->
- <version>V9938</version>
- <vram>128</vram>
- </VDP>
- <PSG id="PSG">
- <type>YM2149</type> <!-- in S-3527 MSX-ENGINE -->
- <io base="0xA0" num="2" type="O"/>
- <io base="0xA2" num="1" type="I"/>
- <sound>
- <volume>21000</volume>
- </sound>
- <ignorePortDirections>true</ignorePortDirections> <!-- not sure, but guess based on use of Engine IC -->
- </PSG>
- <RTC id="Real time clock">
- <io base="0xB4" num="2" type="O"/>
- <io base="0xB5" num="1" type="I"/>
- <sramname>nms8250.cmos</sramname>
- </RTC>
- <PrinterPort id="Printer Port">
- <io base="0x90" num="2"/>
- </PrinterPort>
- </devices>
- </msxconfig>
|