summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hp700.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hp700.cpp')
-rw-r--r--src/mame/drivers/hp700.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/hp700.cpp b/src/mame/drivers/hp700.cpp
index be368053a34..f5f6c891c88 100644
--- a/src/mame/drivers/hp700.cpp
+++ b/src/mame/drivers/hp700.cpp
@@ -53,9 +53,9 @@ static INPUT_PORTS_START( hp700_92 )
INPUT_PORTS_END
MACHINE_CONFIG_START(hp700_state::hp700_92)
- MCFG_CPU_ADD("maincpu", V20, XTAL(29'491'200) / 3) // divider not verified
- MCFG_CPU_PROGRAM_MAP(mem_map)
- MCFG_CPU_IO_MAP(io_map)
+ MCFG_DEVICE_ADD("maincpu", V20, XTAL(29'491'200) / 3) // divider not verified
+ MCFG_DEVICE_PROGRAM_MAP(mem_map)
+ MCFG_DEVICE_IO_MAP(io_map)
MCFG_NVRAM_ADD_0FILL("nvram")