idle loop detection (Cyclone only, with debug stuff)

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@502 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2008-06-29 20:07:34 +00:00
parent d95259bdaa
commit 053fd9b42f
17 changed files with 372 additions and 37 deletions

View file

@ -548,6 +548,7 @@ int PicoCartInsert(unsigned char *rom,unsigned int romsize)
int PicoCartUnload(void)
{
if (Pico.rom != NULL) {
SekFinishIdleDet();
free(Pico.rom);
Pico.rom=NULL;
}