Add: new flag returned by LUN_INFO allows to instruct Nextor to ignore devices when searching devices for automatic device to drive mapping (https://github.com/Konamiman/Nextor/issues/54).
Fix: drive parameters not updated on first access to a drive after a media change if the driver provides drive mapping via DRV_CONFIG, causing bad data read (https://github.com/Konamiman/Nextor/issues/45).
Fix: broken RAM disk (introduced in RC1).
Fix: disk errors for old MSX-DOS 1 file functions in BASIC crash the computer (https://github.com/Konamiman/Nextor/issues/59).
Add: new flag returned by LUN_INFO allows to instruct Nextor to ignore devices when searching devices for automatic device to drive mapping (https://github.com/Konamiman/Nextor/issues/54).
Fix: files can't have 3 or 4 in their names in DOS 1 mode (https://github.com/Konamiman/Nextor/issues/55).
Fix: after booting directly yo BASIC by pressing 3, CALL SYSTEM doesn't work.
Fix: slot disable keys don't work on real MSX computers (https://github.com/Konamiman/Nextor/issues/49).
Add: new boot key, pressing
N
at boot time disables all the Nextor kernels present.Add: default DPB gets a fixed address of 7BAAh in banks 0 and 3, so it can be customized reliably.
Add:
PROMPT
routine made available to drivers at address 41E8h (https://github.com/Konamiman/Nextor/issues/42).Fix: the DOS 1 variables "data buffer changed" and "redirect console output to printer" were not zeroed when switching to DOS 1 mode at boot time.
Fix: can't change volume name when there are long filename entries in the root directory (https://github.com/Konamiman/Nextor/issues/57).
Fix: absolute sector read/write functions not working properly when a file is mounted to a drive (https://github.com/Konamiman/Nextor/issues/43).
Fix: bad sector buffer management when writing to a mounted file causing data corruption on the mounted file (https://github.com/Konamiman/Nextor/issues/58).
Fix: drive parameters not updated on first access to a drive after a media change if the driver provides drive mapping via DRV_CONFIG, causing bad data read (https://github.com/Konamiman/Nextor/issues/45).