Changelog:
r44311 | compyx | 2023-07-24 05:08:22 +0000 (Mon, 24 Jul 2023) | 2 lines
Add Plus4 cartridge UI action names to vice.texi and vim .vhk syntax file
------------------------------------------------------------------------
r44310 | compyx | 2023-07-24 04:58:03 +0000 (Mon, 24 Jul 2023) | 5 lines
SDL: xplus4: add UI actions for attaching specific cartridges
Add UI actions for attaching images for 1MB Cartridge, c264 magic cart, Plus4
multi cart and C1/C2 full/low/high.
------------------------------------------------------------------------
r44307 | compyx | 2023-07-23 11:33:23 +0000 (Sun, 23 Jul 2023) | 6 lines
SDL: xvic: add UI actions for attaching specific cart types
Add actions for attaching Behr Bonz, Final Expansion, Mega-Cart, Ultimem, and
Vic Flash Plugin images.
Also split registering cartridge UI actions into machine-specific operations.
------------------------------------------------------------------------
r44301 | gpz | 2023-07-22 17:13:33 +0000 (Sat, 22 Jul 2023) | 1 line
some more refactoring. also setup a new alarm when the alarm function is entered, but a motor-stop is still scheduled. This fixes #1603.
------------------------------------------------------------------------
r44300 | compyx | 2023-07-22 10:13:45 +0000 (Sat, 22 Jul 2023) | 6 lines
SDL: Implement public UI action handlers for activating menu item and toggling resource
Add `sdl_ui_activate_item_action()` and `sdl_ui_toggle_resource_action()` as
reusable action handlers for common operations. This results in the removal of
51 custom action handlers.
------------------------------------------------------------------------