github Zibri/VICE r42908

latest releases: r46109, r46109o, r46109u...
3 years ago

Changelog:

r42909 | compyx | 2023-01-20 10:36:15 +0000 (Fri, 20 Jan 2023) | 6 lines

Gtk3: Settings dialog: properly guard the dialog-too-large notifications

Only change window title and log on stdout when compiling with
--enable-debug-gtk3ui.


------------------------------------------------------------------------
r42908 | compyx | 2023-01-20 10:05:42 +0000 (Fri, 20 Jan 2023) | 10 lines

Gtk3: Settings dialog: pack Close button in GtkButtonBox

Packing the button inside a GtkButtonBox makes the button the same size as
actual dialog buttons added by GtkDialog in its private GtkButtonBox. We can
now also add more buttons, should we wish, and they'll appear homogeneous in
size.
Also add a mnemonic to the button, so I can close the dialog and the emu with
Alt+C,Alt+Q.


------------------------------------------------------------------------
r42907 | rhialto | 2023-01-19 20:26:53 +0000 (Thu, 19 Jan 2023) | 15 lines

[patches:#351] xpet monitor: Only expose bank "6809" if it's a SuperPET

**Created:** Wed Jan 18, 2023 08:34 PM UTC by Andreas Signer

The bank "6809" should only be exposed if the emulated PET is a SuperPET.
Otherwise, choosing this bank and dumping the memory results in a core dump.
This patch fixes this.

If you want to repro it, do this:
1) start xpet, choose an 8032 (or anything but SuperPET)
2) start the monitor
3) do a "bank 6809"
4) do a "m 0"


------------------------------------------------------------------------
r42906 | compyx | 2023-01-19 16:35:26 +0000 (Thu, 19 Jan 2023) | 6 lines

Gtk3: Settings dialog: refactor SID Cart/Card widgets

Tweak layout, use SIDCART_CLOCK_C64/SIDCART_CLOCK_NATIVE instead of magic
numbers.


------------------------------------------------------------------------
r42905 | compyx | 2023-01-19 10:02:18 +0000 (Thu, 19 Jan 2023) | 7 lines

Gtk3: Add PET userport diagnostic pin status bar LED and hotkey (Alt+Shift+d)

Add clickable LED on the status bar to toggle the userport diagnostic pin
in xpet. Also add xpet-specific UI action 'diagnostic-pin-toggle' and map the
action to Alt+Shift+d/Command+Shift+d.


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

Don't miss a new VICE release

NewReleases is sending notifications on new releases.