Changelog:
r43273 | gpz | 2023-02-21 23:23:23 +0000 (Tue, 21 Feb 2023) | 1 line
allow differently sized blocks when converting into vic20 crt, fixes bug #1813
------------------------------------------------------------------------
r43270 | compyx | 2023-02-21 19:19:47 +0000 (Tue, 21 Feb 2023) | 8 lines
GMod2: Add functions to save and flush EEPROM card image
Add gmod2_eeprom_save(), gmod2_flush_eeprom(), c128gmod2_eeprom_save() and
c128gmod2_fluhs_eeprom().
A generic cartridge API that should call these functions is required and will
be implemented later.
------------------------------------------------------------------------
r43269 | compyx | 2023-02-21 18:04:05 +0000 (Tue, 21 Feb 2023) | 3 lines
Gtk3: Gmod2 settings: update layout and use defines in cartidge.h instead of string literals
------------------------------------------------------------------------
r43266 | compyx | 2023-02-21 12:30:36 +0000 (Tue, 21 Feb 2023) | 3 lines
Gtk3: EasyFlash settings: replace all "Easy[fF]lash" strings with CARTRIDGE_NAME_EASYFLASH
------------------------------------------------------------------------
r43265 | compyx | 2023-02-21 09:12:23 +0000 (Tue, 21 Feb 2023) | 3 lines
Gtk3: REX RAM-Floppy settings: the cartimage widget used is already a GtkGrid, so just return that.
------------------------------------------------------------------------