tdlabac / MSX1_MiSTer

GNU General Public License v2.0
21 stars 4 forks source link

Sound FX interacting with joystick #5

Closed aloyisus closed 1 year ago

aloyisus commented 2 years ago

Thanks so much for the previous joystick fix in MSX1_20220305.rbf. I have one more similar issue to raise and then I promise I'll go bother someone else for a while ;)

The game is: Colony (1987)(Bulldog)

and this time there are seemingly no problems until sound effects are played, which then seems to interfere with the joystick input rendering the game unplayable.

Again I have pulled out the relevant code into a test example: joycol.zip

The joystick code in this game is almost identical to one of your test examples (interrupts are cancelled, and I think B0-B3 are set to high) so hopefully it works better.

tdlabac commented 1 year ago

Fixed. commit #20ff16d5dacd9cfc54d2c39106d32725259d0e94

aloyisus commented 1 year ago

Thanks for fixing this, works great now