summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m37710/m37710cm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/m37710/m37710cm.h')
-rw-r--r--src/devices/cpu/m37710/m37710cm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/m37710/m37710cm.h b/src/devices/cpu/m37710/m37710cm.h
index 9924a4ee3f0..90f35d7ba4e 100644
--- a/src/devices/cpu/m37710/m37710cm.h
+++ b/src/devices/cpu/m37710/m37710cm.h
@@ -233,7 +233,7 @@ static inline int MAKE_INT_8(int A) {return (A & 0x80) ? A | ~0xff : A & 0xff;}
#define NFLAG_8(A) (A)
#define NFLAG_16(A) ((A)>>8)
-#define CFLAG_AS_1() ((FLAG_C>>8)&1)
+#define CFLAG_1() ((FLAG_C>>8)&1)
/* ======================================================================== */
/* ========================== EFFECTIVE ADDRESSES ========================= */