diff options
| author | 2013-07-23 07:18:56 +0000 | |
|---|---|---|
| committer | 2013-07-23 07:18:56 +0000 | |
| commit | 14629cbcb42fb824f71120ca93fcb7d53a360390 (patch) | |
| tree | 4d8b9459d6e98a677927c934c5322c328819de3a /src/mess/drivers/nes.c | |
| parent | d3f32a1ba70fe3edf112059b6319fbfe218fe8d6 (diff) | |
Cleanups and version bumpmame0149u1
Diffstat (limited to 'src/mess/drivers/nes.c')
| -rw-r--r-- | src/mess/drivers/nes.c | 2 |
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") |
