Changelog:
r45200 | compyx | 2024-06-23 08:10:33 +0000 (Sun, 23 Jun 2024) | 4 lines
Fix socket code to use proper `ssize_t` instead of plain `int`
Might fix a bug or two, might also expose a few more bugs. Needs proper testing.
------------------------------------------------------------------------
r45199 | gpz | 2024-06-22 23:10:55 +0000 (Sat, 22 Jun 2024) | 1 line
Unit should be Hz, not kHz. Fixes bug #2046
------------------------------------------------------------------------
r45198 | gpz | 2024-06-22 18:23:42 +0000 (Sat, 22 Jun 2024) | 1 line
fix documentation of the monitor prompt. whatever it was trying to say, VICE never worked that way :)
------------------------------------------------------------------------
r45197 | gpz | 2024-06-21 22:00:17 +0000 (Fri, 21 Jun 2024) | 1 line
fix mapping for keypads attached to joyports
------------------------------------------------------------------------
r45196 | gpz | 2024-06-16 21:49:27 +0000 (Sun, 16 Jun 2024) | 1 line
remove support for right and middle button with Amiga and AtariST mice - These connect POT lines with GND when pressed, and are open if not, which the C64 can not detect (since there is no pullup resistor)
------------------------------------------------------------------------