Changelog:
r45339 | gpz | 2024-09-18 23:35:42 +0000 (Wed, 18 Sep 2024) | 1 line
Add support for UC1/UC15/UC2 cartridges, patch by Thomas Winkler
------------------------------------------------------------------------
r45338 | gpz | 2024-09-18 21:35:47 +0000 (Wed, 18 Sep 2024) | 1 line
add missing vic20 cart types
------------------------------------------------------------------------
r45337 | compyx | 2024-09-18 06:26:43 +0000 (Wed, 18 Sep 2024) | 9 lines
Gtk3: make the REU enable button update save-as/flush buttons' state
The cart-can-save/flush functions for REU only return `true` when the REU
emulation is enabled, so initially selecting a REU image and then enabling
REU emulation didn't enable the save-as/flush buttons (see bug #2070).
This commit should fix that. If we find other cases like this we might consider
writing a helper function to set up an extra event handler on an "Enable"
button that then calls `cart_image_widget_update_sensitivity()`.
------------------------------------------------------------------------
r45336 | gpz | 2024-09-18 00:51:30 +0000 (Wed, 18 Sep 2024) | 1 line
add joystick mapping for keyrah v3
------------------------------------------------------------------------
r45335 | gpz | 2024-09-17 17:04:16 +0000 (Tue, 17 Sep 2024) | 1 line
fix limiting the path shown in the directory header
------------------------------------------------------------------------