Initial Monster FDC support

This commit is contained in:
Jasmine Iwanek
2022-12-20 21:23:55 -05:00
parent 98b2854e79
commit aae9e1e408
4 changed files with 200 additions and 3 deletions

View File

@@ -2276,6 +2276,9 @@ fdc_reset(void *priv)
if (fdc->flags & FDC_FLAG_PCJR) {
fdc->dma = 0;
fdc->specify[1] = 1;
} else if (fdc->flags & FDC_FLAG_SEC) {
fdc->dma = 1;
fdc->specify[1] = 0;
} else {
fdc->dma = 1;
fdc->specify[1] = 0;