EmuCR Feeds
Email Us

EmuCR: SDLVICE WinVICE r44029 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:
r44026 | compyx | 2023-06-09 22:48:46 +0000 (Fri, 09 Jun 2023) | 7 lines
Fix missing `mirror_mode` initializers for `io_source_t` objects (C64 only)
With `-Wmissing-field-initializers` enabled, a lot of `mirror_mode` field
initializers were reported missing in various cartridge files.
Since these were implicitly initialized to 0 we now explicitly initialize them
to `IO_MIRROR_NONE` (0).
------------------------------------------------------------------------
r44025 | compyx | 2023-06-09 20:44:02 +0000 (Fri, 09 Jun 2023) | 2 lines
Sound: fix terminator of `sound_register_devices[]`
------------------------------------------------------------------------
r44024 | compyx | 2023-06-09 19:58:04 +0000 (Fri, 09 Jun 2023) | 11 lines
Don't add uiactions.c to EXTRA_DIST conditionally
It appears any files added to foo_SOURCES conditionally will always end up in
the dist tarball when doing a `make dist`, regardless of the condition in the
Makefile. I checked this with the `macOS-util.m` file: it is only added to
libarchdep_a_SOURCES when `MACOS_COMPILE` is true, yet a source tree configured
for Linux+headless will result in `macOS-util.m` added to the dist tarball.
The same is true for `SUBDIRS`, the `hotkeys` subdir is added conditionally to
the list when `!USE_HEADLESSUI`, yet the source configured for headless UI adds
the `hotkeys` subdir to the dist as well.
------------------------------------------------------------------------
r44019 | compyx | 2023-06-09 08:50:21 +0000 (Fri, 09 Jun 2023) | 6 lines
Do not use UI actions code in headless builds
Exclude uiactions.c from libarchdep.a, but add it to EXTRA_DIST for dist
tarballs. Do not call `ui_actions_init()` or `ui_actions_shutdown()` in
headless builds.
------------------------------------------------------------------------
r44018 | compyx | 2023-06-09 08:18:16 +0000 (Fri, 09 Jun 2023) | 2 lines
Spaceballs adapter: add missing initializer for `reset`
------------------------------------------------------------------------

Download: GTK3VICE r44029
Download: SDL2VICE r44029
Source: Here



Random Related Topic Refresh Related Topic

Random Related Topic Loading...

0 Comments

Post a Comment

Can't post a comment? Try This!