Changelog:
r46124 | gpz | 2026-05-27 17:11:17 +0000 (Wed, 27 May 2026) | 1 line
added patch proposed in bug #2164 in ifdefs. this might need more refactoring
------------------------------------------------------------------------
r46123 | gpz | 2026-05-27 16:52:36 +0000 (Wed, 27 May 2026) | 1 line
reading d01e/1f should not clear the corrosponding bits in d019. fixed as proposed in #2135
------------------------------------------------------------------------
r46121 | gpz | 2026-05-27 15:26:58 +0000 (Wed, 27 May 2026) | 1 line
rework loading of the kernal ROM, should fix patch #422 and similar situations
------------------------------------------------------------------------
r46120 | rhialto | 2026-05-26 17:15:44 +0000 (Tue, 26 May 2026) | 2 lines
Detabify.
------------------------------------------------------------------------
r46119 | rhialto | 2026-05-26 17:09:51 +0000 (Tue, 26 May 2026) | 11 lines
Clean up drive/ieee/fdc.c.
It used 2 fdc_t per unit (one per drive mechanism) but for drive 1: it used
only some of the fields. So we split that part off in a separate struct so that
we simply have 2 of those in each fdc_t. That makes it much more clear which
drive mech we're dealing with.
Use some more of our nice #defines instead of magic numbers like 8 or 2.
Add snapshot data for drive 1:.
------------------------------------------------------------------------