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/alto2.cpp | |
parent | a68cefdb4f220455e9a29e98d3b270958078d5ea (diff) | |
parent | 7ad15e78260f5dc28912cc700fc87838ca75f198 (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'src/mame/drivers/alto2.cpp')
-rw-r--r-- | src/mame/drivers/alto2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/alto2.cpp b/src/mame/drivers/alto2.cpp index 1ed1d1109b0..cd69efbe400 100644 --- a/src/mame/drivers/alto2.cpp +++ b/src/mame/drivers/alto2.cpp @@ -135,7 +135,7 @@ static INPUT_PORTS_START( alto2 ) PORT_KEY(A2_KEY_FL2, KEYCODE_F2, 0, 0, "FL2" ) //!< ADL left function key 2 PORT_START("ROW5") - PORT_KEY(A2_KEY_FR4, KEYCODE_F8, 0, 0, "FR4" ) //!< ADL right funtion key 4 + PORT_KEY(A2_KEY_FR4, KEYCODE_F8, 0, 0, "FR4" ) //!< ADL right function key 4 PORT_KEY(A2_KEY_BW, KEYCODE_F10, 0, 0, "BW" ) //!< ADL BW (?) PORT_START("ROW6") |