diff --git a/docs/debugger.html b/docs/debugger.html
index 646b72810..a4f7b5e24 100644
--- a/docs/debugger.html
+++ b/docs/debugger.html
@@ -257,26 +257,25 @@ more convenient.
Linux/Unix |
- ~/.stella/autoexec.script |
+ $HOME/.config/stella/autoexec.script |
Macintosh |
- ~/Library/Application Support/Stella/autoexec.script |
+ $HOME/Library/Application Support/Stella/autoexec.script |
Windows |
- %APPDATA%\Stella\autoexec.script
- or
- _BASEDIR_\autoexec.script
- (if a file named 'basedir.txt' exists in the application
- directory containing the full pathname for _BASEDIR_)
- |
+ %APPDATA%\Stella\autoexec.script |
+
+
+ If using 'basedir' or 'baseinappdir' |
+ _BASEDIR_/autoexec.script |
- "<rom_filename>.script"
+ "<rom_filename>.script" (located in the same directory as the ROM)
In this ROM specific, plain text file you can store breaks, traps, watches
etc. for future re-use. Use the "save" command to create this file using
the current settings. You can also manually edit the file and add more commands.
@@ -289,10 +288,10 @@ more convenient.
- "<rom_filename>.lst"
+ "<rom_filename>.lst" (located in the same directory as the ROM)
- "<rom_filename>.sym"
+ "<rom_filename>.sym" (located in the same directory as the ROM)
If you provied the -l and -s parameters DASM will create these two files during
assembly. Stella uses the file content to display the correct labels.
@@ -1521,34 +1520,8 @@ load a list of directives when a ROM is loaded. These files can be generated wit
'saveconfig' command, and loaded with the 'loadconfig' command. There are also
'listconfig' and 'clearconfig' commands to show and erase (respectively) the current
directive listing. Upon opening the debugger for the first time, Stella attempts
-to load a configuration file from several places. For this example, assume a ROM
-named "rr.a26", with properties entry "River Raid". Attempts will be made as follows:
-
-- ROM dir based on properties entry name: River Raid.cfg
-- ROM dir based on actual ROM name: rr.cfg
-- CFG dir based on properties entry name: configdir/River Raid.cfg
+to load a configuration file from the folder containing the ROM. Assuming a ROM named "rr.a26" exists, the config file must be named rr.cfg.
-The location of 'configdir' will depend on the OS as follows:
-
-
-
- Linux/Unix |
- ~/.stella/cfg/ |
-
-
- Macintosh |
- ~/Library/Application Support/Stella/cfg/ |
-
-
- Windows |
- %APPDATA%\Stella\cfg\
- OR
- _BASEDIR_\cfg\
- (if a file named 'basedir.txt' exists in the application
- directory containing the full pathname for _BASEDIR_)
- |
-
-