Changelog:
r44626 | compyx | 2023-10-31 21:59:07 +0000 (Tue, 31 Oct 2023) | 17 lines
Rename RESET and JAM symbols
Rename SOFT and HARD reset to RESET_CPU and POWER_CYCLE:
* Rename `MACHINE_RESET_MODE_SOFT` to `MACHINE_RESET_MODE_RESET_CPU`
* Rename `MACHINE_RESET_MODE_HARD` to `MACHINE_RESET_MODE_POWER_CYCLE`
* Rename `MACHINE_JAM_ACTION_RESET` to `MACHINE_JAM_ACTION_RESET_CPU`
* Rename `MACHINE_JAM_ACTION_HARD_RESET` to `MACHINE_JAM_ACTION_POWER_CYCLE`
* Rename `JAM_ACTION_RESET` to `JAM_ACTION_RESET_CPU`
* Rename `JAM_ACTION_HARD_RESET` to `JAM_ACTION_POWER_CYCLE`
Update UI elements:
* Rename `ACTION_MACHINE_RESET_BUTTON` to `ACTION_MACHINE_RESET_CPU` and
"machine-reset-button" to "machine-reset-cpu".
* Use "Reset machine CPU" and "Power cycle machine" instead of "soft reset"
and "hard reset" in all menu items and dialogs.
Remember to do a `make install` to install the updated `hotkeys.vhk` file!
------------------------------------------------------------------------
r44625 | compyx | 2023-10-31 16:59:02 +0000 (Tue, 31 Oct 2023) | 4 lines
SDL: userport menu: make space for terminating menu item
Allocate enough space for the terminating menu entry in `userport_menu[]`
------------------------------------------------------------------------
r44624 | pottendo | 2023-10-31 13:34:02 +0000 (Tue, 31 Oct 2023) | 2 lines
SDL: Moved WIC64 settings in submenu
------------------------------------------------------------------------
r44623 | compyx | 2023-10-31 11:52:34 +0000 (Tue, 31 Oct 2023) | 2 lines
SDL: Add WiC64 settings to userport menu
------------------------------------------------------------------------
r44622 | pottendo | 2023-10-31 08:24:46 +0000 (Tue, 31 Oct 2023) | 3 lines
Added GTK UI to control hexdump, added resource 'WIC64HexdumpLines',
added cmdline arg '-wic64hexdumplines <value>', updated respective docs
------------------------------------------------------------------------