Changelog:
r45473 | compyx | 2025-02-05 18:40:33 +0000 (Wed, 05 Feb 2025) | 4 lines
archdep_fix_streams(): attach console before redirecting
See bug #2065. With cmd.exe `-help` dumps on console and can be redirected to file, piping (to more) is broken. PowerShell is worse, redirecting to file doesn't even work, so perhaps we need to call AttachConsole() even if FILE_TYPE_DISK, but only when using PowerShell?
------------------------------------------------------------------------
r45472 | gpz | 2025-02-05 15:16:12 +0000 (Wed, 05 Feb 2025) | 1 line
fix url to development builds
------------------------------------------------------------------------
r45471 | gpz | 2025-02-02 21:22:56 +0000 (Sun, 02 Feb 2025) | 1 line
added support for the 'Profi-DOS' cartridge by REX Datentechnik. Thanks to SubZero for providing the cartridge over 15 years ago >_<
------------------------------------------------------------------------
r45470 | gpz | 2025-02-02 18:20:13 +0000 (Sun, 02 Feb 2025) | 1 line
disable debug output
------------------------------------------------------------------------
r45469 | rhialto | 2025-01-31 21:44:29 +0000 (Fri, 31 Jan 2025) | 5 lines
Another case of PET empty space reading.
Fix a confusing case of the size of the "I/O peek through" for the 8096 expansion. Add some comments why.
Fix access to 8800-8FFF colour memory from the Vice monitor in the case of ColourPET.
------------------------------------------------------------------------