Changelog:
r44051 | compyx | 2023-06-13 07:36:48 +0000 (Tue, 13 Jun 2023) | 2 lines
Gtk3: remove "Control port" node from xpet settings dialog
------------------------------------------------------------------------
r44050 | compyx | 2023-06-12 07:29:48 +0000 (Mon, 12 Jun 2023) | 8 lines
drive_get_type_by_devnr(): don't access "IECDevice[8-11]" for VIC-20
Although the VIC-20 does have an IEC bus, the resource "IECDevice[8-11]" isn't
used by xvic, it has its own custom IEC code. So we check that `machine_class`
isn't VIC-20 before accessing the resource and add a FIXME comment about why
the check is there. Fixes unknown resource error messages from xvic when the
status bar drive menu pops up.
------------------------------------------------------------------------
r44049 | gpz | 2023-06-11 18:57:33 +0000 (Sun, 11 Jun 2023) | 1 line
fix model switching with 1571 vs 1571CR drive
------------------------------------------------------------------------
r44037 | gpz | 2023-06-10 20:37:22 +0000 (Sat, 10 Jun 2023) | 1 line
emulate enough of the 1571CR specific mos5710 to make it work again
------------------------------------------------------------------------
r44035 | compyx | 2023-06-10 16:03:41 +0000 (Sat, 10 Jun 2023) | 2 lines
Fix missing `mirror_mode` initializers for `io_source_t` objects (CBM-II)
------------------------------------------------------------------------