Konamiman / Nextor

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

DEV_STATUS is never called on DOS1 mode #14

Open sdsnatcher opened 5 years ago

sdsnatcher commented 5 years ago

DEV_STATUS doesn't seem to ever be called for device-based drivers on DOS1 mode.

This means that the disk-change is only being handled by software, instead of hardware as it was recommended by the MSX standard, even if the interface supports hardware disk-change detection.