You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The TST instruction is supposed to set the Zero and the Negative flag. This one here only sets zero which makes the atari st ikbd rom mouse reporting fail as this test:
The TST instruction is supposed to set the Zero and the Negative flag. This one here only sets zero which makes the atari st ikbd rom mouse reporting fail as this test:
always fails and the branch is taken even if the value read from $c9 is negative.
This can be fixed by changing https://github.com/thasega/HD63701/blob/master/HD63701_EXEC.v#L147 to
The text was updated successfully, but these errors were encountered: