Changelog:
r44809 | compyx | 2023-11-28 21:02:11 +0000 (Tue, 28 Nov 2023) | 5 lines
Gtk3: VSID: update mixer widget when changing tunes
Update the mixer widgets with the correct model resources according to the
currently playing tune.
------------------------------------------------------------------------
r44808 | pottendo | 2023-11-28 20:58:27 +0000 (Tue, 28 Nov 2023) | 3 lines
wic64: fixed SET_SERVER to make sktp client happy, fixed .prg length
kludge for full compatibility with legacy protocol.
------------------------------------------------------------------------
r44807 | compyx | 2023-11-28 17:52:48 +0000 (Tue, 28 Nov 2023) | 6 lines
Gtk3: VSID ReSID mixer: use proper units for sliders
Use custom formatted values with proper units next to the mixer sliders.
Still TODO: actually switch resources when switching SID model, either through
settings (override) or according to PSID info.
------------------------------------------------------------------------
r44806 | pottendo | 2023-11-27 22:13:37 +0000 (Mon, 27 Nov 2023) | 2 lines
wic64: added missing WIC64_CMD_IS_CONFIGURED. Cleanup trace a bit.
------------------------------------------------------------------------
r44805 | rhialto | 2023-11-27 21:22:25 +0000 (Mon, 27 Nov 2023) | 5 lines
Add "offset" parameter to via_context->set_cb2() callback.
Only the PET sound actually uses it but all users must change their callback signature.
Removes the previous hacky proof-of-concept code in viacore.c.
------------------------------------------------------------------------