sy2002 / MiSTer2MEGA65

Framework to simplify porting MiSTer (and other) cores to the MEGA65
GNU General Public License v3.0
34 stars 8 forks source link

Amiga Mouse in Port 1 blocks core's keyboard #48

Open sy2002 opened 3 weeks ago

sy2002 commented 3 weeks ago

As reported here:

https://www.forum64.de/index.php?thread/125676-c64-core-f%C3%BCr-den-mega65/&postID=2154516#post2155129

An Amiga Mouse in Port 1 blocks (probably) any core's keyboard. Tested with C64 and ZXUno.

TODO:

  1. The MEGA65 core does not have this problem and I do know that in the VHDL codebase of the MEGA65 core there is code that handles the Amiga mouse and even can detect it. We should use that tp prevent that this happens.

  2. Update the C64 FAQ before we release 5.1 (this will be tracked in the C64 issue tracker, here: https://github.com/MJoergen/C64MEGA65/issues/123)