diff options
Diffstat (limited to 'src/mame/drivers/snk6502.cpp')
-rw-r--r-- | src/mame/drivers/snk6502.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/snk6502.cpp b/src/mame/drivers/snk6502.cpp index ac875723425..11c33a9a8d5 100644 --- a/src/mame/drivers/snk6502.cpp +++ b/src/mame/drivers/snk6502.cpp @@ -552,7 +552,7 @@ static INPUT_PORTS_START( satansat ) PORT_DIPSETTING ( 0x80, DEF_STR( On ) ) INPUT_PORTS_END -/* Derived from 'satansat'. Might not reflect the actual hardware. Dip Swicthes verified from game code though. */ +/* Derived from 'satansat'. Might not reflect the actual hardware. Dip Switches verified from game code though. */ static INPUT_PORTS_START( sasuke ) PORT_INCLUDE(satansat) |