Changelog:
r44629 | rhialto | 2023-11-01 21:49:26 +0000 (Wed, 01 Nov 2023) | 2 lines
Detabify.
------------------------------------------------------------------------
r44628 | rhialto | 2023-11-01 20:36:14 +0000 (Wed, 01 Nov 2023) | 2 lines
Add indirections to the expression evaluator for breakpoint conditions.
------------------------------------------------------------------------
r44627 | mcmartin | 2023-11-01 03:29:57 +0000 (Wed, 01 Nov 2023) | 1 line
Incremental Git update
------------------------------------------------------------------------
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[]`
------------------------------------------------------------------------