Changelog:
r43280 | gpz | 2023-02-22 21:21:19 +0000 (Wed, 22 Feb 2023) | 1 line
add palette file used in The64
------------------------------------------------------------------------
r43277 | compyx | 2023-02-22 09:36:56 +0000 (Wed, 22 Feb 2023) | 3 lines
Gtk3: Settings dialog: GMod2: Add buttons to save/flush EEPROM
------------------------------------------------------------------------
r43276 | compyx | 2023-02-22 08:51:34 +0000 (Wed, 22 Feb 2023) | 6 lines
m93c86: Don't fflush() eeprom image when opened read-only
Keep track of whether the image was opened read/write or write-only and only
call fflush() when read/write.
------------------------------------------------------------------------
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.
------------------------------------------------------------------------