Move SFF-8038i IDE bus mastering code out of PIIX files.
Add bus mastering to VT82C586B emulation.
This commit is contained in:
parent
99ca11d148
commit
5043cff3f9
8 changed files with 282 additions and 226 deletions
|
|
@ -681,7 +681,7 @@ void model_init()
|
|||
{
|
||||
pclog("Initting as %s\n", model_getname());
|
||||
AMSTRAD = AT = PCI = TANDY = 0;
|
||||
ide_set_bus_master(NULL, NULL, NULL);
|
||||
ide_set_bus_master(NULL, NULL, NULL, NULL);
|
||||
|
||||
models[model].init();
|
||||
if (models[model].device)
|
||||
|
|
|
|||
Loading…
Reference in a new issue