mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
hp2100d.cpp: Fix mask
This commit is contained in:
parent
2895364c7b
commit
d5e717cbae
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user