Updated Pandora References to Amiberry

This commit is contained in:
Dimitris Panokostas 2017-02-27 14:29:54 +01:00
parent 783ab8c1db
commit 391c00dfcd
33 changed files with 2618 additions and 1996 deletions

View file

@ -170,7 +170,7 @@ static blockinfo* hold_bi[MAX_HOLD_BI];
static blockinfo* active;
static blockinfo* dormant;
#ifdef PANDORA
#ifdef AMIBERRY
void cache_free (uae_u8 *cache, int size)
{
@ -187,7 +187,7 @@ uae_u8 *cache_alloc (int size)
}
else
memset(cache, 0, size);
return (uae_u8 *) cache;
return static_cast<uae_u8 *>(cache);
}
#endif