mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 01:25:33 -07:00
Temporarily disabled the second PIT on the PIIX and SIO to gain some performance back.
This commit is contained in:
@@ -1377,7 +1377,7 @@ static void
|
||||
else
|
||||
dev->board_config[1] |= 0x00;
|
||||
|
||||
device_add(&i8254_sec_device);
|
||||
// device_add(&i8254_sec_device);
|
||||
|
||||
return dev;
|
||||
}
|
||||
|
||||
@@ -539,7 +539,7 @@ sio_init(const device_t *info)
|
||||
|
||||
timer_add(&dev->timer, NULL, NULL, 0);
|
||||
|
||||
device_add(&i8254_sec_device);
|
||||
// device_add(&i8254_sec_device);
|
||||
|
||||
return dev;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user