X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=boards%2Fn106.c;h=d54af020f019501dd0f83050cff66cb8d1bfe36c;hb=39e1ccffc7ec6bbee9bb3ed1be7cbe856792bf69;hp=6ccfe2b1d4ee9da1049b0c709218e4c37f302e1c;hpb=92764e6252a3691033d6044b466bf716c96b62d5;p=fceu.git diff --git a/boards/n106.c b/boards/n106.c index 6ccfe2b..d54af02 100644 --- a/boards/n106.c +++ b/boards/n106.c @@ -23,8 +23,8 @@ static uint16 IRQCount; static uint8 IRQa; -static uint8 WRAM[8192]; -static uint8 IRAM[128]; +static uint8 WRAM[8192] __attribute__ ((aligned (4))); +static uint8 IRAM[128] __attribute__ ((aligned (4))); static DECLFR(AWRAM) {