Changelog:
r44840 | compyx | 2023-12-04 18:04:09 +0000 (Mon, 04 Dec 2023) | 4 lines
Buildsystem: fix `vice.gresource` being included in dist tarballs
Don't indirectly add `vice.gresource` to EXTRA_DIST when configured for Gtk3.
------------------------------------------------------------------------
r44839 | gpz | 2023-12-04 17:17:45 +0000 (Mon, 04 Dec 2023) | 1 line
add missing gpl.texi
------------------------------------------------------------------------
r44838 | gpz | 2023-12-04 17:01:02 +0000 (Mon, 04 Dec 2023) | 1 line
add missing image files
------------------------------------------------------------------------
r44834 | gpz | 2023-12-04 16:22:49 +0000 (Mon, 04 Dec 2023) | 1 line
Make the power grid frequency (used for the TOD tick) no more depend on the selected video system. This allows eg SX64 to always have a 60Hz tick. Prepared all emulators for the same change, but so far only changed those who have a VICII. Many files affected, because the signature of machine_change_timing() had to be changed.
------------------------------------------------------------------------
r44832 | compyx | 2023-12-04 08:21:21 +0000 (Mon, 04 Dec 2023) | 5 lines
romset: fix return values of `romset_file_save()`
`RESERR_TYPE_INVALID` now returns -1 instead of 1.
`RESERR_UNKNOWN_RESOURCE` now returns -1 instead of 0 (OK).
------------------------------------------------------------------------