Skip to content

Commit

Permalink
Rename "SunriseIDE.emulators.ROM" file to "SunriseIDE.blueMSX.ROM"
Browse files Browse the repository at this point in the history
The issue of only recognizing the slave device with the regular
Sunrise IDE driver happens only in blueMSX, not in all emulators
as the documentation was incorrectly stating.
  • Loading branch information
Konamiman committed Oct 29, 2023
1 parent 181d3e0 commit f5edece
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/Nextor 2.1 Getting Started Guide.md
Expand Up @@ -41,7 +41,7 @@ This section explains the steps needed to setup blueMSX in order to follow this

a. Download the following files from [the lastest release of Nextor in GitHub](https://github.com/Konamiman/Nextor/releases/latest):

* Nextor kernel with Sunrise IDE driver. Please choose the file with _.SunriseIDE.emulators.ROM_ extension (the _.SunriseIDE.ROM_ version works but only recgonizes the slave IDE device in emulators).
* Nextor kernel with Sunrise IDE driver. Please choose the file with _.SunriseIDE.blueMSX.ROM_ extension (the _.SunriseIDE.ROM_ version works but only recognizes the slave IDE device in blueMSX), if you are using another emulator or a physical Sunrise IDE (or compatible) controller hardware you can use the file with _.SunriseIDE.ROM_ extension instead.

* Nextor tools disk image (_tools.dsk.zip_).

Expand Down
12 changes: 6 additions & 6 deletions source/kernel/Makefile
Expand Up @@ -126,11 +126,11 @@ drivers/SunriseIDE/sunride.masteronly.bin: \
$(call assemble_as,drivers/SunriseIDE/sunride.asm,$$/sunride.masteronly.bin,--build-type abs --output-file-extension bin --define-symbols MASTER_ONLY,BAD_POPS)


### Sunrise IDE, ROM for emulators
### Sunrise IDE, ROM for blueMSX

ide-emu: drivers/SunriseIDE/Nextor-$(VERSION).SunriseIDE.emulators.ROM
ide-emu: drivers/SunriseIDE/Nextor-$(VERSION).SunriseIDE.blueMSX.ROM

drivers/SunriseIDE/Nextor-$(VERSION).SunriseIDE.emulators.ROM: \
drivers/SunriseIDE/Nextor-$(VERSION).SunriseIDE.blueMSX.ROM: \
nextor_base.dat \
drivers/SunriseIDE/driver.bin \
drivers/SunriseIDE/chgbnk.bin \
Expand All @@ -146,11 +146,11 @@ drivers/SunriseIDE/driver.bin: \
$(call assemble,drivers/SunriseIDE/driver.mac,--build-type abs --output-file-extension bin)


### Sunrise IDE, ROM for emulators, master device only
### Sunrise IDE, ROM for blueMSX, master device only

ide-masteronly-emu: drivers/SunriseIDE/Nextor-$(VERSION).SunriseIDE.MasterOnly.emulators.ROM
ide-masteronly-emu: drivers/SunriseIDE/Nextor-$(VERSION).SunriseIDE.MasterOnly.blueMSX.ROM

drivers/SunriseIDE/Nextor-$(VERSION).SunriseIDE.MasterOnly.emulators.ROM: \
drivers/SunriseIDE/Nextor-$(VERSION).SunriseIDE.MasterOnly.blueMSX.ROM: \
nextor_base.dat \
drivers/SunriseIDE/drvmonly.bin \
drivers/SunriseIDE/chgbnk.bin \
Expand Down

0 comments on commit f5edece

Please sign in to comment.