Merge pull request #4210 from hp9k/m68kdasm_fix

m68kdasm: fix ptest instruction (nw)
This commit is contained in:
R. Belmont 2018-11-01 13:18:41 -04:00 committed by GitHub
commit 3a718cd69c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
{