mirror of
https://github.com/holub/mame
synced 2025-06-30 16:00:01 +03:00
(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:
parent
ebd07f5d2a
commit
3b7ae716e9
@ -768,9 +768,9 @@ static INPUT_PORTS_START( mhhonban )
|
|||||||
PORT_DIPNAME( 0x04, 0x04, "DIPSW 1-3" )
|
PORT_DIPNAME( 0x04, 0x04, "DIPSW 1-3" )
|
||||||
PORT_DIPSETTING( 0x04, DEF_STR( Off ) )
|
PORT_DIPSETTING( 0x04, DEF_STR( Off ) )
|
||||||
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
|
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
|
||||||
PORT_DIPNAME( 0x08, 0x00, "DIPSW 1-4" )
|
PORT_DIPNAME( 0x08, 0x08, DEF_STR( Coinage ) )
|
||||||
PORT_DIPSETTING( 0x08, DEF_STR( Off ) )
|
PORT_DIPSETTING( 0x00, DEF_STR( 2C_1C ) )
|
||||||
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
|
PORT_DIPSETTING( 0x08, DEF_STR( 1C_1C ) )
|
||||||
PORT_DIPNAME( 0x10, 0x00, "DIPSW 1-5" )
|
PORT_DIPNAME( 0x10, 0x00, "DIPSW 1-5" )
|
||||||
PORT_DIPSETTING( 0x10, DEF_STR( Off ) )
|
PORT_DIPSETTING( 0x10, DEF_STR( Off ) )
|
||||||
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
|
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
|
||||||
|
Loading…
Reference in New Issue
Block a user