mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-01-09 21:31:24 +00:00
heathrow: Add missing this.
This commit is contained in:
parent
9c66a56a65
commit
bfc51b8967
@ -240,10 +240,10 @@ void HeathrowIC::write(uint32_t rgn_start, uint32_t offset, uint32_t value, int
|
|||||||
|
|
||||||
switch (sub_addr) {
|
switch (sub_addr) {
|
||||||
case 0:
|
case 0:
|
||||||
mio_ctrl_write(offset, value, size);
|
this->mio_ctrl_write(offset, value, size);
|
||||||
break;
|
break;
|
||||||
case 8:
|
case 8:
|
||||||
dma_write(offset - 0x8000, value, size);
|
this->dma_write(offset & 0x7FFF, value, size);
|
||||||
break;
|
break;
|
||||||
case 0x10: // SCSI
|
case 0x10: // SCSI
|
||||||
this->mesh->write((offset >> 4) & 0xF, value);
|
this->mesh->write((offset >> 4) & 0xF, value);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user