From 47546eadea450c5058a4bea80930a711534a1326 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 20 Apr 2018 19:11:34 +0200 Subject: Use retro_inline.h --- src/c4.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/c4.h') diff --git a/src/c4.h b/src/c4.h index cc2ee39..67c7781 100644 --- a/src/c4.h +++ b/src/c4.h @@ -107,7 +107,7 @@ extern int16 C4SinTable[]; END_EXTERN_C -static inline uint8* C4GetMemPointer(uint32 Address) +static INLINE uint8* C4GetMemPointer(uint32 Address) { return (Memory.ROM + ((Address & 0xff0000) >> 1) + (Address & 0x7fff)); } -- cgit v1.2.3