diff options
Diffstat (limited to 'src/emu/cpu/cop400/cop410.c')
-rw-r--r-- | src/emu/cpu/cop400/cop410.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/cop400/cop410.c b/src/emu/cpu/cop400/cop410.c index ef517d20017..b2112635022 100644 --- a/src/emu/cpu/cop400/cop410.c +++ b/src/emu/cpu/cop400/cop410.c @@ -356,7 +356,7 @@ void cop410_get_info(UINT32 state, cpuinfo *info) #endif /* ENABLE_DEBUGGER */ case CPUINFO_PTR_INSTRUCTION_COUNTER: info->icount = &cop410_ICount; break; case CPUINFO_PTR_INTERNAL_MEMORY_MAP + ADDRESS_SPACE_DATA: - info->internal_map = construct_map_cop410_RAM; break; + info->internal_map8 = address_map_cop410_RAM; break; /* --- the following bits of info are returned as NULL-terminated strings --- */ case CPUINFO_STR_NAME: strcpy(info->s, "COP410"); break; |