Konamiman / Nextor

A disk operating system for MSX computers, forked from MSX-DOS 2.31
Other
183 stars 33 forks source link

Fix a bug in MAPDRV and a bug in the MFRSD kernel regarding DEV_STATUS routine #119

Closed Konamiman closed 9 months ago

Konamiman commented 1 year ago

Scenario to reproduce the issue:

Steveneska commented 1 year ago

I don't know if it's related to the same issue but running a MFRSCC+ SD with 2 SD Cards in the same configuration (A: is SD Card 1 partition 1 and B: is SD Card 2 partition 1), mapping C: and D: to SD Card 2 partitions 2 and 3 respectively and then switching to drive B: will return a bad drive name error in Basic and switching to C: right after a failure to switch to B: will hand the computer.

Somehow though, running let's say DEVINFO from drive A: before switching to drive B: will not reproduce this behavior as the partitions and drives are recognized as expected.