further prep for Wiz port. Cleanups, rm cpuctrl mmuhack; add warm

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@704 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2009-07-15 22:08:09 +00:00
parent 4217134398
commit 0d9bf4fcda
24 changed files with 679 additions and 948 deletions

View file

@ -243,7 +243,7 @@ static void internal_reset(void)
/* this must be called after mmu hack, the allocated regions must not get cached */
void sharedmem_init(void)
void sharedmem940_init(void)
{
if (shared_mem != NULL) return;
@ -266,7 +266,7 @@ void sharedmem_init(void)
}
void sharedmem_deinit(void)
void sharedmem940_finish(void)
{
munmap(shared_mem, 0x210000);
munmap(mp3_mem, MP3_SIZE_MAX);