Skip to content

r45650 Windows

Choose a tag to compare

@Zibri Zibri released this 29 Apr 12:42
70fabb0

Changelog:

r45650 | compyx | 2025-04-29 10:36:48 +0000 (Tue, 29 Apr 2025) | 6 lines

Fix -Wunterminated-string-initialization warning

GCC 15.1 (msys2) warns about initialization of arrays with string literals
where the terminating NUL character is truncated (we don't actually use the NUL,
but I'd rather not add `__attribute__((nonstring))`.

------------------------------------------------------------------------
r45649 | gpz | 2025-04-28 23:42:30 +0000 (Mon, 28 Apr 2025) | 1 line

cleanup and comment VIC20 cartridge stuff some more, added support for the 'Write Now' cartridge
------------------------------------------------------------------------
r45646 | gpz | 2025-04-27 21:28:22 +0000 (Sun, 27 Apr 2025) | 1 line

emulate open cpu port bits 3-4 on the SX64 board, add some randomness to the delay time for all of them, which should be a bit more correct
------------------------------------------------------------------------
r45645 | gpz | 2025-04-27 21:09:22 +0000 (Sun, 27 Apr 2025) | 1 line

in some places we share code between the C64 and the C128 emulator, which uses the board_type resource/setting. this change makes sure we use different values for C64 and C128 boards everywhere, and we don't use values that do not for the resource
------------------------------------------------------------------------
r45643 | gpz | 2025-04-26 17:30:51 +0000 (Sat, 26 Apr 2025) | 1 line

some more cleanup and comments, made 'dump' a playback device, updated docs to only list the devices we still support :)
------------------------------------------------------------------------