mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-01-11 05:29:43 +00:00
Revert "Prevents crashing for Big Mac"
This reverts commit 5787d49e9b841015a3f15b1de5dbda2244f4bcb1.
This commit is contained in:
parent
5787d49e9b
commit
14c7d18bdb
@ -94,7 +94,7 @@ HeathrowIC::HeathrowIC() : PCIDevice("mac-io/heathrow"), InterruptCtrl()
|
|||||||
this->floppy_dma->register_dma_int(this, 2);
|
this->floppy_dma->register_dma_int(this, 2);
|
||||||
|
|
||||||
// connect Ethernet HW
|
// connect Ethernet HW
|
||||||
this->bmac = dynamic_cast<BigMac*>(gMachineObj->get_comp_by_name("BigMacHeathrow"));
|
this->bmac = dynamic_cast<BigMac*>(gMachineObj->get_comp_by_type(HWCompType::ETHER_MAC));
|
||||||
|
|
||||||
// set EMMO pin status (active low)
|
// set EMMO pin status (active low)
|
||||||
this->emmo_pin = GET_BIN_PROP("emmo") ^ 1;
|
this->emmo_pin = GET_BIN_PROP("emmo") ^ 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user