diff options
Diffstat (limited to 'src/mame/irem/m92.cpp')
| -rw-r--r-- | src/mame/irem/m92.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/irem/m92.cpp b/src/mame/irem/m92.cpp index 5b84267bb9d..f5b0071a626 100644 --- a/src/mame/irem/m92.cpp +++ b/src/mame/irem/m92.cpp @@ -668,7 +668,7 @@ static INPUT_PORTS_START( uccops ) PORT_DIPSETTING( 0x000c, DEF_STR( Normal ) ) PORT_DIPSETTING( 0x0004, DEF_STR( Hard ) ) /* There is ALWAYS a Bonus Life at 300K */ - /* It does not depends on the value of bit 0x0010 */ + /* It does not depend on the value of bit 0x0010 */ PORT_DIPNAME( 0x0020, 0x0020, "Any Button to Start" ) PORT_DIPLOCATION("SW1:6") PORT_DIPSETTING( 0x0000, DEF_STR( No ) ) PORT_DIPSETTING( 0x0020, DEF_STR( Yes ) ) |
