v2.17.0
Polprzewodnikowy
released this
15 Sep 19:04
·
100 commits
to main
since this release
PC app changelog:
- Disk parameter in the
64dd
command is now optional. Providing only 64DD IPL path will enable "64DD IPL only" mode in the SC64. - Deployer now exits after last command in
debug
mode when piping commands in the terminal. - Added
--init
option to thedebug
command for sending commands immediately after establishing connection with SC64.
Firmware changelog:
- N64 bootloader now waits until save is flushed to the SD card and disables save writeback when jumping to menu code.
- Built-in self test now can check SDRAM for correct operation.
- Changed menu loading procedure. Now menu is loaded to the SDRAM and standard IPL3 code is used to run the menu instead of loading code directly to the N64 RDRAM. This fixes issues with loading N64FlashcartMenu when first 4 bytes of SDRAM weren't
0x80371240
. - Updated reboot procedure. This should increase games compatibility that previously had issues when booting through bootloader.
- Added "writable" flag to the 64DD disk track/head/block mapping to prevent overwriting read only parts of the disk.