github Zibri/VICE r45643
r45643 Windows

latest releases: r46118, r46118o, r46118u...
13 months ago

Changelog:

r45643 | gpz | 2025-04-26 17:30:51 +0000 (Sat, 26 Apr 2025) | 1 line

some more cleanup and comments, made 'dump' a playback device, updated docs to only list the devices we still support :)
------------------------------------------------------------------------
r45642 | gpz | 2025-04-25 22:27:16 +0000 (Fri, 25 Apr 2025) | 1 line

make -sounddev dump work as intended again. (see https://www.lemon64.com/forum/viewtopic.php?p=1050091#p1050091 ). Weird non working code commented out for the time being - whoever knows what it was trying to do may want to actually fix it. It probably was a bug lingering around for a long time, which was then triggered when the monitor dump function for reSID was implemented.
------------------------------------------------------------------------
r45635 | compyx | 2025-04-23 09:26:31 +0000 (Wed, 23 Apr 2025) | 5 lines

Joystick: DirectInput: simplify hat to joystick direction conversion

Rotate hat 22.5 degrees so we can do a simple table lookup for the joystick
directions: index := ((V + 2250 ) % 36000) / 4500.

------------------------------------------------------------------------
r45634 | compyx | 2025-04-22 07:41:38 +0000 (Tue, 22 Apr 2025) | 2 lines

Gtk3: Use "Play" instead of "Start" for datasette controls submenu

------------------------------------------------------------------------
r45633 | rhialto | 2025-04-19 15:37:33 +0000 (Sat, 19 Apr 2025) | 7 lines

Re-fix access to empty memory space.

Now that I finally get why this almost always results in the high byte of the address, make sure that access to $9xxx, $Axxx and $Bxxx goes via read_unused() when no ROM is in the socket; this should take care of the exceptions. Previously there would be a ROM pre-filled with the empty value.

Also: a memory map reset would turn off watchpoints. Keep the watchpoints active in that case.


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

Don't miss a new VICE release

NewReleases is sending notifications on new releases.