You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to save different Configs which include the Floppy-Images to use. Ideally, it would be possible to choose the ConfigName for later use.
eg. you would have the following Configs:
ConfigA "LoveThatGame.cfg"
using SDroot\gamedir\gameA\ADF1.adf
using SDroot\gamedir\gameA\ADF2.adf
ConfigB "ThatsAlsoGood.cfg"
using SDroot\gamedir\gameB\ADF1.adf
using SDroot\gamedir\gameB\ADF2.adf
using SDroot\gamedir\gameB\ADF3.adf
The text was updated successfully, but these errors were encountered:
This would probably require a change from the current .cfg config files to .ini. Some time ago I started looking into this, and it is certainly doable, but would require quite a lot of changes to the firmware. I might start working on this sometime soon ...
I once started my request in this thread:
http://www.atari-forum.com/viewtopic.php?f=115&t=30669&p=305456#p304728
I tried to implement this, but the results were always non-booting, unfortunately :-(
I'd like to save different Configs which include the Floppy-Images to use. Ideally, it would be possible to choose the ConfigName for later use.
eg. you would have the following Configs:
ConfigA "LoveThatGame.cfg"
using SDroot\gamedir\gameA\ADF1.adf
using SDroot\gamedir\gameA\ADF2.adf
ConfigB "ThatsAlsoGood.cfg"
using SDroot\gamedir\gameB\ADF1.adf
using SDroot\gamedir\gameB\ADF2.adf
using SDroot\gamedir\gameB\ADF3.adf
The text was updated successfully, but these errors were encountered: