Changelog:
r44296 | gpz | 2023-07-21 23:44:03 +0000 (Fri, 21 Jul 2023) | 1 line
some tiny refactoring, added some comments. still plenty weird behaviour that needs fixing.
------------------------------------------------------------------------
r44295 | compyx | 2023-07-21 05:02:49 +0000 (Fri, 21 Jul 2023) | 2 lines
SDL: xvic: implement action handlers for attach-image-at-$2000/$4000/$6000/$A000/$B000
------------------------------------------------------------------------
r44293 | compyx | 2023-07-20 07:42:00 +0000 (Thu, 20 Jul 2023) | 7 lines
Add UI action IDs/names for attaching various raw cartridge images
Add action IDs for raw images as $1000, $2000, $4000, $6000, $8000, $a000
and $b000.
Add action IDs for raw Plus/4 1MB, Magic and Multi cart images.
Add action IDs for raw Plus/4 C1/C2 full/low/high cartridge images.
------------------------------------------------------------------------
r44291 | gpz | 2023-07-19 19:20:11 +0000 (Wed, 19 Jul 2023) | 1 line
make raw printer driver pass through all bytes 1:1, remove the weird logic to swallow subsequent bytes 17 and 145. should fix #1914
------------------------------------------------------------------------
r44290 | compyx | 2023-07-19 18:53:17 +0000 (Wed, 19 Jul 2023) | 5 lines
Delete instructions for Gtk3 Mingw setup from source on Debian
This never worked quite right, and the instructions are now four years old and
probably very outdated when it comes to package names and configure switches.
------------------------------------------------------------------------