diff options
Diffstat (limited to 'src/mame/drivers/mpu5.cpp')
-rw-r--r-- | src/mame/drivers/mpu5.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/mpu5.cpp b/src/mame/drivers/mpu5.cpp index aa218e3125b..75d0b7660f6 100644 --- a/src/mame/drivers/mpu5.cpp +++ b/src/mame/drivers/mpu5.cpp @@ -548,8 +548,8 @@ void mpu5_state::machine_start() MACHINE_CONFIG_START(mpu5_state::mpu5) - MCFG_CPU_ADD("maincpu", M68340, 16000000) // ? - MCFG_CPU_PROGRAM_MAP(mpu5_map) + MCFG_DEVICE_ADD("maincpu", M68340, 16000000) // ? + MCFG_DEVICE_PROGRAM_MAP(mpu5_map) MCFG_DEFAULT_LAYOUT(layout_mpu5) |