github Zibri/VICE r45224o
r45224 OpenSUSE TumbleWeed

latest releases: r46128, r46128o, r46128u...
22 months ago

Changelog:

r45224 | gpz | 2024-07-13 16:00:20 +0000 (Sat, 13 Jul 2024) | 1 line

fix spelling
------------------------------------------------------------------------
r45223 | gpz | 2024-07-13 15:56:09 +0000 (Sat, 13 Jul 2024) | 1 line

remove 'synergy' userport joystick adapter from all emulators except plus4
------------------------------------------------------------------------
r45222 | rhialto | 2024-07-13 15:17:20 +0000 (Sat, 13 Jul 2024) | 2 lines

CRTC: add explanatory comment about ycounter.

------------------------------------------------------------------------
r45221 | rhialto | 2024-07-13 10:09:42 +0000 (Sat, 13 Jul 2024) | 13 lines

CRTC: Make the fix for bug #2054 nicer.

- Simplify the condition (a >= b + 1) to (a > b).
- Split the if/else into 2 if statements with opposite conditions.
- Swap their order because the code in the second can make the condition
  of the first true and in that case we want to execute it (that's what
  the goto did).
- Also get rid of the + 1 in if (ycounter + 1 >= VTOTALADJ) since it was
  wrong - we now nicely got rid of TWO annoying "+ 1"s. 

There was nothing to fix for cases where the VTOTALADJ register > 0,
which is fortunately most/all of the interesting test cases.

------------------------------------------------------------------------
r45220 | rhialto | 2024-07-11 17:50:16 +0000 (Thu, 11 Jul 2024) | 2 lines

De-spacify the endline.

------------------------------------------------------------------------

Don't miss a new VICE release

NewReleases is sending notifications on new releases.