summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mips/mips3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/mips/mips3.h')
-rw-r--r--src/devices/cpu/mips/mips3.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/cpu/mips/mips3.h b/src/devices/cpu/mips/mips3.h
index 0afa4ef610b..64146e3451b 100644
--- a/src/devices/cpu/mips/mips3.h
+++ b/src/devices/cpu/mips/mips3.h
@@ -238,6 +238,9 @@ enum {
#define MIPS3_MAX_FASTRAM 3
#define MIPS3_MAX_HOTSPOTS 16
+/* COP1 CCR register */
+#define COP1_FCR31 (m_core->ccr[1][31])
+
/***************************************************************************
INTERRUPT CONSTANTS
***************************************************************************/