github Zibri/VICE r42910

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

Changelog:

r42910 | compyx | 2023-01-20 11:10:10 +0000 (Fri, 20 Jan 2023) | 3 lines

Gtk3: Settings dialog: Burst Mode: tweak layout, use constants from c64fastiec.h


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


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

Don't miss a new VICE release

NewReleases is sending notifications on new releases.