mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-01-27 01:31:21 +00:00
GrandCentral: properly connect Curio SCSI.
This commit is contained in:
parent
9d89c5f64e
commit
533edf6ef5
@ -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…
x
Reference in New Issue
Block a user