Fix PIIX IDE bus mastering initialisation. Ubuntu 10.04 boots again.

This commit is contained in:
SarahW 2017-12-06 22:14:51 +00:00
commit 12d3ac4377
2 changed files with 1 additions and 1 deletions

View file

@ -538,6 +538,7 @@ void model_init()
{
pclog("Initting as %s\n", model_getname());
AMSTRAD = AT = PCI = TANDY = 0;
ide_set_bus_master(NULL, NULL, NULL);
io_init();
models[model].init();