Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2.1 beta 1 #21

Merged
merged 10 commits into from
Feb 1, 2019
Merged

v2.1 beta 1 #21

merged 10 commits into from
Feb 1, 2019

Conversation

Konamiman
Copy link
Owner

  • All the changes and fixes of v2.0.5 beta 1, including the addition of the license file and the Markdown documentation.

  • Fix #3: RDBLK can't read files with read-only attribute

  • Change in boot keys: now the key to request one single drive per driver is the 5 key, and CTRL is simply passed to MSX-DOS kernels as when booting with MSX-DOS.

  • Added the "User is requesting reduced drive count" flag to the input of the DRV_INIT routine and the DRV_CONFIG routine.

- README updated

- docs forlder added, replaces info folder

- Some old folders removed (e.g. releases)

- Old binary files removed from source control

- .gitignore updated

- added .gitignore for bank* folders

- sdscc folder renamed to MegaFlashRomSD
- CALL DRVINFO now shows "no device assigned" instead of "device 0, lun 0"
  when the drive is mapped to the slot but not to any device at boot time
  (can happen if DRV_CONFIG reports more drives than available
  suitable partitions)

- UD1_REL properly set in in-memory drives list by AUTODRV_DRVLOOP

- GDLI doesn't return drive status as "unassigned" when device index is 0
Driver routines DRV_INIT and DRV_CONFIG (for requesting drives count) now get
a flag that indicates if the user is requesting one single drive per controller.
They can return "I want one drive" in this case os something else.
@Konamiman Konamiman self-assigned this Feb 1, 2019
@Konamiman Konamiman merged commit 53b8919 into v2.1 Feb 1, 2019
@Konamiman Konamiman deleted the v2.1-beta1 branch September 8, 2020 12:05
@Konamiman Konamiman added the release Release branch label Aug 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release Release branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't access read-only files with _RDBLK
1 participant