Changelog:
r44922 | durandal78 | 2023-12-30 04:20:19 +0000 (Sat, 30 Dec 2023) | 1 line
Make possible to enable the CP/M cartridge again
------------------------------------------------------------------------
r44921 | mcmartin | 2023-12-30 04:10:31 +0000 (Sat, 30 Dec 2023) | 1 line
Fix checkout root when converting testprogs/techdocs
------------------------------------------------------------------------
r44920 | gpz | 2023-12-29 21:27:02 +0000 (Fri, 29 Dec 2023) | 1 line
Use reg_a_write when setting flags in the ANE/LAX instructions. This actually doesn't make a difference (both is defined to point to the same thing), but reflects better how the instruction works.
------------------------------------------------------------------------
r44919 | compyx | 2023-12-29 20:58:10 +0000 (Fri, 29 Dec 2023) | 17 lines
Add "AutostartDropMode" resource to control autostart behaviour on image drop
Add integer resource "AutostartDropMode with three modes that determine the
autostart behaviour on dropping an image onto the emulator window.
* `AUTOSTART_DROP_MODE_ATTACH`: only attach image
* `AUTOSTART_DROP_MODE_LOAD` : attach image and load (first) file
* `AUTOSTART_DROP_MODE_RUN` : attach, load and run (Default)
Command line switch `-autostart-drop-mode` accepts either 0, 1 or 2, or "attach",
"load" or "run".
For Window managers that support it, the user can "override" the behaviour with
Shift held during drop (attach only) or Alt held (attach and load). Not holding
a key during drop will use the resource value.
Work in progress, we may have to extend the handler to also accept t64, tap,
crt etc. Also no error reporting (yet) if attaching/loading fails.
------------------------------------------------------------------------
r44918 | compyx | 2023-12-29 11:14:55 +0000 (Fri, 29 Dec 2023) | 2 lines
Gtk3: Update $VICERES lines in the ACIA widget
------------------------------------------------------------------------