getting there!
This commit is contained in:
Arisotura
2019-06-20 03:19:51 +02:00
parent 000aa1f327
commit d943a51b96
5 changed files with 13 additions and 11 deletions

View File

@ -135,8 +135,8 @@ void DSi_NDMA::Start()
// TODO eventually: not stop if we're running code in ITCM
if (SubblockTimer & 0xFFFF)
printf("TODO! NDMA SUBBLOCK TIMER: %08X\n", SubblockTimer);
//if (SubblockTimer & 0xFFFF)
// printf("TODO! NDMA SUBBLOCK TIMER: %08X\n", SubblockTimer);
if (NDS::DMAsRunning(CPU))
Running = 1;