Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
atari:joystick: fix fire button reporting
As port 0 is supposed to be always occupied by mouse, fire button on port 1 is never reported as part of the joystick packet. This is because the right mouse button on port 0 is wired to the fire button on port 1 and IKBD reports fire button on port 1 only if mouse reporting on port 0 is disabled (what we certainly don't want).
- Loading branch information