X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=fce.c;h=3e4dde58ec9616c0ef264fb0335a603e317fd046;hp=4c7ffc63ab0fc60b7399fb01d09eb9ce2532dbc3;hb=af32b6c2f0ed2f1a4582c3e8d7ac704b9c61fa4c;hpb=937bf65b1c80e9394547e5f105664bd26f3671de diff --git a/fce.c b/fce.c index 4c7ffc6..3e4dde5 100644 --- a/fce.c +++ b/fce.c @@ -208,7 +208,9 @@ static uint32 scanlines_per_frame; uint8 GameMemBlock[131072] __attribute__ ((aligned (4))); uint8 NTARAM[0x800] __attribute__ ((aligned (4))); uint8 PALRAM[0x20] __attribute__ ((aligned (4))); +#ifndef ASM_6502 uint8 RAM[0x800] __attribute__ ((aligned (4))); +#endif uint8 PPU[4]; uint8 PPUSPL;