summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/alphasma.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/alphasma.cpp')
-rw-r--r--src/mame/drivers/alphasma.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/drivers/alphasma.cpp b/src/mame/drivers/alphasma.cpp
index 987079e52b4..984769d4776 100644
--- a/src/mame/drivers/alphasma.cpp
+++ b/src/mame/drivers/alphasma.cpp
@@ -428,9 +428,9 @@ void alphasmart_state::machine_reset()
MACHINE_CONFIG_START(alphasmart_state::alphasmart)
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu", MC68HC11, XTAL(8'000'000)/2) // MC68HC11D0, XTAL is 8 Mhz, unknown divider
- MCFG_CPU_PROGRAM_MAP(alphasmart_mem)
- MCFG_CPU_IO_MAP(alphasmart_io)
+ MCFG_DEVICE_ADD("maincpu", MC68HC11, XTAL(8'000'000)/2) // MC68HC11D0, XTAL is 8 Mhz, unknown divider
+ MCFG_DEVICE_PROGRAM_MAP(alphasmart_mem)
+ MCFG_DEVICE_IO_MAP(alphasmart_io)
MCFG_MC68HC11_CONFIG(0, 192, 0x00)
MCFG_KS0066_F05_ADD("ks0066_0")
@@ -459,8 +459,8 @@ MACHINE_CONFIG_END
MACHINE_CONFIG_START(asma2k_state::asma2k)
alphasmart(config);
- MCFG_CPU_MODIFY("maincpu")
- MCFG_CPU_PROGRAM_MAP(asma2k_mem)
+ MCFG_DEVICE_MODIFY("maincpu")
+ MCFG_DEVICE_PROGRAM_MAP(asma2k_mem)
MACHINE_CONFIG_END
/* ROM definition */