mirror of
https://github.com/holub/mame
synced 2025-07-01 00:09:18 +03:00
Fix build (nw)
This commit is contained in:
parent
9ac2e86c87
commit
cd5542308c
@ -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 ) )
|
||||
|
Loading…
Reference in New Issue
Block a user