Add support for MAME Floppy Image #797

Open
opened 2026-01-29 15:29:56 +00:00 by claunia · 1 comment
Owner

Originally created by @FakeShemp on GitHub (Aug 20, 2021).

Originally assigned to: @FakeShemp on GitHub.

Check and fill as appropriate:

  • Support for a new media image format...
  • Support for identifying a new filesystem...
  • Support for extracting files from a new filesystem...
  • New command...
  • Improvement to output...
  • Other...

Known documentation

https://github.com/mamedev/mame/blob/master/src/lib/formats/mfi_dsk.cpp

Originally created by @FakeShemp on GitHub (Aug 20, 2021). Originally assigned to: @FakeShemp on GitHub. ### Check and fill as appropriate: * [x] Support for a new media image format... * [ ] Support for identifying a new filesystem... * [ ] Support for extracting files from a new filesystem... * [ ] New command... * [ ] Improvement to output... * [ ] Other... ## Known documentation https://github.com/mamedev/mame/blob/master/src/lib/formats/mfi_dsk.cpp
claunia added the feature requestdump image format labels 2026-01-29 15:29:56 +00:00
Author
Owner

@FakeShemp commented on GitHub (Jan 5, 2026):

The Mame floppy image format is using angles instead of timings to represent the flux. This has the benefit of being drive speed agnostic, but we will have to solve it's representation in some other way. Most likely by introducing a new blocktype.

@FakeShemp commented on GitHub (Jan 5, 2026): The Mame floppy image format is using angles instead of timings to represent the flux. This has the benefit of being drive speed agnostic, but we will have to solve it's representation in some other way. Most likely by introducing a new blocktype.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: aaru-dps/Aaru-aaru-dps#797