msxbuild/lib/openmsx/share/extensions/fire-hdd.xml
Willem Cazander 6429459d72
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -10s
Named self managed hdd device and started with docs.
2024-06-30 14:55:48 +02:00

28 lines
758 B
XML

<?xml version="1.0" ?>
<!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
<msxconfig>
<info>
<name>MSXBUILD Fire HDD</name>
<manufacturer>distributedrebirth.love</manufacturer>
<code />
<release_year>2024</release_year>
<description>Sunrise IDE with lastest nextor.</description>
<type>external hard disk</type>
</info>
<devices>
<primary slot="any">
<secondary slot="any">
<SunriseIDE id="Sunrise IDE">
<mem base="0x0000" size="0x10000" />
<rom>
<sha1>dca824d7b0ddf25c6e87a8098e97ab7489725f57</sha1> <!-- SHA1 of Nextor-2.1.1.SunriseIDE.ROM -->
</rom>
<master>
<type>IDEHD</type>
<filename>image-hda.dsk</filename>
</master>
</SunriseIDE>
</secondary>
</primary>
</devices>
</msxconfig>