32x: more wip

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@774 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2009-09-14 10:41:30 +00:00
parent 974fdb5bfd
commit 5e49c3a88d
9 changed files with 100 additions and 34 deletions

View file

@ -605,6 +605,9 @@ void PicoCartUnload(void)
PicoCartUnloadHook = NULL;
}
if (PicoAHW & PAHW_32X)
PicoUnload32x();
if (Pico.rom != NULL) {
SekFinishIdleDet();
free(Pico.rom);