Changelog:
r46240 | gpz | 2026-09-18 14:48:26 +0000 (Fri, 18 Sep 2026) | 1 line
produce the no-colors string also when stdout is redirected. fixes #2259
------------------------------------------------------------------------
r46239 | gpz | 2026-09-18 11:06:44 +0000 (Fri, 18 Sep 2026) | 1 line
fix Magic Desk Plus subtypes in cartconv check and the docs
------------------------------------------------------------------------
r46238 | gpz | 2026-09-17 19:33:53 +0000 (Thu, 17 Sep 2026) | 1 line
semantics of some drive rom related functions has changed from 'load' to 'probe' a while ago. rename those functions to reflect that change and make the code a bit less confusing to read
------------------------------------------------------------------------
r46237 | rhialto | 2026-09-14 17:49:35 +0000 (Mon, 14 Sep 2026) | 9 lines
PET 8296: fix some memory mapping bugs found by rsarson.
Catching writes to FFF0 broke sometimes. Moved the code to set that up to a
common place so that it doesn't need to be repeated.
Changing the FFF0 "I/O Peek Through" bit was sometimes not detected.
Also fix the monitor's view in "bank cpu" when there is *no* I/O mapped when
/ramON, /ramsel9 and /ramselA are all 0 (active) and the IOPEEK bit is 0. It
should see RAM.
------------------------------------------------------------------------
r46236 | ikorb | 2026-09-13 15:04:26 +0000 (Sun, 13 Sep 2026) | 1 line
sfx_soundexpander: add missing mirror mode field
------------------------------------------------------------------------