EmuCR Feeds
Email Us

EmuCR: SDLVICE WinVICE r41795 is released. WinVICE is a program that executes programs intended for the old 8-bit computers. The current version emulates the C64, the C128, the VIC20, all the PET models (except the SuperPET 9000, which is out of line anyway), the PLUS4 and the CBM-II (aka C610).

WinVICE Changelog: r41795 | dqh | 2022-02-26 05:34:42 +0000 (Sat, 26 Feb 2022) | 1 line
Fixed directsound driver audibly looping on whatever was in the buffer during warp, sometimes
------------------------------------------------------------------------
r41794 | dqh | 2022-02-26 05:01:01 +0000 (Sat, 26 Feb 2022) | 1 line
Replaced the mainlock lock sharing strategy to use condition variables to reliably pass ownership to the lower priority UI thread during yield, rather than relying on a minimal sleep. This should fix the ‘slow during warp’ bug when running on NetBSD, which appears to have a minimal sleep of about 18ms.
------------------------------------------------------------------------
r41793 | blackystardust | 2022-02-25 16:29:39 +0000 (Fri, 25 Feb 2022) | 1 line
Added 'string.h' include for strcmp function.
------------------------------------------------------------------------
r41792 | blackystardust | 2022-02-25 16:22:24 +0000 (Fri, 25 Feb 2022) | 1 line
Added 'string.h' include for strcmp function.
------------------------------------------------------------------------
r41791 | compyx | 2022-02-25 09:31:42 +0000 (Fri, 25 Feb 2022) | 13 lines
Gtk3: Hotkeys: Refactor code to refer to actions by ID rather than name
Use numeric IDs instead of strings to refer to UI actions. The .vhk files still
refer to actions by strings so they remain readable by a human, but any code
referencing actions now use simple integers, simplifying and speeding up lookups.
Converting between ID and name can be done with ui_action_get_id(name) and
ui_action_get_name(id).
Next step is removing hotkey keysym/modifiers members from the menu structs and
use the "live update" hotkeys code for the parser to set hotkeys *after* the
menus have been created, moving the parsing of the .vhk files to much later in
the boot proccess.
------------------------------------------------------------------------

Download: GTK3VICE r41795
Download: SDL2VICE r41795
Source: Here



Random Related Topic Refresh Related Topic

Random Related Topic Loading...

0 Comments

Post a Comment

Can't post a comment? Try This!