Skip to content

r45634 Ubuntu 22.04

Choose a tag to compare

@Zibri Zibri released this 22 Apr 08:20
d569312

Changelog:

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.


------------------------------------------------------------------------
r45632 | gpz | 2025-04-13 16:57:32 +0000 (Sun, 13 Apr 2025) | 1 line

improve help output and docs as suggested by tokra
------------------------------------------------------------------------
r45631 | gpz | 2025-04-13 01:29:54 +0000 (Sun, 13 Apr 2025) | 1 line

fix CPU port emulation for SX64. On the SX64 board, bits 3,4,5 of the CPU port are not connected, and thus read back as 0. We still need to disable anything tape related when SX64 (and perhaps C64GS?) is selected.
------------------------------------------------------------------------
r45630 | compyx | 2025-04-12 13:32:34 +0000 (Sat, 12 Apr 2025) | 5 lines

Joystick: DirectInput: fix POV direction handling

Take low WORD of POV values before checking for -1/0xffff. Neutral is reported
as 0xffff, not 0xffffffff as I thought.

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