summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/30test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/30test.cpp')
-rw-r--r--src/mame/drivers/30test.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/30test.cpp b/src/mame/drivers/30test.cpp
index b849bcdff16..133ed2c9872 100644
--- a/src/mame/drivers/30test.cpp
+++ b/src/mame/drivers/30test.cpp
@@ -256,9 +256,9 @@ void namco_30test_state::machine_start()
MACHINE_CONFIG_START(namco_30test_state::_30test)
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu", MC68HC11,MAIN_CLOCK/4)
- MCFG_CPU_PROGRAM_MAP(namco_30test_map)
- MCFG_CPU_IO_MAP(namco_30test_io)
+ MCFG_DEVICE_ADD("maincpu", MC68HC11,MAIN_CLOCK/4)
+ MCFG_DEVICE_PROGRAM_MAP(namco_30test_map)
+ MCFG_DEVICE_IO_MAP(namco_30test_io)
MCFG_MC68HC11_CONFIG( 0, 768, 0x00 )