r45646 | gpz | 2025-04-27 21:28:22 +0000 (Sun, 27 Apr 2025) | 1 line
emulate open cpu port bits 3-4 on the SX64 board, add some randomness to the delay time for all of them, which should be a bit more correct
------------------------------------------------------------------------
r45645 | gpz | 2025-04-27 21:09:22 +0000 (Sun, 27 Apr 2025) | 1 line
in some places we share code between the C64 and the C128 emulator, which uses the board_type resource/setting. this change makes sure we use different values for C64 and C128 boards everywhere, and we don't use values that do not for the resource
------------------------------------------------------------------------
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.
------------------------------------------------------------------------