From 9fb814db692fa474139b06768eae14642e3efa17 Mon Sep 17 00:00:00 2001 From: Scott Stone Date: Sun, 14 Feb 2010 13:59:15 +0000 Subject: [PATCH] irobot.c - Fix problem with -validate. No whatsnew needed. --- src/mame/drivers/irobot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/irobot.c b/src/mame/drivers/irobot.c index e6732c72fdc..1768edb1700 100644 --- a/src/mame/drivers/irobot.c +++ b/src/mame/drivers/irobot.c @@ -193,7 +193,7 @@ static INPUT_PORTS_START( irobot ) // Printed Manual States Dip (0x01) adjusts Doodle City playtime: ON=2M10S / OFF=3M5S PORT_DIPNAME( 0x02, 0x02, "Minimum Game Time" ) PORT_DIPLOCATION("SW5E:2") PORT_DIPSETTING( 0x00, "90 Seconds on Level 1" ) - PORT_DIPSETTING( 0x02, "None" ) + PORT_DIPSETTING( 0x02, DEF_STR( None ) ) PORT_DIPNAME( 0x0c, 0x0c, DEF_STR( Bonus_Life ) ) PORT_DIPLOCATION("SW5E:3,4") PORT_DIPSETTING( 0x08, DEF_STR( None ) ) PORT_DIPSETTING( 0x0c, "20000" )