Changelog:
r44719 | compyx | 2023-11-16 07:27:17 +0000 (Thu, 16 Nov 2023) | 5 lines
Buildsystem: change `--enable-libieee1284` to `--with-libieee1284`
libieee1284 is an external dependency, so it must be named `--with-libieee1284`.
Also update .deb GHAs to reflect this change.
------------------------------------------------------------------------
r44718 | compyx | 2023-11-16 07:16:21 +0000 (Thu, 16 Nov 2023) | 5 lines
Buildsystem: change `--enable-portaudio` to `--with-portaudio`
PortAudio is an external library, thus the configure switch to use it must be
`--with-portaudio`, not `--enable-portaudio`.
------------------------------------------------------------------------
r44717 | gpz | 2023-11-15 19:39:25 +0000 (Wed, 15 Nov 2023) | 1 line
allocate buffers only when needed
------------------------------------------------------------------------
r44716 | pottendo | 2023-11-15 19:07:24 +0000 (Wed, 15 Nov 2023) | 3 lines
Replaced static allocation of buffers with dynamic. Added commandline option
'-wic64protocol', first fragments of new protocol implemented (still broken).
------------------------------------------------------------------------
r44715 | gpz | 2023-11-15 15:53:22 +0000 (Wed, 15 Nov 2023) | 1 line
added some VICII palettes provided by tobias
------------------------------------------------------------------------