Changelog:
r45314 | gpz | 2024-08-19 22:07:28 +0000 (Mon, 19 Aug 2024) | 1 line
When writing .tap values, add the remainder of the current value to the next, so overall tap length will be correct.
------------------------------------------------------------------------
r45313 | gpz | 2024-08-18 17:28:12 +0000 (Sun, 18 Aug 2024) | 1 line
save 'jammed' status into snapshot for each cpu, fixes bug #1770
------------------------------------------------------------------------
r45312 | gpz | 2024-08-18 15:03:27 +0000 (Sun, 18 Aug 2024) | 1 line
ignore debug cart when writing/reading snapshots. fixes bug #2057
------------------------------------------------------------------------
r45311 | gpz | 2024-08-17 18:34:43 +0000 (Sat, 17 Aug 2024) | 1 line
only execute the bt command for the computer memspace, output a warning for the others
------------------------------------------------------------------------
r45310 | rhialto | 2024-08-17 17:17:38 +0000 (Sat, 17 Aug 2024) | 8 lines
This should fix bug #2052.
Only when the first IRQ source becomes active, the CPU sees the
IRQ input line go active; on additional ones, no change is visible.
So most of the actions that are done should only be done when the first
IRQ source becomes active, and not on additional ones.
------------------------------------------------------------------------