rework sh2 sync, again..

also some new debug and poll code
VF seems to be ok at least..
This commit is contained in:
notaz 2013-07-27 01:23:56 +03:00
parent 51d86e55f6
commit 19886062f1
9 changed files with 507 additions and 169 deletions

View file

@ -54,6 +54,7 @@ void PicoExit(void)
if (SRam.data)
free(SRam.data);
pevt_dump();
}
void PicoPower(void)