badvision / jace

Java Apple Computer Emulator
Apache License 2.0
66 stars 19 forks source link

DSK improvements #44

Closed badvision closed 4 months ago

badvision commented 4 months ago
  1. Add better sector order detection
  2. Add warning for unsupported file types
badvision commented 4 months ago

File size is used to determine if a file is or is not a disk image. Woz currently might be treated as a HDV image incorrectly.

badvision commented 4 months ago

For now at least sector order detection seems to help a lot of cases when a disk is labeled with a PO extension incorrectly. (or vice-versa for prodos disks with prodos-ordering and a DSK extension)

badvision commented 4 months ago

Kicking part 2 to a new issue