EmuCR Feeds
Email Us

EmuCR: SDLVICE WinVICE r45225 is released. WinVICE is a program that executes programs intended for the old 8-bit computers. The current version emulates the C64, the C128, the VIC20, all the PET models (except the SuperPET 9000, which is out of line anyway), the PLUS4 and the CBM-II (aka C610).

WinVICE Changelog:
r45225 | gpz | 2024-07-13 23:44:12 +0000 (Sat, 13 Jul 2024) | 1 line
fix UI for the 'standard' Plus4 parallel cable
------------------------------------------------------------------------
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.
------------------------------------------------------------------------

Download: GTK3VICE r45225
Source: Here



Random Related Topic Refresh Related Topic

Random Related Topic Loading...

0 Comments

Post a Comment

Can't post a comment? Try This!