summaryrefslogtreecommitdiff
path: root/Kernel/Patches/IntsInitFDC.HC
AgeCommit message (Collapse)Author
2026-06-27Update IntsInitFDC.HCHarley Travis
Through an oversight, I forgot to change the I/O write that sets the IRQ mask so that bit 6 (which masks IRQ6) is cleared. As a result, IRQ6 is never unmasked, and the floppy drive interrupt does not work.
2026-06-22Add patches to enable the FDC IRQ on startupHarley Travis