Skip to content

Commit

Permalink
Merge pull request #55 from rjaremczak/develop
Browse files Browse the repository at this point in the history
joystick 2 disability fixed - Issue 54
  • Loading branch information
MJoergen authored Nov 14, 2024
2 parents 844c843 + 3f0cf58 commit b48cfa4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CORE/vhdl/mega65.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,9 @@ begin
cart_ctrl_oe_o <= '0';
cart_addr_oe_o <= '0';
cart_data_oe_o <= '0';
cart_en_o <= '0'; -- Disable port

-- Due to a bug in the R5/R6 boards, the cartridge port needs to be enabled for joystick port 2 to work
cart_en_o <= '1';

cart_reset_oe_o <= '0';
cart_game_oe_o <= '0';
Expand Down

0 comments on commit b48cfa4

Please sign in to comment.