-
Notifications
You must be signed in to change notification settings - Fork 0
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
Support for HxC Floppy Emulator *.HFE images #80
Labels
enhancement
New feature or request
Comments
tomas-nestorovic
added a commit
that referenced
this issue
Dec 16, 2023
… step" flag is ignored during opening even in official HxC source code)
tomas-nestorovic
added a commit
that referenced
this issue
Dec 19, 2023
tomas-nestorovic
added a commit
that referenced
this issue
Dec 27, 2023
…orking with invalid FloppyInterface value in header)
tomas-nestorovic
added a commit
that referenced
this issue
Dec 27, 2023
tomas-nestorovic
added a commit
that referenced
this issue
Dec 27, 2023
…orking with CapsTrackInfoT2 structure)
tomas-nestorovic
added a commit
that referenced
this issue
Dec 29, 2023
tomas-nestorovic
added a commit
that referenced
this issue
Dec 29, 2023
tomas-nestorovic
added a commit
that referenced
this issue
Dec 30, 2023
…ad/save whole cylinders, not just its modified parts)
tomas-nestorovic
added a commit
that referenced
this issue
Dec 31, 2023
…eserve unreachable cylinders during saving)
tomas-nestorovic
added a commit
that referenced
this issue
Feb 15, 2024
tomas-nestorovic
added a commit
that referenced
this issue
Sep 9, 2024
tomas-nestorovic
added a commit
that referenced
this issue
Sep 10, 2024
…ay of reading an existing track)
tomas-nestorovic
added a commit
that referenced
this issue
Sep 10, 2024
…Shugart" seems to be universal for all floppies)
tomas-nestorovic
added a commit
that referenced
this issue
Sep 10, 2024
…pyInterface" value in header seems to be not trusted at all; came across a MS-DOS HD disk where set to ATARI_ST_DD)
tomas-nestorovic
added a commit
that referenced
this issue
Sep 13, 2024
…ad-only support for "Version 3")
tomas-nestorovic
added a commit
that referenced
this issue
Sep 16, 2024
tomas-nestorovic
added a commit
that referenced
this issue
Sep 16, 2024
…t intended for preservation)
tomas-nestorovic
added a commit
that referenced
this issue
Nov 14, 2024
…way of generating random bits from HxC2001 emulator)
tomas-nestorovic
added a commit
that referenced
this issue
Dec 8, 2024
…ce fuzzy bits in fuzzy positions to reproduce them on a real disk)
tomas-nestorovic
added a commit
that referenced
this issue
Dec 8, 2024
tomas-nestorovic
added a commit
that referenced
this issue
Dec 27, 2024
… meta-data to preserve info on bit-rate and fuzziness)
tomas-nestorovic
added a commit
that referenced
this issue
Jan 9, 2025
tomas-nestorovic
added a commit
that referenced
this issue
Jan 9, 2025
tomas-nestorovic
added a commit
that referenced
this issue
Jan 15, 2025
… placement of fuzzy flux reversals)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The format is described here and seems easy enough to be implemented quickly, although the support for "alternative encodings" on Cylinder 0 are questionable whether to implement them in RIDE or not - possibly only during writing, for RIDE makes no assumptions about a track during reading.
The text was updated successfully, but these errors were encountered: