X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=platform%2Fgp2x%2Fsoc_pollux.c;h=9dae49037ab2581c3cece6e9b1627d22f7eda461;hb=45285368c0fad43f23f90888fde16106bdc0fd52;hp=b343e1493e2df8c516d2f43e18da4e6fa5543af9;hpb=f4750ee051b509a17bb940d6372a0c12faae18cd;p=picodrive.git diff --git a/platform/gp2x/soc_pollux.c b/platform/gp2x/soc_pollux.c index b343e14..9dae490 100644 --- a/platform/gp2x/soc_pollux.c +++ b/platform/gp2x/soc_pollux.c @@ -387,6 +387,7 @@ void pollux_finish(void) memregl[0xf004>>2] = pllsetreg0; memregl[0xf07c>>2] |= 0x8000; } + timer_cleanup(); munmap((void *)memregs, 0x20000); close(memdev);