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

Implicit ImgDir #52

Closed erichelgeson closed 1 year ago

erichelgeson commented 1 year ago

BlueSCSI users expect things to be configured by convention not by lines in ini files. This change allows users to create two types of ImgDirs for CD or HD images by adding images to a folder at the root of the image named /CDX/, or /HDX/ (X being the scsi id). Images will be cycled through when ejected.

Also cleaned up line endings and log messages to be consistent. Continued moving config to central location.

crackmonkey commented 1 year ago

It doesn't crash if some joker names a file "CD4", that's good.