/usr/share/openmsx/machines/Spectravideo_SVI-728.xml is in openmsx-data 0.14.0-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 | <?xml version="1.0" ?>
<!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
<msxconfig>
<info>
<manufacturer>Spectravideo</manufacturer>
<code>SVI-728</code>
<release_year>1983</release_year>
<description/>
<type>MSX</type>
</info>
<!--
Info from serial BI 728053932
see http://bilgisayarlarim.com/Spectravideo/SVI-728/
- says "SVI SPECTRAVIDEO 728 HOME COMPUTER" on the left side of the top of the
casing
- has a small blue MSX logo on the right side of the casing
- has a black 'expansion' connector
- PSG: GI AY-3-8910A
- CPU: Zilog
- PPI: Mitsubishi M5L8255AP-5
- 1 OKI mask ROM
Info from serial BI 728019657
- says "SVI SPECTRAVIDEO 728 HOME COMPUTER" on the left side of the top of the
casing
- has a small blue MSX logo on the right side of the casing
- has a black 'expansion' connector
- PSG: GI AY-3-8910A
- CPU: SGS Z8400AB1 Z80ACPU 88442-ITALY
- PPI: Toshiba TMP8255AP-5
- VDP: TMS91xx, because it's using TI TMS4416-15NL VRAMs
- mainboard version: 1.4
- SVI-728 POWER & VIDEO: version 1.2
- 1 OKI M38256-71 mask ROM
- RAM chips: 8x National Semiconductor 8505-350 NMC3764N-20
Ident says:
- TMS91xx (no 4/16k effect, no address latch, clones, screen 2 mirrored mode,
mode 3 mixed mode)
- Z80 scf: 01ED29ED
- Z80 out (c),0: 0 (MSX)
- PSG mask: AY8910
Info from serial BI 728002545
- says "SVI SPECTRAVIDEO 728 PERSONAL COMPUTER" on the left side of the top of
the casing
- has a large green MSX logo on the top left side of the top of the casing
- has a blue 'expansion' connector
- PSG: GI AY-3-8910A
- CPU: NEC D780C-1 8337XD
- PPI: Mitsubishi M5L8255AP-5
- VDP: TMS91xx, because it's using TI TMS4416-20NL VRAMs
- mainboard version: 1.2
- SVI-728 POWER & VIDEO: version 1.2
- 4 ROM chips, 1 Mitsibishi M5L2764K (A), 1 Hitachi HN482364G-3 (B), 1 Hitachi
unknown (C) and 1 ..82764G (D)
- RAM chips: 8x Matsushita MN4164P
Ident says:
- TMS91xx (no 4/16k effect, no address latch, clones, screen 2 mirrored mode,
mode 3 mixed mode)
- Z80 scf: 01C529ED (dunno)
- Z80 out (c),0: 0 (MSX)
- PSG mask: AY8910
At least the latter 2 of these machines have the same BIOS (the one with the
sha1sum below. Strange is that this BIOS says it's a 60Hz interrupt frequency
system, but that is not true. It's definitely 50Hz, so the VDP is TMS9129
indeed.
-->
<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>
<code_kana_locks>false</code_kana_locks>
<graph_locks>false</graph_locks>
</PPI>
<VDP id="VDP">
<version>TMS9129</version>
<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"/>
</PSG>
<PrinterPort id="Printer Port">
<io base="0x90" num="2"/>
</PrinterPort>
<primary slot="0">
<ROM id="MSX BIOS with BASIC ROM">
<rom>
<filename>svi-728_basic-bios1.rom</filename>
<sha1>ea6a82cf8c6e65eb30b98755c8577cde8d9186c0</sha1>
</rom>
<mem base="0x0000" size="0x10000"/> <!-- it's mirrored -->
</ROM>
</primary>
<primary slot="1">
<RAM id="Main RAM">
<mem base="0x0000" size="0x10000"/>
</RAM>
</primary>
<primary external="true" slot="2"/>
<primary external="true" slot="3"/>
</devices>
</msxconfig>
|