Moved hdd setup and scripts to .openMSX local writable folder.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 1s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 1s
This commit is contained in:
parent
a9da661dc0
commit
00d9c59bdb
2 changed files with 43 additions and 9 deletions
28
lib/openmsx/ide-nextor.xml
Normal file
28
lib/openmsx/ide-nextor.xml
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
|
||||
<msxconfig>
|
||||
<info>
|
||||
<name>Sunrise ATA-IDE Nextor</name>
|
||||
<manufacturer>Sunrise</manufacturer>
|
||||
<code />
|
||||
<release_year>2024</release_year>
|
||||
<description>ATA-IDE interface with hard disk.</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>hd.dsk</filename>
|
||||
</master>
|
||||
</SunriseIDE>
|
||||
</secondary>
|
||||
</primary>
|
||||
</devices>
|
||||
</msxconfig>
|
||||
Loading…
Add table
Add a link
Reference in a new issue