Kalidomra / AdamNet-Drive-Emulator

Arduino Mega ColecoVision Adam Disk Drive Emulator
GNU General Public License v3.0
27 stars 6 forks source link

Boot disk image is case sensitive #18

Closed JohnLundy closed 5 years ago

JohnLundy commented 5 years ago

For the boot image to automatically boot it has to be all lowercase in order to work, including the extension. Add the ability to make it not case sensitive to make it less confusing.

Kalidomra commented 5 years ago

The boot disk filename is definable in the variables at the top of the main Arduino file. In order to make this more user friendly, the defined filename and the filename read from the SD card will need to be converted to lower case and then compared. This should be simple to implement.

Kalidomra commented 5 years ago

Fixed in v0.70.