r43576 | compyx | 2023-03-25 17:06:31 +0000 (Sat, 25 Mar 2023) | 3 lines
UI actions: update comments, align prototypes in header
------------------------------------------------------------------------
r43575 | compyx | 2023-03-25 16:38:21 +0000 (Sat, 25 Mar 2023) | 5 lines
Fix use of incorrect use of `USE_SDL1UI` define
It's `USE_SDLUI` for SDL1.2.
------------------------------------------------------------------------
r43574 | gpz | 2023-03-25 16:38:20 +0000 (Sat, 25 Mar 2023) | 1 line
do not install developer docs, do only install SDL/SDL2 readme when installing the SDL/SDL2 port
------------------------------------------------------------------------
r43573 | gpz | 2023-03-25 15:00:27 +0000 (Sat, 25 Mar 2023) | 1 line
add monitor io dump for wd1770 and pc8477
------------------------------------------------------------------------
r43572 | fabbo | 2023-03-25 14:34:41 +0000 (Sat, 25 Mar 2023) | 8 lines
Restore the functionality of changing the mapping from a host joystick action to an emulated device's keyboard event in SDL port, that got lost with the merge
Not-so-straightforward instructions (but working exactly as before the merge):
- enable virtual keyboard
- select key to be mapped on the virtual keyboard
- perform a joystick action mapped to MAP (default: joystick button 6 with 0-based numbering)
- perform the joystick action to be mapped to the chosen key
------------------------------------------------------------------------