trunk/src/emu/debug/debugcmd.c
| r32588 | r32589 | |
| 2074 | 2074 | active_cheat++; |
| 2075 | 2075 | } |
| 2076 | 2076 | |
| 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()); |
| 2078 | 2081 | } |
| 2079 | 2082 | |
| 2080 | 2083 | |