mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 07:38:05 -04:00
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:
parent
4217134398
commit
0d9bf4fcda
24 changed files with 679 additions and 948 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue