aboutsummaryrefslogtreecommitdiff
path: root/emulators/adamem/files/patch-Z80IO.h
blob: 789d76abf0e17f6bae2b118fd239e34f1bed4d94 (plain) (blame)
1
2
3
4
5
6
7
8
9
Index: Z80IO.h
@@ -11,7 +11,6 @@
 /****************************************************************************/
 
 #define INLINE_OP                     /* Inline Z80_RDOP()                  */
-#define INLINE_MEM                    /* Inline Z80_RDMEM() and Z80_WRMEM() */
 
 #ifdef __GNUC__
 #define FASTCALL        __attribute__ ((regparm(3)))