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:
@@ -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*/
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user