Extract files from 68k Macintosh MFS disk images (typically 400k floppy images)
Go to file
2020-06-28 00:44:50 +02:00
LICENSE Initial commit 2020-06-27 22:59:41 +02:00
README.md Initial version 2020-06-27 23:01:29 +02:00
readmfs.c Fix reading of directories (read all blocks, reset offset at each block) 2020-06-28 00:44:50 +02:00
sample.img Initial version 2020-06-27 23:01:29 +02:00

mfsreader

A quick and simple tool to extract files from 68k Macintosh MFS disk images (typically 400k floppy images). Based on information in Inside Macintosh volume II.

Some disk images have a 84 byte header (DiskCopy?) prepended, this must be skipped.