diff --git a/CORE/vhdl/mega65.vhd b/CORE/vhdl/mega65.vhd index 44da3ece..f39d62b7 100644 --- a/CORE/vhdl/mega65.vhd +++ b/CORE/vhdl/mega65.vhd @@ -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';