mirror of
https://github.com/holub/mame
synced 2025-05-24 06:30:04 +03:00
Fixes: 03387: galmedes: Demo Sound Dip Inverted
This commit is contained in:
parent
25cc8302b9
commit
0408e71919
@ -639,6 +639,9 @@ static INPUT_PORTS_START( galmedes )
|
||||
|
||||
/* 0x400000 -> 0x100982 */
|
||||
PORT_MODIFY("DSWA")
|
||||
PORT_DIPNAME( 0x08, 0x00, DEF_STR( Demo_Sounds ) ) PORT_DIPLOCATION("SWA:4")
|
||||
PORT_DIPSETTING( 0x08, DEF_STR( Off ) )
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
|
||||
PORT_DIPNAME( 0x30, 0x30, DEF_STR( Coin_A ) ) PORT_DIPLOCATION("SWA:5,6")
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( 4C_1C ) ) PORT_CONDITION("DSWB",0x80,PORTCOND_EQUALS,0x00)
|
||||
PORT_DIPSETTING( 0x10, DEF_STR( 3C_1C ) ) PORT_CONDITION("DSWB",0x80,PORTCOND_EQUALS,0x00)
|
||||
|
Loading…
Reference in New Issue
Block a user