r46176 | strobey | 2026-07-07 13:27:09 +0000 (Tue, 07 Jul 2026) | 1 line
Move some internal static variables into the shared vdc struct so they are easier to get at for future vdc snapshots.
------------------------------------------------------------------------
r46174 | gpz | 2026-07-06 21:00:34 +0000 (Mon, 06 Jul 2026) | 1 line
set default memspace to the memspace of the checkpoint before executing the command attached to it, fixes bug #2237
------------------------------------------------------------------------
r46173 | fabbo | 2026-07-05 19:14:31 +0000 (Sun, 05 Jul 2026) | 2 lines
Add a code comment explaining why there are cases where setting the value of kernal_rom_name is the right thing to do even though an attempt to load that kernal rom file has just failed
------------------------------------------------------------------------
r46172 | gpz | 2026-07-05 17:13:30 +0000 (Sun, 05 Jul 2026) | 1 line
fix digimax DAC selection
------------------------------------------------------------------------
r46171 | fabbo | 2026-07-05 16:54:08 +0000 (Sun, 05 Jul 2026) | 2 lines
If a kernal file whose name is specified as relative path is loaded before expanded_system_path is initialised, it will fail, but this shouldn't be a fatal error, as the load will succeed when attempted after the initialisation of expanded_system_path
------------------------------------------------------------------------