Changelog:
r46155 | strobey | 2026-06-30 06:15:07 +0000 (Tue, 30 Jun 2026) | 1 line
Add some missing Linux GTK3 joymaps. Remove SDL specific settings from THEC64 GTK ones.
------------------------------------------------------------------------
r46154 | gpz | 2026-06-26 16:47:52 +0000 (Fri, 26 Jun 2026) | 1 line
we need this one as well :)
------------------------------------------------------------------------
r46153 | gpz | 2026-06-26 16:39:18 +0000 (Fri, 26 Jun 2026) | 1 line
fix a bunch of const vs non const warnings
------------------------------------------------------------------------
r46151 | gpz | 2026-06-22 18:48:05 +0000 (Mon, 22 Jun 2026) | 1 line
added extra support for CBM2 variant of BASIC v4. some renaming and added comments. This supposed BASIC v4 extension for C64 needs to be looked at.
------------------------------------------------------------------------
r46150 | ikorb | 2026-06-20 10:16:33 +0000 (Sat, 20 Jun 2026) | 8 lines
fix samp2src.pl file input mode
samp2src.pl reads binary files, so it needs to tell the interpreter to
switch to binary mode. Fixes problems when perl is running in
forced-unicode mode and provdes a theoretical fix for building on
Windows.
Also adds the generated files to the "make clean" list for neatness.
------------------------------------------------------------------------