Skip to content

Releases: Zibri/VICE

r44852 OpenSUSE TumbleWeed

09 Dec 01:09
10325e7
Compare
Choose a tag to compare

Changelog:

r44852 | pottendo | 2023-12-08 22:47:34 +0000 (Fri, 08 Dec 2023) | 1 line

wic64: archdep code for win32 implemented for peeking socket -> TCP_AVAILABLE works
------------------------------------------------------------------------
r44851 | compyx | 2023-12-08 15:59:06 +0000 (Fri, 08 Dec 2023) | 5 lines

Gtk3: new ROM manager: reorganize code layout

Order functions: event handlers, other static functions, public functions.
Remove three no longer used public functions.

------------------------------------------------------------------------
r44850 | pottendo | 2023-12-08 15:56:24 +0000 (Fri, 08 Dec 2023) | 2 lines

wic64.c: WIC64_CMD_IS_HARDWARE implemented.

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

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

r44852 Windows

09 Dec 01:22
10325e7
Compare
Choose a tag to compare

Changelog:

r44852 | pottendo | 2023-12-08 22:47:34 +0000 (Fri, 08 Dec 2023) | 1 line

wic64: archdep code for win32 implemented for peeking socket -> TCP_AVAILABLE works
------------------------------------------------------------------------
r44851 | compyx | 2023-12-08 15:59:06 +0000 (Fri, 08 Dec 2023) | 5 lines

Gtk3: new ROM manager: reorganize code layout

Order functions: event handlers, other static functions, public functions.
Remove three no longer used public functions.

------------------------------------------------------------------------
r44850 | pottendo | 2023-12-08 15:56:24 +0000 (Fri, 08 Dec 2023) | 2 lines

wic64.c: WIC64_CMD_IS_HARDWARE implemented.

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

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

r44851 Ubuntu 22.04

08 Dec 16:23
10325e7
Compare
Choose a tag to compare

Changelog:

r44851 | compyx | 2023-12-08 15:59:06 +0000 (Fri, 08 Dec 2023) | 5 lines

Gtk3: new ROM manager: reorganize code layout

Order functions: event handlers, other static functions, public functions.
Remove three no longer used public functions.

------------------------------------------------------------------------
r44850 | pottendo | 2023-12-08 15:56:24 +0000 (Fri, 08 Dec 2023) | 2 lines

wic64.c: WIC64_CMD_IS_HARDWARE implemented.

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

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

r44851 OpenSUSE TumbleWeed

08 Dec 16:25
10325e7
Compare
Choose a tag to compare

Changelog:

r44851 | compyx | 2023-12-08 15:59:06 +0000 (Fri, 08 Dec 2023) | 5 lines

Gtk3: new ROM manager: reorganize code layout

Order functions: event handlers, other static functions, public functions.
Remove three no longer used public functions.

------------------------------------------------------------------------
r44850 | pottendo | 2023-12-08 15:56:24 +0000 (Fri, 08 Dec 2023) | 2 lines

wic64.c: WIC64_CMD_IS_HARDWARE implemented.

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

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

r44851 Windows

08 Dec 16:37
10325e7
Compare
Choose a tag to compare

Changelog:

r44851 | compyx | 2023-12-08 15:59:06 +0000 (Fri, 08 Dec 2023) | 5 lines

Gtk3: new ROM manager: reorganize code layout

Order functions: event handlers, other static functions, public functions.
Remove three no longer used public functions.

------------------------------------------------------------------------
r44850 | pottendo | 2023-12-08 15:56:24 +0000 (Fri, 08 Dec 2023) | 2 lines

wic64.c: WIC64_CMD_IS_HARDWARE implemented.

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

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

r44849 Ubuntu 22.04

08 Dec 12:34
10325e7
Compare
Choose a tag to compare

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

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

r44849 OpenSUSE TumbleWeed

08 Dec 12:33
10325e7
Compare
Choose a tag to compare

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

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

r44849 Windows

08 Dec 12:44
10325e7
Compare
Choose a tag to compare

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

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

r44848 Ubuntu 22.04

08 Dec 10:20
10325e7
Compare
Choose a tag to compare

Changelog:

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

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

r44848 OpenSUSE TumbleWeed

08 Dec 10:22
10325e7
Compare
Choose a tag to compare

Changelog:

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

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