12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- <?xml version="1.0" ?>
- <!-- $Id: hardwareconfig.xml 3885 2004-11-29 18:03:55Z manuelbi $ -->
- <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
- <msxconfig>
- <info>
- <manufacturer>Frael</manufacturer>
- <code>BRUC 100</code>
- <release_year>1987</release_year>
- <description>First version of this Italian machine, which is mostly MSX compatible</description>
- <type>MSX</type>
- </info>
- <!--
- Only has a non-standard expansion port.
- The cassette port is not 100% MSX compatible, the middle pin (GND)
- is missing.
- -->
- <CassettePort/>
- <devices>
- <PPI id="ppi">
- <sound>
- <volume>16000</volume>
- </sound>
- <io base="0xA8" num="4"/>
- <keyboard_type>int</keyboard_type>
- <has_keypad>true</has_keypad>
- <key_ghosting_sgc_protected>true</key_ghosting_sgc_protected> <!-- guessed -->
- <code_kana_locks>false</code_kana_locks> <!-- guessed -->
- <graph_locks>false</graph_locks> <!-- guessed -->
- </PPI>
- <VDP id="VDP">
- <version>TMS9129</version> <!-- TMS9129NL -->
- <io base="0x98" num="2"/>
- </VDP>
- <PSG id="PSG">
- <type>AY8910</type>
- <sound>
- <volume>21000</volume>
- </sound>
- <io base="0xA0" num="2" type="O"/>
- <io base="0xA2" num="1" type="I"/>
- <ignorePortDirections>false</ignorePortDirections> <!-- not sure, but guess based on discrete PSG chip -->
- </PSG>
- <PrinterPort id="Printer Port">
- <io base="0x90" num="2"/>
- </PrinterPort>
- <primary slot="0">
- <FraelSwitchableROM id="Frael BIOS with BASIC or Firmware ROM">
- <io base="0x90" num="1" type="O"/>
- <rom id="basicbios">
- <filename>bruc100_1_basic-bios1.rom</filename>
- <sha1>3abca440cba16ac5e162b602557d30169f77adab</sha1>
- </rom>
- <rom id="firmware">
- <filename>bruc100_1_firmware.rom</filename>
- <sha1>3abca440cba16ac5e162b602557d30169f77adab</sha1> <!-- There should be the 1.0 (or 1.1.) firmware here, but it is not dumped yet... so for now I simply use the basicbios ROM here too. -->
- </rom>
- <mem base="0x0000" size="0x8000"/>
- </FraelSwitchableROM>
- </primary>
- <primary slot="3">
- <RAM id="Main RAM">
- <mem base="0x0000" size="0x10000"/>
- </RAM>
- </primary>
- </devices>
- </msxconfig>
|