summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpuexec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpuexec.h')
-rw-r--r--src/emu/cpuexec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpuexec.h b/src/emu/cpuexec.h
index 474eb1e7f98..facc3d4497e 100644
--- a/src/emu/cpuexec.h
+++ b/src/emu/cpuexec.h
@@ -258,7 +258,7 @@ struct _cpu_config
cpu_type type; /* index for the CPU type */
int flags; /* flags; see #defines below */
int clock; /* in Hertz */
- construct_map_t construct_map[ADDRESS_SPACES][2]; /* 2 memory maps per address space */
+ const addrmap_token *address_map[ADDRESS_SPACES][2]; /* 2 memory maps per address space */
void (*vblank_interrupt)(running_machine *machine, int cpunum); /* for interrupts tied to VBLANK */
int vblank_interrupts_per_frame;/* usually 1 */
const char * vblank_interrupt_screen; /* the screen that causes the VBLANK interrupt */