Changelog:
r44279 | compyx | 2023-07-17 06:07:40 +0000 (Mon, 17 Jul 2023) | 6 lines
Add UI action ID/name for playing default PSID subtune
Add UI action `ACTION_PSID_SUBTUNE_DEFAULT`/"psid-subtune-default" for vsid.
The SDL UI has a menu item for this, but the Gtk3 UI appears to be missing this,
so perhaps it needs to be added to the Gtk3 UI.
------------------------------------------------------------------------
r44272 | gpz | 2023-07-16 19:39:13 +0000 (Sun, 16 Jul 2023) | 1 line
increase commit counter
------------------------------------------------------------------------
r44271 | gpz | 2023-07-16 19:34:39 +0000 (Sun, 16 Jul 2023) | 1 line
change default DatasetteZeroGapDelay from the rather weird (and way too large) value 20000 to the more sane 2500 which mtap uses
------------------------------------------------------------------------
r44262 | compyx | 2023-07-14 06:20:31 +0000 (Fri, 14 Jul 2023) | 4 lines
Gtk3: statusbar: always re-render the LEDs on statusbar update
Should fix bug #1840 at the expense of some extra cairo fill operations.
------------------------------------------------------------------------
r44259 | gpz | 2023-07-13 17:13:12 +0000 (Thu, 13 Jul 2023) | 1 line
remove duplicated checks
------------------------------------------------------------------------