Fix build (nw)

This commit is contained in:
AJR 2019-06-13 20:35:34 -04:00
parent 9ac2e86c87
commit cd5542308c

View File

@ -362,7 +362,7 @@ static INPUT_PORTS_START( gemcrush )
PORT_DIPNAME( 0x10, 0x10, DEF_STR( Unknown ) )
PORT_DIPSETTING( 0x10, DEF_STR( Off ) )
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
PORT_DIPNAME( 0x20, 0x00, DEF_STR( Nudity ) )
PORT_DIPNAME( 0x20, 0x00, "Nudity" )
PORT_DIPSETTING( 0x00, DEF_STR( Yes ) )
PORT_DIPSETTING( 0x20, DEF_STR( No ) )
PORT_DIPNAME( 0x40, 0x40, DEF_STR( Flip_Screen ) )