Changelog:
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:.
------------------------------------------------------------------------
r46118 | gpz | 2026-05-21 23:47:28 +0000 (Thu, 21 May 2026) | 1 line
sync with upstream
------------------------------------------------------------------------
r46115 | gpz | 2026-05-21 22:46:52 +0000 (Thu, 21 May 2026) | 1 line
fix PET font availability detection, patch by M.Kiesel
------------------------------------------------------------------------
r46114 | gpz | 2026-05-21 16:45:47 +0000 (Thu, 21 May 2026) | 1 line
include math.h
------------------------------------------------------------------------