Add makefile for Raspberry Pi 1

This commit is contained in:
Chips-fr 2015-10-04 23:49:14 +02:00
parent 13e8e8322f
commit 3f743e49be
8 changed files with 242 additions and 41 deletions

View file

@ -125,13 +125,13 @@ uae_u8 *mapped_malloc (size_t s, const char *file)
if(!strcmp(file, "z3"))
return natmem_offset + 0x1000000; //z3fastmem_start;
#ifdef PICASSO96
if(!strcmp(file, "gfx"))
{
p96ram_start = 0x3000000;
return natmem_offset + p96ram_start;
}
#endif
if(!strcmp(file, "rtarea"))
return natmem_offset + rtarea_base;