Releases: VICE-Team/svn-mirror
Releases · VICE-Team/svn-mirror
r45962 snapshot
remove special case handling for directories, whatever the usecase wa…
r45960 snapshot
improve handling of some literals, that normally don't occur in a BAS…
r45959 snapshot
updated for whoever makes the next release git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@45959 379a1393-f5fb-40a0-bcee-ef074d9b53f7
r45957 snapshot
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 git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@45957 379a1393-f5fb-40a0-bcee-ef074d9b53f7
r45955 snapshot
explicitly install iconv on msys git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@45955 379a1393-f5fb-40a0-bcee-ef074d9b53f7
r45950 snapshot
attempt to fix c++ build error reported on Lemon, patch by LouD git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@45950 379a1393-f5fb-40a0-bcee-ef074d9b53f7
r45948 snapshot
Fix missing prototype for `usbsid_available()` In case USBSID isn't available we'll still need the prototype for the `usbsid_available()` stub. git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@45948 379a1393-f5fb-40a0-bcee-ef074d9b53f7
r45947 snapshot
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. git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@45947 379a1393-f5fb-40a0-bcee-ef074d9b53f7
r45944 snapshot
fix first half of #2192 - output all invalid codes outside quotes as …
r45943 snapshot
only override the C128's C64 kernal when the C128 model is DCR _and_ …