Previous 199869 Revisions Next

r32589 Wednesday 8th October, 2014 at 23:57:17 UTC by Tafoid
Make cheat initialization debugger message more verbose.  [Pugsy]
[src/emu/debug]debugcmd.c

trunk/src/emu/debug/debugcmd.c
r32588r32589
20742074               active_cheat++;
20752075            }
20762076
2077   debug_console_printf(machine, "%u cheat initialized\n", active_cheat);
2077   /* give a detailed init message to avoid searches being mistakingly carried out on the wrong CPU */
2078   device_t *cpu = NULL;
2079   debug_command_parameter_cpu(machine, cheat.cpu, &cpu);
2080   debug_console_printf(machine, "%u cheat initialized for CPU index %s ( aka %s )\n", active_cheat, cheat.cpu, cpu->tag());
20782081}
20792082
20802083

Previous 199869 Revisions Next


© 1997-2024 The MAME Team