Konamiman / Nextor

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

Suggestion: Pass the status of the CTRL and SHIFT keys to the driver DRV_CONFIG and DRV_INIT #16

Closed sdsnatcher closed 5 years ago

sdsnatcher commented 5 years ago

The diskROM reads the status of the CTRL and SHIFT keys at the moment it issues a BEEP in the boot sequence.

Please pass the status that the CTRL and SHIFT keys had at the moment of the boot beep to the driver DRV_CONFIG and DRV_INIT functions, so the driver can take decisions accordingly, like adjusting DEV/LUNs, reduce the allocated workRAM, etc.

Konamiman commented 5 years ago

Implemented partially in v2.1.0 beta 1. DRV_INIT and DRV_CONFIG (when asked for the number of drives to allocate) get the status of the 5 key passed, this is the key to request one single drive per driver in Nextor 2.1.