Merge branch '86Box:master' into c&t_69000

This commit is contained in:
Cacodemon345
2024-01-29 16:32:14 +06:00
committed by GitHub

View File

@@ -305,7 +305,7 @@ fdc37c669_reset(void *priv)
dev->regs[0x21] = 0x3c;
dev->regs[0x22] = 0x3d;
if (dev->id == 1) {
if (dev->id != 1) {
fdc_reset(dev->fdc);
fdc37c669_fdc_handler(dev);
}