/usr/share/openmsx/extensions/Spectravideo_SVI-707.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 | <?xml version="1.0" ?>
<!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
<msxconfig>
<info>
<name>MSX Disk Drive (320K)</name>
<manufacturer>Spectravideo</manufacturer>
<code>SVI-707</code>
<release_year>1984</release_year>
<description>External 5.25" disk drive. Note: CP/M ROM is not emulated yet!</description>
<type>external disk drive</type>
</info>
<devices>
<primary slot="any">
<secondary slot="any">
<WD2793 id="Spectravideo SVI-707 diskROM/FDC">
<connectionstyle>Spectravideo</connectionstyle>
<mem base="0x0000" size="0x10000"/> <!-- ROM only in page 1, registers in all pages -->
<rom id="msxdos">
<sha1>a337c9aede83cf684339f61a80468e73af31ebeb</sha1>
<filename>svi-707_disk.rom</filename>
</rom>
<rom id="cpm">
<sha1>2cb1c373753d792b75609d81d57719d545c63c41</sha1>
<filename>svi-707_cpm.rom</filename>
</rom>
<drives>1</drives>
</WD2793>
</secondary>
</primary>
</devices>
</msxconfig>
|