summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/digijet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/digijet.cpp')
-rw-r--r--src/mame/drivers/digijet.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/digijet.cpp b/src/mame/drivers/digijet.cpp
index adcb112da5b..f67fb80f89c 100644
--- a/src/mame/drivers/digijet.cpp
+++ b/src/mame/drivers/digijet.cpp
@@ -50,8 +50,8 @@ INPUT_PORTS_END
MACHINE_CONFIG_START(digijet_state::digijet)
/* basic machine hardware */
- MCFG_CPU_ADD(I8049_TAG, I8049, XTAL(11'000'000))
- MCFG_CPU_IO_MAP(io_map)
+ MCFG_DEVICE_ADD(I8049_TAG, I8049, XTAL(11'000'000))
+ MCFG_DEVICE_IO_MAP(io_map)
MACHINE_CONFIG_END
ROM_START( digijet )