summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/msbc1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/msbc1.cpp')
-rw-r--r--src/mame/drivers/msbc1.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/msbc1.cpp b/src/mame/drivers/msbc1.cpp
index 4377e9c13d8..7b0999796d9 100644
--- a/src/mame/drivers/msbc1.cpp
+++ b/src/mame/drivers/msbc1.cpp
@@ -95,8 +95,8 @@ void msbc1_state::machine_reset()
MACHINE_CONFIG_START(msbc1_state::msbc1)
/* basic machine hardware */
- MCFG_CPU_ADD(MC68000R12_TAG, M68000, XTAL(12'500'000))
- MCFG_CPU_PROGRAM_MAP(msbc1_mem)
+ MCFG_DEVICE_ADD(MC68000R12_TAG, M68000, XTAL(12'500'000))
+ MCFG_DEVICE_PROGRAM_MAP(msbc1_mem)
MACHINE_CONFIG_END
/* ROM definition */