-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Can't access read-only files with _RDBLK #3
Labels
bug
Something isn't working
fixplemented
This bug has already been fixed/this feature has already been implemented in a released version
Comments
Konamiman
added a commit
that referenced
this issue
Jan 28, 2019
Merged
Konamiman
added a commit
that referenced
this issue
Feb 1, 2019
All the changes and fixes of v2.0.5 beta 1 and more: * Addied 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.
Konamiman
added a commit
that referenced
this issue
Feb 8, 2019
All the changes and fixes of v2.0.5 beta 1 and more: * Addied 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.
Konamiman
added
the
fixplemented
This bug has already been fixed/this feature has already been implemented in a released version
label
Feb 8, 2019
Fixed in v2.1.0 beta 1 |
Konamiman
added a commit
that referenced
this issue
Apr 25, 2019
All the changes and fixes of v2.0.5 beta 1 and more: * Addied 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.
Konamiman
added a commit
that referenced
this issue
Apr 25, 2019
All the changes and fixes of v2.0.5 beta 1 and more: * Addied 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.
Konamiman
added a commit
that referenced
this issue
Apr 25, 2019
All the changes and fixes of v2.0.5 beta 1 and more: * Addied 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.
Konamiman
added a commit
that referenced
this issue
Apr 25, 2019
All the changes and fixes of v2.0.5 beta 1 and more: * Addied 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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
fixplemented
This bug has already been fixed/this feature has already been implemented in a released version
Submitted by Keiko Mizuo
Read-Only files can't be read with function 27h (_RDBLK). Changing the value of AT_DEV in line 621 of cpm.mac from 07h to 06h it will solve it. The value of AT_DEV is defined in line 161 of const.inc.
The text was updated successfully, but these errors were encountered: