summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debugcpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/debug/debugcpu.c')
-rw-r--r--src/emu/debug/debugcpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/debug/debugcpu.c b/src/emu/debug/debugcpu.c
index 5640fe483a7..9ca8e278108 100644
--- a/src/emu/debug/debugcpu.c
+++ b/src/emu/debug/debugcpu.c
@@ -209,7 +209,7 @@ void debug_cpu_init(running_machine *machine)
/* loop over CPUs and build up their info */
for (cpunum = 0; cpunum < MAX_CPU; cpunum++)
{
- cpu_type cputype = Machine->config->cpu[cpunum].type;
+ cpu_type cputype = machine->config->cpu[cpunum].type;
/* if this is a dummy, stop looking */
if (cputype == CPU_DUMMY)