asm compatibility re-fixed, nsf for asm fixed, msg displ
[fceu.git] / ncpu.S
diff --git a/ncpu.S b/ncpu.S
index fcf8fed..8a18b75 100644 (file)
--- a/ncpu.S
+++ b/ncpu.S
@@ -269,10 +269,10 @@ ldmfd sp!,{r0-r3,r12,lr}
 @@@ REG_ADDR¤òÊѹ¹¤¹¤ë¤¬µ¤¤Ë¤¹¤ë¤Ê
 @@@
 .macro READ_WORD
-       READ
+       bl      read_byte
        mov     REG_PC, r0
        add     REG_ADDR, REG_ADDR, #1
-       READ
+       bl      read_byte
        orr     r0, REG_PC, r0, lsl #8
 .endm