summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m68000/m68kdasm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/m68000/m68kdasm.cpp')
-rw-r--r--src/devices/cpu/m68000/m68kdasm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/m68000/m68kdasm.cpp b/src/devices/cpu/m68000/m68kdasm.cpp
index a61acff8631..72794ad52b7 100644
--- a/src/devices/cpu/m68000/m68kdasm.cpp
+++ b/src/devices/cpu/m68000/m68kdasm.cpp
@@ -3005,7 +3005,7 @@ std::string m68k_disassembler::d68851_p000()
fc_to_string(modes),
str,
(modes >> 10) & 7,
- (modes >> 4) & 7);
+ (modes >> 5) & 7);
}
else
{