C89 MSVC doesn't support 'inline' - will have to make define for
[picodrive.git] / cpu / cz80 / cz80.c
index 61ca5f8..28d762c 100644 (file)
@@ -216,7 +216,7 @@ void Cz80_Reset(cz80_struc *CPU)
 \r
 /* */\r
 #if PICODRIVE_HACKS\r
-static inline unsigned char picodrive_read(unsigned short a)\r
+static INLINE unsigned char picodrive_read(unsigned short a)\r
 {\r
        uptr v = z80_read_map[a >> Z80_MEM_SHIFT];\r
        if (map_flag_set(v))\r