Merging master

This commit is contained in:
Anonymus Raccoon
2020-05-27 16:11:59 +02:00
parent c374641ef1
commit 0af0db6d66
4 changed files with 19 additions and 3 deletions
+5
View File
@@ -56,4 +56,9 @@ namespace ComSquare::CPU
throw InvalidAddress("DMA read", addr);
}
}
uint8_t DMA::run(unsigned int cycles)
{
return 0;
}
}