Skip to content

r46140 Windows

Choose a tag to compare

@Zibri Zibri released this 10 Jun 23:33
6ce05f0

Changelog:

r46140 | gpz | 2026-06-10 22:00:00 +0000 (Wed, 10 Jun 2026) | 1 line

handle keywords as literal strings in the basic text when detokenizing, omit the first letter of the keyword as control code, so re-tokenizing will produce a literal string again.
------------------------------------------------------------------------
r46138 | gpz | 2026-06-10 20:15:26 +0000 (Wed, 10 Jun 2026) | 1 line

execute drive CPUs in the catch-up hook even when in 'no idle' mode, without this a lot of test cases break
------------------------------------------------------------------------
r46137 | gpz | 2026-06-10 11:15:49 +0000 (Wed, 10 Jun 2026) | 1 line

add missing calls to drive_cycle_hook(), fixes #2234
------------------------------------------------------------------------
r46135 | gpz | 2026-06-09 21:11:32 +0000 (Tue, 09 Jun 2026) | 1 line

re-add special case logic for REM and DATA lines. should fix #2232
------------------------------------------------------------------------
r46133 | gpz | 2026-06-09 14:23:16 +0000 (Tue, 09 Jun 2026) | 1 line

refactor the drive-idle logic, all modes work as intended again, the old 'no idle' logic is now called 'frame idle', 'no idle' really executes main cpu and drive(s) cycle by cycle. Also pass ORIGIN_MEMSPACE to monitor_check_watchpoints. Should fix #2220.
------------------------------------------------------------------------