mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-22 22:45:52 +00:00
Merging master
This commit is contained in:
@@ -56,4 +56,9 @@ namespace ComSquare::CPU
|
||||
throw InvalidAddress("DMA read", addr);
|
||||
}
|
||||
}
|
||||
|
||||
uint8_t DMA::run(unsigned int cycles)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user