summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m37710/m37710cm.h
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2017-07-01 12:11:28 +0200
committer Olivier Galibert <galibert@pobox.com>2017-07-03 08:03:57 +0200
commitcbbbd07484c736eae2069b294ec666f231e64bff (patch)
treeb94a690f0ab10635eb6d11837425744208c7e8a4 /src/devices/cpu/m37710/m37710cm.h
parentcb1930f6e6a6b460577f01207888eab402469e9f (diff)
dimemory: Lift the cap on the number of address spaces per device [O. Galibert]
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 ========================= */