Changelog:
r45393 | compyx | 2024-12-10 07:16:54 +0000 (Tue, 10 Dec 2024) | 2 lines
Fix warning about '/*' inside block comment
------------------------------------------------------------------------
r45392 | oldwoman37 | 2024-12-09 01:55:57 +0000 (Mon, 09 Dec 2024) | 1 line
Improved CMD HD info in vice.texi
------------------------------------------------------------------------
r45391 | oldwoman37 | 2024-12-06 02:02:49 +0000 (Fri, 06 Dec 2024) | 1 line
Added 64MB RamCard support to RAMLink
------------------------------------------------------------------------
r45390 | compyx | 2024-12-05 09:42:26 +0000 (Thu, 05 Dec 2024) | 7 lines
Windows: copy dependencies of the GdkPixbuf SVG loader into bindist
Since the SVG loader is dynamically loaded by GdkPixbuf, the `ntldd` call on
an emulator executable won't pick it up, we need explicitly get the deps of
the SVG loader and copy them into the bindist as well.
Should fix bug #2081, please test once the bindist is built on Github.
------------------------------------------------------------------------
r45388 | gpz | 2024-12-03 23:18:48 +0000 (Tue, 03 Dec 2024) | 1 line
document the absence of operator precedence in the monitor parser, add some related comment(s)
------------------------------------------------------------------------