r43364 | blackystardust | 2023-03-01 15:35:56 +0000 (Wed, 01 Mar 2023) | 1 line
Added proper handling of 1000-13ff vicii color memory to the x128 z80 c64 mode memory map.
------------------------------------------------------------------------
r43363 | blackystardust | 2023-03-01 15:27:01 +0000 (Wed, 01 Mar 2023) | 1 line
Added proper handling of d000-dfff i/o to the x128 z80 c64 mode memory map.
------------------------------------------------------------------------
r43362 | compyx | 2023-03-01 14:03:45 +0000 (Wed, 01 Mar 2023) | 3 lines
Gtk3: Sound driver settings: refactor code, remove indentation of subwidgets
------------------------------------------------------------------------
r43361 | compyx | 2023-03-01 13:03:57 +0000 (Wed, 01 Mar 2023) | 3 lines
Gtk3: Fix copy/paste error
------------------------------------------------------------------------
r43360 | compyx | 2023-03-01 12:03:07 +0000 (Wed, 01 Mar 2023) | 8 lines
Gtk3: CRT sliders: change "Reset" button into icon, reduce size when used on status bar
Also make the button always appear in the top-right cornor above the sliders,
in the settings dialog the button would be to the right of the sliders.
Keep references to all CSS providers created so the CSS doesn't have to parsed
every time the widgets are created; the providers are unref'd on emu shutdown.
------------------------------------------------------------------------