infoprint, FDS moviefix, alignment bugfixing
[fceu.git] / boards / n106.c
index 6ccfe2b..d54af02 100644 (file)
@@ -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)
 {