hp2100d.cpp: Fix mask

This commit is contained in:
AJR 2022-05-29 15:23:43 -04:00
parent 2895364c7b
commit d5e717cbae

View File

@ -528,7 +528,7 @@ offs_t hp21mx_disassembler::dasm_mac(std::ostream &stream, u16 inst, offs_t pc,
else if ((inst & 01740) == 01700)
{
// Dynamic Mapping System
switch (inst & 04027)
switch (inst & 04037)
{
case 04002:
stream << "MBI";