Changelog:
r44170 | compyx | 2023-07-01 14:28:04 +0000 (Sat, 01 Jul 2023) | 5 lines
Add UI action "show-statusbar-secondary-toggle" (`ACTION_SHOW_STATUSBAR_SECONDARY_TOGGLE`)
Add UI action id/name for toggling the secondary status bar of an emulator,
which currently is only on x128's VDC window.
------------------------------------------------------------------------
r44163 | compyx | 2023-07-01 05:58:38 +0000 (Sat, 01 Jul 2023) | 4 lines
UI actions: add "virtual-keyboard" (`ACTION_VIRTUAL_KEYBOARD`)
Add UI action id and name for the SDL UI's virtual keyboard feature.
------------------------------------------------------------------------
r44162 | oldwoman37 | 2023-07-01 00:45:34 +0000 (Sat, 01 Jul 2023) | 1 line
Updated vice.texi for latest info on LTK and RAMLink
------------------------------------------------------------------------
r44161 | oldwoman37 | 2023-07-01 00:40:32 +0000 (Sat, 01 Jul 2023) | 1 line
Minor fixes to LTK to emulate hardware better
------------------------------------------------------------------------
r44141 | compyx | 2023-06-28 21:33:05 +0000 (Wed, 28 Jun 2023) | 8 lines
Gtk3: Change preset emulation speed of 20% to 25% for consistency
The SDL UI provides a preset CPU speed of 25% while the Gtk3 UI provided a
preset of 20%. A comment in the Gtk3 code indicated the presets were taken from
`doc/vice.texi`, but any such information appears to have gone from the file.
Missing vim syntax highlighting for the UI action names for CPU speed/FPS has
also been added.
------------------------------------------------------------------------