EmuCR Feeds
Email Us

EmuCR: SDLVICE WinVICE r43599 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:
r43599 | rhialto | 2023-03-28 09:52:09 +0000 (Tue, 28 Mar 2023) | 19 lines
Add or correct (unsigned char) casts to ctype arguments.
from the ctype(3) manual on NetBSD (which is nice enough to give us compiler
warnings when passing a char argument to these macros):
CAVEATS
The argument of these functions is of type int, but only a very
restricted subset of values are actually valid. The argument must either
be the value of the macro EOF (which has a negative value), or must be a
non-negative value within the range representable as unsigned char.
Passing invalid values leads to undefined behavior.
Values of type char or signed char must first be cast to unsigned char,
to ensure that the values are within the correct range. Casting a
negative-valued char or signed char directly to int will produce a
negative-valued int, which will be outside the range of allowed values
(unless it happens to be equal to EOF, but even that would not give the
desired result).
------------------------------------------------------------------------
r43598 | compyx | 2023-03-28 07:41:50 +0000 (Tue, 28 Mar 2023) | 5 lines
Gtk3: Mark `ACTION_SETTINGS_SAVE` finished after saving settings
Fixes bug #1854.
------------------------------------------------------------------------
r43597 | dqh | 2023-03-28 04:09:09 +0000 (Tue, 28 Mar 2023) | 1 line
Attempt to make macOS bindist script work with multiple platypus versions
------------------------------------------------------------------------
r43596 | dqh | 2023-03-28 04:08:24 +0000 (Tue, 28 Mar 2023) | 1 line
fixed GNU sed assumption
------------------------------------------------------------------------
r43595 | fabbo | 2023-03-27 21:09:08 +0000 (Mon, 27 Mar 2023) | 2 lines
It is possible to perform actions mapped to joystick events in the GTK port
------------------------------------------------------------------------

Download: GTK3VICE r43599
Download: SDL2VICE r43599
Source: Here



Random Related Topic Refresh Related Topic

Random Related Topic Loading...

0 Comments

Post a Comment

Can't post a comment? Try This!