From 62a11a8060d225d4d9981d37bfc7ede347e9fac6 Mon Sep 17 00:00:00 2001 From: Scott Stone Date: Thu, 1 May 2014 23:13:21 +0000 Subject: [PATCH] Misc changes per Kale (nw) --- src/mame/drivers/goodejan.c | 2 +- src/mame/drivers/surpratk.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mame/drivers/goodejan.c b/src/mame/drivers/goodejan.c index a2318301cca..fa4965619f6 100644 --- a/src/mame/drivers/goodejan.c +++ b/src/mame/drivers/goodejan.c @@ -542,7 +542,7 @@ static INPUT_PORTS_START( goodejan ) PORT_DIPNAME( 0x1000, 0x1000, DEF_STR( Demo_Sounds ) ) PORT_DIPLOCATION("DSWB:5") PORT_DIPSETTING( 0x1000, DEF_STR( On ) ) PORT_DIPSETTING( 0x0000, DEF_STR( Off ) ) - PORT_DIPNAME( 0x2000, 0x0000, "Explicit Scenes" ) PORT_DIPLOCATION("DSWB:6") + PORT_DIPNAME( 0x2000, 0x2000, "Explicit Scenes" ) PORT_DIPLOCATION("DSWB:6") PORT_DIPSETTING( 0x2000, DEF_STR( On ) ) PORT_DIPSETTING( 0x0000, DEF_STR( Off ) ) PORT_DIPUNKNOWN_DIPLOC( 0x4000, 0x4000, "DSWB:7" ) diff --git a/src/mame/drivers/surpratk.c b/src/mame/drivers/surpratk.c index 06a984aa357..1bb8d7125ca 100644 --- a/src/mame/drivers/surpratk.c +++ b/src/mame/drivers/surpratk.c @@ -149,8 +149,8 @@ static INPUT_PORTS_START( surpratk ) PORT_DIPSETTING( 0x00, DEF_STR( Dual ) ) PORT_SERVICE_DIPLOC( 0x40, IP_ACTIVE_LOW, "SW3:3" ) PORT_DIPNAME( 0x80, 0x80, "Bonus Quiz" ) PORT_DIPLOCATION("SW3:4") - PORT_DIPSETTING( 0x80, "Include" ) - PORT_DIPSETTING( 0x00, "Except" ) + PORT_DIPSETTING( 0x80, DEF_STR( On ) ) + PORT_DIPSETTING( 0x00, DEF_STR( Off ) ) INPUT_PORTS_END