Fixed Cyrix I/O registers broken by commit 994.

This commit is contained in:
SarahW 2018-01-09 18:39:22 +00:00
commit f1ee3cddba
2 changed files with 3 additions and 1 deletions

View file

@ -542,7 +542,6 @@ 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();
if (models[model].device)