This commit is contained in:
Jasmine Iwanek
2022-03-11 22:04:57 -05:00
parent 41f1c2facd
commit b24008f075
23 changed files with 55 additions and 55 deletions

View File

@@ -185,7 +185,7 @@ pc87310_write(uint16_t port, uint8_t val, void *priv)
/* bit 6: 1 disable fdc */
if (!(val & 0x40)) {
pc87310_log("SIO: FDC enabled\n");
fdc_set_base(dev->fdc, 0x3f0);
fdc_set_base(dev->fdc, FDC_PRIMARY_ADDR);
}
}
return;