BlueSCSI / BlueSCSI-v2

Open source, open hardware, SCSI emulator using the Pi Pico PR2040
https://bluescsi.com
GNU General Public License v3.0
225 stars 23 forks source link

Validate Macintosh Disks #43

Closed erichelgeson closed 1 year ago

erichelgeson commented 1 year ago

Users grab random Macintosh disk images on the internet or create disks in emulators that are Volume images (just an hfs volume) instead of Drive images with partition maps and scsi drivers. This PR adds a config hook when in Apple Quirks mode to check the disk image. If you don't want to run this hook just set DisableConfigHook

Also fixed ID7 issue and will just warn in if in Apple Quirks mode.