Winbond W83877: Actually update the FDC DMA channel on writes to register 26h.

This commit is contained in:
OBattler
2025-08-23 18:57:01 +02:00
parent fbe69ab218
commit 96f7806992

View File

@@ -408,6 +408,8 @@ w83877_write(uint16_t port, uint8_t val, void *priv)
case 0x26:
if (valxor & 0x0f)
w83877_lpt_handler(dev);
if (valxor & 0xf0)
w83877_fdc_handler(dev);
break;
case 0x27:
if (valxor & 0xef)