mame/src
AJR 43d61833e4 Natural keyboard improvements
- NUL is no longer a reserved character, and PORT_CHAR(0) is meaningful now. The ioport_field structure now uses a reserved Unicode character rather than 0 as a filler.
- PORT_CHAR() with no arguments (formerly illegal) may be used to skip over shift positions that produce no useful codes.

* ioport.h: Use the empty string rather than nullptr as default tag for ioport_condition. (ioport_condition::operator== was blindly passing the null pointers to strcmp.)
2024-12-04 09:23:44 -05:00
..
devices i8244: fix collision detection edge case [hap, bataais] 2024-12-03 21:44:04 +01:00
emu Natural keyboard improvements 2024-12-04 09:23:44 -05:00
frontend/mame ui/selmenu.cpp: Allow icons to be scaled up as well as down (#12851) 2024-11-29 22:23:54 -05:00
lib vt_dsk: Restore the newer bitstream generator, except for the part that was actually broken 2024-11-20 19:18:27 -05:00
mame Natural keyboard improvements 2024-12-04 09:23:44 -05:00
osd Natural keyboard improvements 2024-12-04 09:23:44 -05:00
tools kangaroo: hook up protection mcu, 2024-12-03 01:52:39 +01:00
zexall