mirror of
https://github.com/holub/mame
synced 2025-04-29 11:30:28 +03:00
MESS-specific compilation fix
This commit is contained in:
parent
95ae38db10
commit
5b94cc19d5
@ -11721,8 +11721,10 @@ static void load_cheat_code(running_machine *machine, char *file_name)
|
||||
#ifdef MESS
|
||||
/* check name */
|
||||
if(TEST_FIELD(cheat_options, SharedCode) && strcmp(machine->gamedrv->parent, "0"))
|
||||
{
|
||||
if(strcmp(name, machine->gamedrv->parent))
|
||||
break;
|
||||
}
|
||||
else
|
||||
#endif
|
||||
if(strcmp(name, machine->gamedrv->name))
|
||||
|
Loading…
Reference in New Issue
Block a user