mirror of
https://github.com/dingusdev/dingusppc.git
synced 2024-12-26 09:29:28 +00:00
GrandCentral: properly connect Curio SCSI.
This commit is contained in:
parent
0c77cccb9e
commit
51e6ffb24f
@ -66,6 +66,7 @@ GrandCentral::GrandCentral() : PCIDevice("mac-io/grandcentral"), InterruptCtrl()
|
|||||||
this->escc = std::unique_ptr<EsccController> (new EsccController());
|
this->escc = std::unique_ptr<EsccController> (new EsccController());
|
||||||
|
|
||||||
this->scsi_0 = std::unique_ptr<Sc53C94> (new Sc53C94());
|
this->scsi_0 = std::unique_ptr<Sc53C94> (new Sc53C94());
|
||||||
|
gMachineObj->add_subdevice("Curio_SCSI0", this->scsi_0.get());
|
||||||
}
|
}
|
||||||
|
|
||||||
void GrandCentral::notify_bar_change(int bar_num)
|
void GrandCentral::notify_bar_change(int bar_num)
|
||||||
|
Loading…
Reference in New Issue
Block a user