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

msd demo improvements #31

Merged
merged 2 commits into from
Mar 26, 2024
Merged

msd demo improvements #31

merged 2 commits into from
Mar 26, 2024

Conversation

jepler
Copy link
Member

@jepler jepler commented Mar 20, 2024

  • detect media when initially booted
  • track removal via loss of index (needed for my PC Jr drive)
  • remove a bunch of debug prints
  • fix display of "dirty"/"clean" status
  • allow read-back of IDAM track number
  • allow writing an MFM track with a specific logical track number
    (instead of always following the physical track number), needed for
    360KiB media in 1200KiB-capable drives
  • eliminate some stack'd buffers
  • use nullptr in place of NULL in some locations
  • fix an item that should have been a static constexpr but was not

 * detect media when initially booted
 * track removal via loss of index (needed for my PC Jr drive)
 * remove a bunch of debug prints
 * fix display of "dirty"/"clean" status
 * allow read-back of IDAM track number
 * allow writing an MFM track with a specific logical track number
   (instead of always following the physical track number), needed for
   360KiB media in 1200KiB-capable drives
 * eliminate some stack'd buffers
 * use nullptr in place of NULL in some locations
 * fix an item that should have been a static constexpr but was not
@jepler
Copy link
Member Author

jepler commented Mar 20, 2024

This now works with 360KiB media in my 5.25 DSHD drive. It isn't working in my 360KiB-only drive but I think that's the hardware's fault.

@jepler jepler requested a review from ladyada March 20, 2024 17:47
@jepler
Copy link
Member Author

jepler commented Mar 25, 2024

@ladyada ready for your review :)

@ladyada ladyada merged commit e87e5cb into main Mar 26, 2024
6 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.

2 participants