github Zibri/VICE r44782u
r44782 Ubuntu 22.04

latest releases: r46150, r46150o, r46150u...
2 years ago

Changelog:

r44782 | compyx | 2023-11-24 10:01:17 +0000 (Fri, 24 Nov 2023) | 13 lines

VSID: Add md5 lookup of STIL and SLDB data (Gtk3 only)

Add simple, clean md5 implementation in `src/lib/md5` with "UNLICENSE" license
taken from https://github.com/Zunawe/md5-c
Implement STIL lookup via md5 digest (via SLDB to get the HVSC-relative path).
Implement SLDB lookup via md5 digest.
Needs optimizing: currently we do the md5 lookup in SLDB twice due to the
structure of the STIL (no md5 digests, so we have to get the HVSC-relative path
via the SLDB that does have md5 digests), and we currently do the md5 digest
generation twice (once in during STIL lookup, once during SLDB lookup), so the
hvsclib API needs to have two lookup functions added that work directly on an
md5 digest rather than a path to a PSID file.

------------------------------------------------------------------------
r44781 | gpz | 2023-11-23 19:00:56 +0000 (Thu, 23 Nov 2023) | 1 line

when parsing cmdline, allow arguments/filenames starting with - whenever possible
------------------------------------------------------------------------
r44780 | pottendo | 2023-11-22 19:40:42 +0000 (Wed, 22 Nov 2023) | 2 lines

wic64: new protocol implemented.

------------------------------------------------------------------------
r44778 | compyx | 2023-11-22 08:50:02 +0000 (Wed, 22 Nov 2023) | 2 lines

NEWS: Add SCPU hotkey Alt+T to toggle "Turbo" mode for SDL

------------------------------------------------------------------------
r44777 | compyx | 2023-11-22 08:46:57 +0000 (Wed, 22 Nov 2023) | 6 lines

SDL: Implement UI action handlers for SCPU Speed and JiffyDOS switches

Provide action handlers for toggling the SuperSCPU Speed and JiffyDOS switches
so hotkeys can be assigned to toggle these switches (and make the default Alt+T
hotkey to toggle the SCPU "Turbo" mode work).

------------------------------------------------------------------------

Don't miss a new VICE release

NewReleases is sending notifications on new releases.