Changelog:
r44907 | compyx | 2023-12-27 06:04:45 +0000 (Wed, 27 Dec 2023) | 8 lines
Gtk3: Settings dialog: replace old ROM settings with new interface
Use the "ROM manager" which was only available in debug builds as the new
interface for managing machine and drive ROMs. Kill and destroy the old ROM
settings code. The new interface actually allows users to load/save .vrs files,
unlike the old interface. No support for ROM set archives (.vra), since nobody
uses those and they're an unwieldy mess.
------------------------------------------------------------------------
r44906 | gpz | 2023-12-26 14:30:11 +0000 (Tue, 26 Dec 2023) | 1 line
miniz.c is included by zmbv.c, so its like a .h file basically :)
------------------------------------------------------------------------
r44905 | gpz | 2023-12-26 14:01:51 +0000 (Tue, 26 Dec 2023) | 1 line
define HAVE_ZLIB in config.h correctly
------------------------------------------------------------------------
r44904 | compyx | 2023-12-26 13:58:16 +0000 (Tue, 26 Dec 2023) | 2 lines
Buildsystem: configure: barf if `--enable-gtk3ui` is combined with `--without-zlib`
------------------------------------------------------------------------
r44903 | gpz | 2023-12-26 13:35:41 +0000 (Tue, 26 Dec 2023) | 1 line
fix compilation with --without-resid --with-fastsid
------------------------------------------------------------------------