From 3aa66693fe2ef9830cd1253318ee3ea3e1ebe389 Mon Sep 17 00:00:00 2001 From: Roberto Fresca Date: Thu, 8 May 2008 03:50:16 +0000 Subject: [PATCH] Fixed Mantis bug ID 01790. Added the Region DIP switch to zerowng2. USA - Europe. --- src/mame/drivers/toaplan1.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mame/drivers/toaplan1.c b/src/mame/drivers/toaplan1.c index ac13f78527a..a37b67ed1be 100644 --- a/src/mame/drivers/toaplan1.c +++ b/src/mame/drivers/toaplan1.c @@ -694,9 +694,9 @@ static INPUT_PORTS_START( zerowng2 ) /* Always shows "Williams Electronics Games PORT_DIPNAME( 0x01, 0x00, DEF_STR( Unused ) ) PORT_DIPSETTING( 0x00, DEF_STR( Off ) ) PORT_DIPSETTING( 0x01, DEF_STR( On ) ) - PORT_DIPNAME( 0x02, 0x00, DEF_STR( Unused ) ) - PORT_DIPSETTING( 0x00, DEF_STR( Off ) ) - PORT_DIPSETTING( 0x02, DEF_STR( On ) ) + PORT_DIPNAME( 0x02, 0x00, DEF_STR( Region ) ) + PORT_DIPSETTING( 0x00, DEF_STR( USA ) ) + PORT_DIPSETTING( 0x02, DEF_STR( Europe ) ) INPUT_PORTS_END static INPUT_PORTS_START( demonwld )