mirror of
https://github.com/holub/mame
synced 2025-05-22 05:38:52 +03:00
![]() item will be visible but not selectable. Fixed bug that prevented the cheat engine from working when the debugger was disabled. Modified xmlfile.c to accept integer values in decimal or hex. The default is decimal. Numbers may be prefixed by '#' for decimal values, or by '$' or '0x' to indicate hexadecimal values. Also added function xml_get_attribute_int_format() to return the format of the attribute, so that it can be later replicated. Updated cheat parser to preserve the format of attribute values used for cheat parameters and items. Added support for information-only cheat items, which will be displayed in the menu but which are not selectable and have no action associated with them. Empty information-only items are automatically converted to menu separators. |
||
---|---|---|
docs | ||
src | ||
.gitattributes | ||
makefile |