diff options
author | 2016-11-26 08:49:17 +1100 | |
---|---|---|
committer | 2016-11-26 08:49:17 +1100 | |
commit | 0b1a51a9d1700d8b22d65602b9f2a4dfb1a701ea (patch) | |
tree | 4a8b4935070429aace58b1ea0149a835b9609af9 /src/mame/drivers/magicfly.cpp | |
parent | a68cefdb4f220455e9a29e98d3b270958078d5ea (diff) | |
parent | 7ad15e78260f5dc28912cc700fc87838ca75f198 (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'src/mame/drivers/magicfly.cpp')
-rw-r--r-- | src/mame/drivers/magicfly.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/magicfly.cpp b/src/mame/drivers/magicfly.cpp index cd2c3759866..79c36c4dcc5 100644 --- a/src/mame/drivers/magicfly.cpp +++ b/src/mame/drivers/magicfly.cpp @@ -731,7 +731,7 @@ static INPUT_PORTS_START( magicfly ) PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_UNUSED ) PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_UNUSED ) - PORT_START("DSW0") /* Only 4 phisical DIP switches (valid bits = 4, 6, 7) */ + PORT_START("DSW0") /* Only 4 physical DIP switches (valid bits = 4, 6, 7) */ PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_UNUSED ) PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_UNUSED ) PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_UNUSED ) @@ -794,7 +794,7 @@ static INPUT_PORTS_START( 7mezzo ) PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_UNUSED ) PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_UNUSED ) - PORT_START("DSW0") /* Only 4 phisical DIP switches (valid bits = 4, 6, 7) */ + PORT_START("DSW0") /* Only 4 physical DIP switches (valid bits = 4, 6, 7) */ PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_UNUSED ) PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_UNUSED ) PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_UNUSED ) @@ -869,7 +869,7 @@ static INPUT_PORTS_START( bchance ) PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_UNUSED ) PORT_START("DSW0") -/* Only 4 phisical DIP switches +/* Only 4 physical DIP switches (valid bits = 4, 6, 7) */ PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_UNUSED ) |