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

@@ -2160,6 +2160,13 @@ fdc_set_irq(fdc_t *fdc, int irq)
}
void
fdc_set_dma_ch(fdc_t *fdc, int dma_ch)
{
fdc->dma_ch = dma_ch;
}
void
fdc_set_base(fdc_t *fdc, int base)
{