further unification and refactoring

git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@710 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2009-07-23 20:06:18 +00:00
parent 71769e27e9
commit 93c18cb44b
11 changed files with 187 additions and 306 deletions

View file

@ -90,7 +90,7 @@ int pico_main(void)
emu_HandleResume();
break;
}
emu_Loop();
pemu_loop();
#ifdef GPROF
goto endloop;
#endif