Changelog:
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/
------------------------------------------------------------------------
r45700 | dqh | 2025-06-14 05:14:56 +0000 (Sat, 14 Jun 2025) | 1 line
Fixed macOS build (currently no host joystick support)
------------------------------------------------------------------------
r45699 | gpz | 2025-06-13 23:12:26 +0000 (Fri, 13 Jun 2025) | 1 line
adjust implementation of c64gs cartridge to actual c64gs-cartridge hardware
------------------------------------------------------------------------