$OpenBSD: patch-source_mupen64plus-core_src_memory_memory_c,v 1.1.1.1 2011/12/26 13:38:27 stsp Exp $
--- src/memory/memory.c.orig	Sun Dec 18 23:24:33 2011
+++ src/memory/memory.c	Sun Dec 18 20:04:55 2011
@@ -72,7 +72,7 @@ unsigned char *PIF_RAMb = (unsigned char *)(PIF_RAM);
 // address : address of the read/write operation being done
 unsigned int address = 0;
 // *address_low = the lower 16 bit of the address :
-#ifdef _BIG_ENDIAN
+#ifdef M64P_BIG_ENDIAN
 static unsigned short *address_low = (unsigned short *)(&address)+1; 
 #else
 static unsigned short *address_low = (unsigned short *)(&address);
