summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/ioport.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/ioport.c')
-rw-r--r--src/emu/ioport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/ioport.c b/src/emu/ioport.c
index 7fbe903c441..3487241fa83 100644
--- a/src/emu/ioport.c
+++ b/src/emu/ioport.c
@@ -785,7 +785,7 @@ void digital_joystick::frame_update()
//
// If joystick is pointing at a diagonal, acknowledge that the player moved
// the joystick by favoring a direction change. This minimizes frustration
- // when using a keyboard for input, and maximizes responsiveness.
+ // and maximizes responsiveness.
//
// For example, if you are holding "left" then switch to "up" (where both left
// and up are briefly pressed at the same time), we'll transition immediately