msxbuild/lib/openmsx/share/extensions/fire-hdd.xml
Willem 5b809ee5bd
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -1s
Added named IDE disks for newer openMSX versions
2025-04-27 17:04:14 +02:00

29 lines
No EOL
807 B
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" ?>
<!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
<msxconfig>
<info>
<name>Fire HDD ©Δ∞ 仙上主天</name>
<manufacturer>MSXBUILD للَّٰهِilLצسُو</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>
<name>MSXHDA</name>
</master>
</SunriseIDE>
</secondary>
</primary>
</devices>
</msxconfig>