r44847 | compyx | 2023-12-07 18:44:52 +0000 (Thu, 07 Dec 2023) | 5 lines
Gtk3: update ROM manager: implement loading a ROM set and resetting all ROMs to default
The actual romset code appears to be a little iffy at the moment, so although
the UI code is correct, the behaviour of the romset code is less than ideal.
------------------------------------------------------------------------
r44846 | compyx | 2023-12-07 09:00:55 +0000 (Thu, 07 Dec 2023) | 4 lines
Gtk3: Fix model settings layout for xscpu64
Fix overlap of "machine power frequency" and "misc" widgets.
------------------------------------------------------------------------
r44845 | compyx | 2023-12-07 08:47:05 +0000 (Thu, 07 Dec 2023) | 8 lines
Gtk3: Add machine power frequency widget to model settings
Add widget to control the "MachinePowerFrequency" resource for emulators that
have that resource not commented out: x64, x64sc, xscpu64 and x128.
Changing model will update the frequency widget, but changing frequency does
not update/invalidate the model widget, probably due to MACHINE_model_get() not
accounting for the resource (yet).
------------------------------------------------------------------------
r44844 | gpz | 2023-12-06 20:42:02 +0000 (Wed, 06 Dec 2023) | 1 line
fix crt preview widget for scpu/vic20/plus4, clear packet list when an unknown file is selected, log proper error in crt_open
------------------------------------------------------------------------
r44842 | compyx | 2023-12-06 14:05:05 +0000 (Wed, 06 Dec 2023) | 5 lines
Remove unused prototypes `ps_dll_*`
The hwsidrv windows ParSID header contained a bunch of prototypes that aren't
present in the code (anymore).
------------------------------------------------------------------------