Skip to content

Commit

Permalink
use fx_up_mout for Amiga mouse emulation of right button #751
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Gardner-Stephen committed Jan 26, 2024
1 parent 3fc5d40 commit 4a3cfe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vhdl/machine.vhdl
Original file line number Diff line number Diff line change
Expand Up @@ -1802,15 +1802,15 @@ begin
key_up => keyup,

fa_fire => fa_fire,
fa_up => fa_up,
fa_up => fa_up_mout,
fa_left => fa_left,
fa_down => fa_down,
fa_right => fa_right,
fa_potx => fa_potx,
fa_poty => fa_poty,

fb_fire => fb_fire,
fb_up => fb_up,
fb_up => fb_up_mout,
fb_left => fb_left,
fb_down => fb_down,
fb_right => fb_right,
Expand Down

0 comments on commit 4a3cfe9

Please sign in to comment.