diff options
Diffstat (limited to 'src/mame/drivers/silvmil.cpp')
-rw-r--r-- | src/mame/drivers/silvmil.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/silvmil.cpp b/src/mame/drivers/silvmil.cpp index d504a4932e6..a365dd8a2fc 100644 --- a/src/mame/drivers/silvmil.cpp +++ b/src/mame/drivers/silvmil.cpp @@ -264,7 +264,7 @@ static INPUT_PORTS_START( silvmil ) PORT_DIPSETTING( 0x1000, DEF_STR( 3C_2C ) ) /* Works like 2C/1C then 1C/1C repeat */ PORT_DIPSETTING( 0x2000, DEF_STR( 2C_2C ) ) /* Works the same as 1C/1C */ PORT_DIPSETTING( 0x3800, DEF_STR( 1C_1C ) ) - PORT_DIPNAME( 0x4000, 0x4000, "Coin Box" ) PORT_DIPLOCATION("SW2:7") /* Funtionally reversed?? */ + PORT_DIPNAME( 0x4000, 0x4000, "Coin Box" ) PORT_DIPLOCATION("SW2:7") /* Functionally reversed?? */ PORT_DIPSETTING( 0x4000, "1" ) /* Credits from Coin1 or Coin2 */ PORT_DIPSETTING( 0x0000, "2" ) /* Doesn't credit up from Coin2 */ PORT_SERVICE_DIPLOC( 0x8000, IP_ACTIVE_LOW, "SW2:8" ) /* Verified */ |