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

Fix "map to device sector 0" option in CALL MAPDRV #151

Open
wants to merge 1 commit into
base: v2.1
Choose a base branch
from

Conversation

Konamiman
Copy link
Owner

The CALL MAPDRV BASIC command has an option to map a drive directly to sector zero of a device (for cases where the device doesn't have partitions and the FAT filesystem starts directly at sector zero), by specifying zero as the partition number. However this option wasn't actually working, it would always throw an "Invalid partition" error. This pull request fixes that.

Note that this bug was in the CALL MAPDRV BASIC command only, the command line tool MAPDRV.COM already works as expected.

@Konamiman Konamiman added this to the v2.1.3 milestone Jan 26, 2025
@Konamiman Konamiman self-assigned this Jan 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant