Add FDC DMA remapping on VT82C686 Super I/O

This commit is contained in:
RichardG867
2020-10-22 17:45:31 -03:00
parent e09a48372c
commit 86feb28064
3 changed files with 9 additions and 0 deletions

View File

@@ -62,6 +62,7 @@ vt82c686_fdc_handler(vt82c686_t *dev)
if (dev->regs[0x02] & 0x10)
fdc_set_base(dev->fdc, io_base);
fdc_set_dma_ch(dev->fdc, dev->fdc_dma);
fdc_set_irq(dev->fdc, dev->fdc_irq);
}