Changelog:
r43460 | gpz | 2023-03-08 13:36:54 +0000 (Wed, 08 Mar 2023) | 1 line
rename get_filename functions to better reflect what they do
------------------------------------------------------------------------
r43459 | gpz | 2023-03-08 11:54:03 +0000 (Wed, 08 Mar 2023) | 1 line
move unimplemented cartridge functions from stubs to cartridge system, to make more clear these might need to be implemented at some point
------------------------------------------------------------------------
r43458 | gpz | 2023-03-08 11:43:34 +0000 (Wed, 08 Mar 2023) | 1 line
implement cartridge_can_flush_secondary_image() and cartridge_can_save_secondary_image()
------------------------------------------------------------------------
r43457 | compyx | 2023-03-08 08:43:17 +0000 (Wed, 08 Mar 2023) | 3 lines
Printer: fix leak of BMP filename
------------------------------------------------------------------------
r43454 | blackystardust | 2023-03-08 02:58:27 +0000 (Wed, 08 Mar 2023) | 1 line
Reverted z80 specific fix for the z80 hard reset problem, the problem is somewhere in the handling of the reset signal in the z80 core, will take a lot more digging, so reverted it to a 'working for 99% of the programs' situation.
------------------------------------------------------------------------