Added the Acer V30 and a number of IDE and AT keyboard changes needed to make it work, closes #367.

This commit is contained in:
OBattler
2020-06-19 12:02:17 +02:00
parent 3373ea056a
commit d326017233
13 changed files with 169 additions and 120 deletions

View File

@@ -558,7 +558,7 @@ fdc_update_rate(fdc_t *fdc, int drive)
break;
}
fdc->bitcell_period = 1000000 / fdc->bit_rate * 2; /*Bitcell period in ns*/
fdc->bitcell_period = (1000000 / fdc->bit_rate) * 2; /*Bitcell period in ns*/
}