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, 5 insertions, 5 deletions
diff --git a/src/mame/drivers/lindbergh.c b/src/mame/drivers/lindbergh.c
index 24393cc247e..8544b83b7d4 100644
--- a/src/mame/drivers/lindbergh.c
+++ b/src/mame/drivers/lindbergh.c
@@ -2,10 +2,10 @@
Sega Lindbergh skeleton driver
- TODO:
- - tests area 0xd0000 - 0xd000f, wants an undumped ROM in there?
- - Apparently there's no way to avoid a dead lock at 0xfd085, perhaps
- tied to the aforementioned?
+ TODO:
+ - tests area 0xd0000 - 0xd000f, wants an undumped ROM in there?
+ - Apparently there's no way to avoid a dead lock at 0xfd085, perhaps
+ tied to the aforementioned?
***************************************************************************
@@ -265,7 +265,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", 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)