Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "master device only" editions for the Sunrise IDE kernel ROMs #105

Merged
merged 2 commits into from
Aug 31, 2022

Conversation

Konamiman
Copy link
Owner

@Konamiman Konamiman commented Jul 4, 2022

This pull request modifies source/kernel/Makefile, source/kernel/drivers/SunriseIDE/driver.mac and source/kernel/drivers/SunriseIDE/sunride.asm so that two additional ROM files are generated:

  • Nextor-(version).SunriseIDE.MasterOnly.ROM
  • Nextor-(version).SunriseIDE.MasterOnly.emulators.ROM

These versions work as the existing ones, except that slave device detection will be skipped. Users of Carnivore2 should use Nextor-(version).SunriseIDE.MasterOnly.ROM.

Additionally, the temporary work area of the sunride.asm driver is changed from C000h to C400h, to prevent conflicts with the Panasonic FS machines.

Makefile and driver sources have been modified so that now two
additional kernels will be generated:
Nextor-(version).SunriseIDE.MasterOnly.ROM and
Nextor-(version).SunriseIDE.MasterOnly.emulators.ROM
@uniabis
Copy link
Contributor

uniabis commented Jul 5, 2022

Better to use 0C400H for TEMP_WORK of sunride.asm.

Firmware of Panasonic FS-A1 uses 0CBD8h.
Firmware of Panasonic FS-A1F uses 0C3CEh.
Firmware of Panasonic FS-A1MK2 uses 0C3D2h.
Firmware of Panasonic FS-A1ST/WX uses 0C010h-0C015h.

https://msx.org/forum/msx-talk/development/routine-to-bypass-a-firmware?page=2

@Wierzbowsky
Copy link

Works fine in Carnivore2 with v2.50 firmware.

@Konamiman Konamiman changed the base branch from v2.1 to v2.1.1 July 13, 2022 16:20
@Konamiman Konamiman self-assigned this Jul 13, 2022
@Konamiman Konamiman added this to the v2.1.1 final milestone Jul 13, 2022
This is to prevent conflicts with some Panasonic FS machines
that use C000-C400 as temporary work area at boot time.
@Konamiman Konamiman merged commit 64971da into v2.1.1 Aug 31, 2022
@Konamiman Konamiman deleted the add-master-only-sunrise-ide-kernels branch August 31, 2022 11:10
@Konamiman Konamiman mentioned this pull request Aug 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants