diff options
Diffstat (limited to 'src/emu/cpu/cop400/cop420.c')
-rw-r--r-- | src/emu/cpu/cop400/cop420.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/cop400/cop420.c b/src/emu/cpu/cop400/cop420.c index 648a165f8fd..0fc9ec4a11a 100644 --- a/src/emu/cpu/cop400/cop420.c +++ b/src/emu/cpu/cop400/cop420.c @@ -385,7 +385,7 @@ void cop420_get_info(UINT32 state, cpuinfo *info) #endif /* ENABLE_DEBUGGER */ case CPUINFO_PTR_INSTRUCTION_COUNTER: info->icount = &cop420_ICount; break; case CPUINFO_PTR_INTERNAL_MEMORY_MAP + ADDRESS_SPACE_DATA: - info->internal_map = construct_map_cop420_RAM; break; + info->internal_map8 = address_map_cop420_RAM; break; /* --- the following bits of info are returned as NULL-terminated strings --- */ case CPUINFO_STR_NAME: strcpy(info->s, "COP420"); break; |