mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
![]() - 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.) |
||
---|---|---|
.. | ||
devices | ||
emu | ||
frontend/mame | ||
lib | ||
mame | ||
osd | ||
tools | ||
zexall |