Mapping the DMA's channels to the bus

This commit is contained in:
Anonymus Raccoon
2020-05-27 15:04:01 +02:00
parent 56d51425f3
commit 4c965e916f
5 changed files with 80 additions and 7 deletions

View File

@@ -69,7 +69,7 @@ namespace ComSquare::Memory
console.apu->setMemoryRegion(0x2140, 0x2143);
this->_memoryAccessors.push_back(console.apu);
console.cpu->setMemoryRegion(0x4200, 0x421F);
console.cpu->setMemoryRegion(0x4200, 0x44FF);
this->_memoryAccessors.push_back(console.cpu);
// TODO implement DMA & HDMA (4220 to 4300)