summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/lindbergh.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/lindbergh.cpp')
-rw-r--r--src/mame/drivers/lindbergh.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/lindbergh.cpp b/src/mame/drivers/lindbergh.cpp
index 939a77b5b41..dc765db9e9a 100644
--- a/src/mame/drivers/lindbergh.cpp
+++ b/src/mame/drivers/lindbergh.cpp
@@ -391,7 +391,7 @@ void lindbergh_state::machine_reset()
}
MACHINE_CONFIG_START(lindbergh_state::lindbergh)
- MCFG_CPU_ADD("maincpu", PENTIUM4, 28000000U*5) /* Actually Celeron D at 2,8 GHz */
+ MCFG_DEVICE_ADD("maincpu", PENTIUM4, 28000000U*5) /* Actually Celeron D at 2,8 GHz */
MCFG_PCI_ROOT_ADD( ":pci")
MCFG_I82875P_HOST_ADD( ":pci:00.0", 0x103382c0, ":maincpu", 512*1024*1024)