mirror of
https://github.com/holub/mame
synced 2025-06-14 08:26:57 +03:00
Make cheat initialization debugger message more verbose. [Pugsy]
This commit is contained in:
parent
d8b4cfe9e0
commit
3b23f9c85e
@ -2074,7 +2074,10 @@ static void execute_cheatinit(running_machine &machine, int ref, int params, con
|
|||||||
active_cheat++;
|
active_cheat++;
|
||||||
}
|
}
|
||||||
|
|
||||||
debug_console_printf(machine, "%u cheat initialized\n", active_cheat);
|
/* give a detailed init message to avoid searches being mistakingly carried out on the wrong CPU */
|
||||||
|
device_t *cpu = NULL;
|
||||||
|
debug_command_parameter_cpu(machine, cheat.cpu, &cpu);
|
||||||
|
debug_console_printf(machine, "%u cheat initialized for CPU index %s ( aka %s )\n", active_cheat, cheat.cpu, cpu->tag());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user