diff options
| author | 2017-11-25 10:55:25 -0600 | |
|---|---|---|
| committer | 2017-11-25 10:55:25 -0600 | |
| commit | 09d92d8fab5148217f433192bbfc287879b05982 (patch) | |
| tree | 51f932b3092739a3779f353aaa8d136f857c278d | |
| parent | 293cbcbd4b604966b910721a36c0cc25f184e726 (diff) | |
popeye.cpp: Use port_service_diploc instead (nw)
| -rw-r--r-- | src/mame/drivers/popeye.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/popeye.cpp b/src/mame/drivers/popeye.cpp index c67be4ae1ab..7b1acd6a166 100644 --- a/src/mame/drivers/popeye.cpp +++ b/src/mame/drivers/popeye.cpp @@ -286,7 +286,7 @@ static INPUT_PORTS_START( skyskipr ) PORT_DIPNAME( 0x20, 0x20, DEF_STR( Bonus_Life ) ) PORT_DIPLOCATION("SW2:6") PORT_DIPSETTING( 0x20, "15000" ) PORT_DIPSETTING( 0x00, "30000" ) - PORT_SERVICE( 0x40, IP_ACTIVE_LOW ) PORT_DIPLOCATION("SW2:7") + PORT_SERVICE_DIPLOC( 0x40, IP_ACTIVE_LOW, "SW2:7" ) PORT_DIPNAME( 0x80, 0x00, DEF_STR( Cabinet ) ) PORT_DIPLOCATION("SW2:8") PORT_DIPSETTING( 0x00, DEF_STR( Upright ) ) PORT_DIPSETTING( 0x80, DEF_STR( Cocktail ) ) |
