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

Can't access read-only files with _RDBLK #3

Closed
Konamiman opened this issue Nov 12, 2018 · 1 comment · Fixed by #21
Closed

Can't access read-only files with _RDBLK #3

Konamiman opened this issue Nov 12, 2018 · 1 comment · Fixed by #21
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
Copy link
Owner

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.

@Konamiman Konamiman added the bug Something isn't working label Nov 12, 2018
@Konamiman Konamiman mentioned this issue Feb 1, 2019
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 Konamiman added the fixplemented This bug has already been fixed/this feature has already been implemented in a released version label Feb 8, 2019
@Konamiman
Copy link
Owner Author

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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant