(From RansAckeR)

fix for mhhonban0120u3gra
"niyanpai.c mhhonban: Dip switch 1-4 controls how many credits per coin:
off for 1, on for 2."
This commit is contained in:
Aaron Giles 2008-01-14 17:25:18 +00:00
parent ebd07f5d2a
commit 3b7ae716e9

View File

@ -768,9 +768,9 @@ static INPUT_PORTS_START( mhhonban )
PORT_DIPNAME( 0x04, 0x04, "DIPSW 1-3" )
PORT_DIPSETTING( 0x04, DEF_STR( Off ) )
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
PORT_DIPNAME( 0x08, 0x00, "DIPSW 1-4" )
PORT_DIPSETTING( 0x08, DEF_STR( Off ) )
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
PORT_DIPNAME( 0x08, 0x08, DEF_STR( Coinage ) )
PORT_DIPSETTING( 0x00, DEF_STR( 2C_1C ) )
PORT_DIPSETTING( 0x08, DEF_STR( 1C_1C ) )
PORT_DIPNAME( 0x10, 0x00, "DIPSW 1-5" )
PORT_DIPSETTING( 0x10, DEF_STR( Off ) )
PORT_DIPSETTING( 0x00, DEF_STR( On ) )