Changelog:
r43297 | compyx | 2023-02-25 08:41:12 +0000 (Sat, 25 Feb 2023) | 3 lines
video-color: fix warnings: comment out unused function, properly cast to void* in printf()
------------------------------------------------------------------------
r43291 | blackystardust | 2023-02-25 02:05:11 +0000 (Sat, 25 Feb 2023) | 1 line
Fix last few remaining c64 mode p0/p1 translation issues based on test results from real hw.
------------------------------------------------------------------------
r43290 | gpz | 2023-02-24 23:44:24 +0000 (Fri, 24 Feb 2023) | 1 line
allow color controls to be used with external palette and when no crt emulation is active. the 'neutral' setting is brightness/saturation/contrast all 100%, and gamma correction at 2.8 - we should probably either make the default values like that, or change the gamma value to show 1.0 for 'neutral'. or perhaps both. please play around with it and speak up.
------------------------------------------------------------------------
r43287 | compyx | 2023-02-24 11:53:07 +0000 (Fri, 24 Feb 2023) | 7 lines
Add -no-direct-streams command line option on Windows
With -no-direct-streams the stream direction code that reconnects the standard
streams stdin, stdout and stderr to VICE is not called. This will mostly be
useful for debugging weird issues on Windows.
------------------------------------------------------------------------
r43285 | compyx | 2023-02-23 16:08:14 +0000 (Thu, 23 Feb 2023) | 3 lines
Gtk3: ISEPIC settings: move enable switch to right corner, use CARTRIGDE_NAME_ISEPIC where missing
------------------------------------------------------------------------