summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices
diff options
context:
space:
mode:
author Joakim Larsson Edstrom <joakimlarsson42@gmail.com>2017-09-04 21:39:39 +0200
committer Joakim Larsson Edstrom <joakimlarsson42@gmail.com>2017-09-04 21:39:39 +0200
commit27a9ff587e27fbba11ec77bb4e845daf2897093f (patch)
treedde40df67170e01e996d20f68c3a29f68e3e221f /src/devices
parent03834e8262e398d4fb1a995a63e51a136e71c399 (diff)
68340tmu: Fixed MCR register enum error
Diffstat (limited to 'src/devices')
-rw-r--r--src/devices/machine/68340tmu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/68340tmu.h b/src/devices/machine/68340tmu.h
index 3bcbd844184..8e49914a436 100644
--- a/src/devices/machine/68340tmu.h
+++ b/src/devices/machine/68340tmu.h
@@ -41,7 +41,7 @@ public:
REG_MCR_STP = 0x8000,
REG_MCR_FRZ1 = 0x4000,
REG_MCR_FRZ2 = 0x2000,
- REG_MCR_SUPV = 0x0800,
+ REG_MCR_SUPV = 0x0080,
REG_MCR_ARBLV = 0x000f,
};