r44893 | dqh | 2023-12-24 09:50:41 +0000 (Sun, 24 Dec 2023) | 1 line
Updated macOS bindist to require macOS 12. Let's see if this upsets people, building deps for old macOS support is a hassle.
------------------------------------------------------------------------
r44892 | compyx | 2023-12-24 08:57:08 +0000 (Sun, 24 Dec 2023) | 5 lines
Keymaps: fix illegal C-style comments
Only fix comments on a line by itself, which trigger errors in the log, the
parser ignores the 9300+ inline C-style comments present in the keymap files.
------------------------------------------------------------------------
r44891 | gpz | 2023-12-22 16:02:28 +0000 (Fri, 22 Dec 2023) | 1 line
mention recent reSID fix
------------------------------------------------------------------------
r44890 | compyx | 2023-12-20 10:46:49 +0000 (Wed, 20 Dec 2023) | 6 lines
Documentation: fix location of system files
The system files haven't been in `${PREFIX}/lib/vice` for a long time, the
correct location is `${PREFIX}/share/vice`. Also fix an upper case `VICE` in
a system file path example, Unix filesystems are case sensitive.
------------------------------------------------------------------------
r44889 | gpz | 2023-12-20 09:38:11 +0000 (Wed, 20 Dec 2023) | 1 line
The term k*Vg - Vx in the EKV model can assume negative values so it is not correct to force it at zero when negative. Adjusted the LUT index accordingly. Patch by Leandro Nini
------------------------------------------------------------------------