HoraceAndTheSpider / UAEConfigMaker

Amiga UAE Configuration Maker, primarily for UAE4ARM/Amiberry on the Raspberry Pi.
14 stars 7 forks source link

100% file scanning #33

Closed HoraceAndTheSpider closed 6 years ago

HoraceAndTheSpider commented 6 years ago

At present, the system will check for the path, and decide what 'mode' scan to apply.

e.g WHDload folder mode currently lists folders, and works from their. With recursive scanning, it would be better to detect the presence of specific files and determine a 'mode' depending on file.

Apply as follows;

.slave = WHD file mode .hdf + $WHDload = HDF WHD mode .hdf = HDF self booting mode. .cue + $CD32 = CD32 original mode .iso = A1200CD mode adf + $AGA = A1200 disk mode *.adf = A500 disk mode

HoraceAndTheSpider commented 6 years ago

Major rework in commit 241d9b9 - to be fully tested prior to closing.

A1200CD machine still to be implemented ADF scan to be implemented (see issue #29)

HoraceAndTheSpider commented 6 years ago

Appears working OK.