summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/nes.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/nes.c')
-rw-r--r--src/mess/drivers/nes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/nes.c b/src/mess/drivers/nes.c
index 4046c817d65..713fb515232 100644
--- a/src/mess/drivers/nes.c
+++ b/src/mess/drivers/nes.c
@@ -544,7 +544,7 @@ static INPUT_PORTS_START( mahjong_panel )
PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_START ) PORT_NAME("P1 Mahjong Start") PORT_CONDITION("EXP", 0x0f, EQUALS, 0x07)
INPUT_PORTS_END
-// these are read differently than the powerpad inputs, but we share the tags, to reduce
+// these are read differently than the powerpad inputs, but we share the tags, to reduce
static INPUT_PORTS_START( fc_ftrainer )
// difference between the two sides is that we mirror the key mapping to match the real pad layout!
PORT_START("FT_COL0")