mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-03-30 04:30:31 +00:00
Assign ESCC B RCV DMA
This commit is contained in:
parent
81ebc40158
commit
1c95619aa4
@ -88,6 +88,9 @@ HeathrowIC::HeathrowIC() : PCIDevice("mac-io_heathrow"), InterruptCtrl()
|
||||
// connect serial HW
|
||||
this->escc = dynamic_cast<EsccController*>(gMachineObj->get_comp_by_name("Escc"));
|
||||
|
||||
// connect DBDMA
|
||||
this->escc_b_rcv_dma = std::unique_ptr<DMAChannel>(new DMAChannel("DBDMABRx"));
|
||||
|
||||
// connect floppy disk HW and initialize its DMA channel
|
||||
this->swim3 = dynamic_cast<Swim3::Swim3Ctrl*>(gMachineObj->get_comp_by_name("Swim3"));
|
||||
this->floppy_dma = std::unique_ptr<DMAChannel> (new DMAChannel("floppy"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user