summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/lindbergh.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/lindbergh.c')
-rw-r--r--src/mame/drivers/lindbergh.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/mame/drivers/lindbergh.c b/src/mame/drivers/lindbergh.c
index 61ff662fdbd..dfd7cab3218 100644
--- a/src/mame/drivers/lindbergh.c
+++ b/src/mame/drivers/lindbergh.c
@@ -347,16 +347,7 @@ void lindbergh_state::machine_reset()
}
static MACHINE_CONFIG_START(lindbergh, lindbergh_state)
-// MCFG_CPU_ADD("maincpu", PENTIUM, 2800000000U) /* Actually Celeron D at 2,8 GHz */
MCFG_CPU_ADD("maincpu", PENTIUM4, 28000000U*5) /* Actually Celeron D at 2,8 GHz */
-// MCFG_CPU_PROGRAM_MAP(lindbergh_map)
-// MCFG_CPU_IO_MAP(lindbergh_io)
-// MCFG_CPU_IRQ_ACKNOWLEDGE_DEVICE("pic8259_1", pic8259_device, inta_cb)
-
-// MCFG_FRAGMENT_ADD( pcat_common )
-// MCFG_FRAGMENT_ADD( pcvideo_vga )
-
-// MCFG_PCI_BUS_LEGACY_ADD("pcibus", 0)
MCFG_PCI_ROOT_ADD( ":pci")
MCFG_I82875P_HOST_ADD( ":pci:00.0", 0x103382c0, ":maincpu", 512*1024*1024)
@@ -375,6 +366,7 @@ static MACHINE_CONFIG_START(lindbergh, lindbergh_state)
MCFG_I6300ESB_LPC_ADD( ":pci:1f.0")
MCFG_LPC_ACPI_ADD( ":pci:1f.0:acpi")
MCFG_LPC_RTC_ADD( ":pci:1f.0:rtc")
+ MCFG_LPC_PIT_ADD( ":pci:1f.0:pit")
MCFG_SATA_ADD( ":pci:1f.2", 0x808625a3, 0x02, 0x103382c0)
MCFG_SMBUS_ADD( ":pci:1f.3", 0x808625a4, 0x02, 0x103382c0)
MCFG_AC97_ADD( ":pci:1f.5", 0x808625a6, 0x02, 0x103382c0)