mist64 / geos

Source code of GEOS 2.0 for the Commodore 64 and 128
414 stars 66 forks source link

Configure (2.1) will not autoload configuration #5

Open xlar54 opened 5 years ago

xlar54 commented 5 years ago

this is an autoexec file, but it doesnt load the saved configuration. would this be a kernal issue?

xlar54 commented 5 years ago

double checked that other autoexec files run, and they do. just seems configure doesnt want to load its data. No matter how many drives i set up, on a reboot, it only has drive A. Can anyone else confirm? This is GEOS 64.

ytmytm commented 3 years ago

Confirmed. Settings are saved, Configure loads on boot as Auto-Exec and starts in boot mode, but settings are not applied. They will be applied if Configure is run from DeskTop.

This can be checked by setting in VICE execute breakpoint on $040b during boot. $0406-$040a is the saved configuration and first two bytes are drive types (1 = 1541, 2=1571, $41 = 1541 with shadow RAM etc.)