Skip to content

r44849 Windows

Compare
Choose a tag to compare
@Zibri Zibri released this 08 Dec 12:44
10325e7

Changelog:

r44849 | compyx | 2023-12-08 11:24:21 +0000 (Fri, 08 Dec 2023) | 6 lines

Gtk3: new ROM manager: add "reset-to-default" icon next to ROM file chooser widgets

Add a clickable icon (a "reload" circle-shaped arrow) to reset a single ROM to
its default value. May or may not work correctly depending on bugs in the ROM
resources code.

------------------------------------------------------------------------
r44848 | compyx | 2023-12-08 08:48:27 +0000 (Fri, 08 Dec 2023) | 6 lines

Gtk3: new ROM manager: implement Save dialog

Add saving the current ROMs to a romset (.vrs) file. If a romset was loaded via
the "Load" dialog, that filename is used as the suggested filename for saving.
The dialog will ask for confirmation before overwriting an existing file.

------------------------------------------------------------------------
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).

------------------------------------------------------------------------