Changelog:
r45957 | rhialto | 2026-01-18 14:22:32 +0000 (Sun, 18 Jan 2026) | 8 lines
CIA SDR IRC fix for "old" CIAs.
In strange_extra_sdr_flags(), the code for the "old" cia was actually correct
for the 4485 subtype.
Patch is a mix of the one from Dag Lem and me.
https://sourceforge.net/p/vice-emu/bugs/1219/?page=1#d27d/7f92
------------------------------------------------------------------------
r45952 | rhialto | 2026-01-17 16:05:21 +0000 (Sat, 17 Jan 2026) | 6 lines
Add patch from Dag Lem, from bug #1219.
https://sourceforge.net/p/vice-emu/bugs/1219/?page=1#5c25
I added some parentheses because the compiler warned me about that.
------------------------------------------------------------------------
r45950 | gpz | 2026-01-14 14:39:57 +0000 (Wed, 14 Jan 2026) | 1 line
attempt to fix c++ build error reported on Lemon, patch by LouD
------------------------------------------------------------------------
r45948 | compyx | 2026-01-13 12:03:56 +0000 (Tue, 13 Jan 2026) | 5 lines
Fix missing prototype for `usbsid_available()`
In case USBSID isn't available we'll still need the prototype for the
`usbsid_available()` stub.
------------------------------------------------------------------------
r45947 | compyx | 2026-01-13 11:41:46 +0000 (Tue, 13 Jan 2026) | 6 lines
Gtk3: respect event/snapshot directory in snapshot load/save dialogs
Read the "EventSnapshotDir" resource and use that to set the initial directory
of the event load and save dialogs.
Partially fixes bug #2192.
------------------------------------------------------------------------