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

@@ -412,7 +412,7 @@ static void
mo_set_callback(mo_t *dev)
{
if (dev->drv->bus_type != MO_BUS_SCSI)
ide_set_callback(dev->drv->ide_channel >> 1, dev->callback);
ide_set_callback(ide_drives[dev->drv->ide_channel], dev->callback);
}