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

nabupc: Add nabu floppy disk formats #11688

Merged
merged 1 commit into from Nov 1, 2023

Conversation

brijohn
Copy link
Contributor

@brijohn brijohn commented Oct 31, 2023

This adds a custom format to properly support NABU floppy disks.

The NABU supports the following disk types:

  • 5.25" SSDD - 200k
  • 5.25" DSDD - 400k
  • 3.5" DSDD - 800k

Each track contains 5 1024 byte sectors.

The in order to determine disk type filesystem layout of a disk the NABU embeds a CP/M Disk Parameter Block in the index gap of track 0. This patch injects the correct DPB data into the disk based on its type when loading raw images.

@galibert galibert merged commit 998d408 into mamedev:master Nov 1, 2023
5 checks passed
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.

None yet

2 participants