Changelog:
r45668 | gpz | 2025-05-10 23:53:22 +0000 (Sat, 10 May 2025) | 1 line
fix warning
------------------------------------------------------------------------
r45667 | gpz | 2025-05-10 23:46:26 +0000 (Sat, 10 May 2025) | 1 line
instead of performing arithmetics on array pointers directly, set them up indirectly. this gets rid of the long standing array out of bounds access warnings. needs a bit of testing perhaps :)
------------------------------------------------------------------------
r45666 | gpz | 2025-05-10 17:30:53 +0000 (Sat, 10 May 2025) | 1 line
funky magic to silence warning
------------------------------------------------------------------------
r45665 | gpz | 2025-05-10 17:14:22 +0000 (Sat, 10 May 2025) | 1 line
implement 'slot 0' cartridge (with pass through) for xvic (loosely modelled after mmc64), add support for the 'Minimon' cartridge (crt id 10)
------------------------------------------------------------------------
r45661 | gpz | 2025-05-04 13:18:20 +0000 (Sun, 04 May 2025) | 1 line
fix monitor help (bug #2139), add missing commands to manual
------------------------------------------------------------------------