Changelog:
r45102 | compyx | 2024-04-09 17:40:21 +0000 (Tue, 09 Apr 2024) | 10 lines
Gtk3: Fix vice_gtk3_message_error() dialog not showing up
Remove the `GTK_DIALOG_DESTROY_WITH_PARENT` flag from the GtkMessage constructor
call so any parent dialog immediately closing won't also close the error message
it spawned. Allow passing a proper parent to `vice_gtk3_message_error()`, still
needs a lot of changes in the calling code, most of which still use `NULL` to
use the current emu window as parent (marked with "FIXME" for now).
The other VICE message dialogs (info, confirm) also need to be updated to allow
passing a proper parent.
------------------------------------------------------------------------
r45100 | oldwoman37 | 2024-04-08 17:48:53 +0000 (Mon, 08 Apr 2024) | 1 line
Fix for bug #1981: VDC memory is now properly accessed when memory configs differ; vdcdump runs in 16KB mode.
------------------------------------------------------------------------
r45099 | oldwoman37 | 2024-04-07 23:01:36 +0000 (Sun, 07 Apr 2024) | 1 line
Fix for bug #1987: Z80 can not see charrom in c128 mode, but it can in c64 mode
------------------------------------------------------------------------
r45098 | gpz | 2024-04-07 20:18:13 +0000 (Sun, 07 Apr 2024) | 1 line
basic support to make the 'exp' command work in the monitor for vic20
------------------------------------------------------------------------
r45097 | gpz | 2024-04-07 17:52:28 +0000 (Sun, 07 Apr 2024) | 1 line
added support for VIC20 'Mikro Assembler' cartridge
------------------------------------------------------------------------