o switch to v46

This commit is contained in:
David Voswinkel
2009-05-12 22:17:42 +02:00
parent 7a878eab39
commit 8e877d38d4
217 changed files with 1440 additions and 31284 deletions

View File

@@ -3,6 +3,8 @@
void sCPU::dma_add_clocks(unsigned clocks) {
status.dma_clocks += clocks;
add_clocks(clocks);
scheduler.sync_cpucop();
scheduler.sync_cpuppu();
}
bool sCPU::dma_addr_valid(uint32 abus) {