Changelog:
r45705 | strobey | 2025-06-20 07:04:42 +0000 (Fri, 20 Jun 2025) | 1 line
Make the C128's MMU IO dump in the monitor ("io d500") significantly more readable.
------------------------------------------------------------------------
r45704 | oldwoman37 | 2025-06-17 16:21:24 +0000 (Tue, 17 Jun 2025) | 1 line
RAMLINK: Fixed bug #2144; SEGV issue when using less than 16MB ramcard sizes
------------------------------------------------------------------------
r45703 | rhialto | 2025-06-15 17:07:33 +0000 (Sun, 15 Jun 2025) | 2 lines
Add {} so that the declaration is not directly following a case label.
------------------------------------------------------------------------
r45702 | rhialto | 2025-06-15 15:51:56 +0000 (Sun, 15 Jun 2025) | 8 lines
Fix bug 2146: c1541 can't read REL files
The command "read relfile,l outfile" does not work.
Cause: file name parsing is now mostly done with cbmdos_command_parse_plus(). However this function worked slightly different when parsing ",L" in a file spec.
Fix: copy the logic from cbmdos_command_parse() to handle this.
------------------------------------------------------------------------
r45701 | pottendo | 2025-06-14 19:03:50 +0000 (Sat, 14 Jun 2025) | 1 line
remove wrong workaround for https://sourceforge.net/p/vice-emu/bugs/2102/
------------------------------------------------------------------------