summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/ibm3153.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ibm3153.cpp')
-rw-r--r--src/mame/drivers/ibm3153.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/ibm3153.cpp b/src/mame/drivers/ibm3153.cpp
index 19e55749d31..cf0a9983aef 100644
--- a/src/mame/drivers/ibm3153.cpp
+++ b/src/mame/drivers/ibm3153.cpp
@@ -100,9 +100,9 @@ void ibm3153_state::machine_reset()
MACHINE_CONFIG_START(ibm3153_state::ibm3153)
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu", I80C32, XTAL(16'000'000)) // no idea of clock
- MCFG_CPU_PROGRAM_MAP(mem_map)
- MCFG_CPU_IO_MAP(io_map)
+ MCFG_DEVICE_ADD("maincpu", I80C32, XTAL(16'000'000)) // no idea of clock
+ MCFG_DEVICE_PROGRAM_MAP(mem_map)
+ MCFG_DEVICE_IO_MAP(io_map)
/* video hardware */
MCFG_SCREEN_ADD("screen", RASTER)