Changelog:
r43367 | compyx | 2023-03-01 21:00:38 +0000 (Wed, 01 Mar 2023) | 7 lines
Gtk3: SID settings: tweak slider appearance
Put the value next to the sliders: use CSS and string formatting to keep the
slider length equal, regardless of displayed value.
Replace ugly "Reset" button next to sliders with button containing an icon.
------------------------------------------------------------------------
r43365 | blackystardust | 2023-03-01 16:44:45 +0000 (Wed, 01 Mar 2023) | 1 line
Made z80 vicii color ram mapping at 000-3ff 'bleed through' to normal ram.
------------------------------------------------------------------------
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
------------------------------------------------------------------------