Changelog:
r43301 | compyx | 2023-02-25 20:45:54 +0000 (Sat, 25 Feb 2023) | 7 lines
Remove dependency on libreadline
Make the native monitor on Unix use linenoise-ng instead of libreadline or
a simple fallback without history support.
This also removes the configure switch --with-readline/--without-readline.
------------------------------------------------------------------------
r43299 | compyx | 2023-02-25 10:32:02 +0000 (Sat, 25 Feb 2023) | 8 lines
Github Actions: Nuke ffmpeg in msys2 builds
It appears msys2 has dropped ffmpeg 4.x and moved to ffmpeg 5.x, which the
current VICE code cannot use. Trying to downgrade to ffmpeg 4 (and downgrade
its many dependencies) will turn into a shitshow, and updating VICE to support
ffmpeg 5.x in addition to 3.x and 4.x is not worth the trouble.
------------------------------------------------------------------------
r43298 | compyx | 2023-02-25 10:10:24 +0000 (Sat, 25 Feb 2023) | 6 lines
Fix --without-readline for Gtk3 builds and c1541
Gtk3 uses linenoise, not readline (neither external or in-tree). Also remove
commented out fallback code in c1541 for readline, c1541 also uses linenoise.
------------------------------------------------------------------------
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.
------------------------------------------------------------------------