mirror of
https://github.com/holub/mame
synced 2025-05-02 12:36:41 +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)
|
else if ((inst & 01740) == 01700)
|
||||||
{
|
{
|
||||||
// Dynamic Mapping System
|
// Dynamic Mapping System
|
||||||
switch (inst & 04027)
|
switch (inst & 04037)
|
||||||
{
|
{
|
||||||
case 04002:
|
case 04002:
|
||||||
stream << "MBI";
|
stream << "MBI";
|
||||||
|
Loading…
Reference in New Issue
Block a user