From 1ded75e685bd3f9a460eb64abfbe88132c8f3892 Mon Sep 17 00:00:00 2001 From: briantro Date: Sun, 1 Jan 2017 00:43:23 -0600 Subject: rohga.cpp: Fix Schmeiser Robo DEMO Sound dipswitch - NW --- src/mame/drivers/rohga.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mame/drivers/rohga.cpp b/src/mame/drivers/rohga.cpp index 6608059c824..18ca04814ae 100644 --- a/src/mame/drivers/rohga.cpp +++ b/src/mame/drivers/rohga.cpp @@ -623,6 +623,8 @@ static INPUT_PORTS_START( schmeisr ) PORT_DIPSETTING( 0x0100, DEF_STR( Hard ) ) PORT_DIPSETTING( 0x0000, DEF_STR( Hardest ) ) PORT_DIPNAME( 0x0400, 0x0400, DEF_STR( Demo_Sounds ) ) PORT_DIPLOCATION("SW2:3") + PORT_DIPSETTING( 0x0000, DEF_STR( Off ) ) + PORT_DIPSETTING( 0x0400, DEF_STR( On ) ) PORT_DIPUNUSED_DIPLOC( 0x0800, 0x0800, "SW2:4" ) /* Listed as "Unused" */ PORT_DIPUNUSED_DIPLOC( 0x1000, 0x1000, "SW2:5" ) /* Listed as "Unused" */ PORT_DIPUNUSED_DIPLOC( 0x2000, 0x2000, "SW2:6" ) /* Listed as "Unused" */ -- cgit v1.2.3