Changelog:
r44129 | compyx | 2023-06-27 17:18:43 +0000 (Tue, 27 Jun 2023) | 6 lines
Add UI action ID for 'Attach cartridgeh (raw)'
Although the Gtk3 UI has a single dialog (and those a single UI action) to
attach cartridges in CRT and raw format, the SDL UI has two separate dialogs,
one for CRT and one for raw.
------------------------------------------------------------------------
r44125 | oldwoman37 | 2023-06-26 04:08:36 +0000 (Mon, 26 Jun 2023) | 1 line
Fix for bug 1906
------------------------------------------------------------------------
r44124 | gpz | 2023-06-25 21:37:41 +0000 (Sun, 25 Jun 2023) | 1 line
create a blank second disk side also when attaching a d64 to 1571cr
------------------------------------------------------------------------
r44120 | gpz | 2023-06-25 16:57:55 +0000 (Sun, 25 Jun 2023) | 1 line
don't fail when initializing the resources on xscpu64 to allow it to start
------------------------------------------------------------------------
r44116 | rhialto | 2023-06-24 19:21:06 +0000 (Sat, 24 Jun 2023) | 6 lines
Another TODO: move unit from drive_t to diskunit_context_t.
Again this is really a deduplication, but one was signed an the other unsigned.
I settled on unsigned (like in drive_t) but a lot of printf formats needed
adjustment for that.
------------------------------------------------------------------------