mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
mcs48dsm.cpp: Give INS opcode proper name (nw)
This commit is contained in:
parent
6c6daf1739
commit
78c8186713
@ -53,7 +53,7 @@ offs_t mcs48_disassembler::disassemble(std::ostream &stream, offs_t pc, const da
|
||||
case 0x08: if (m_i802x)
|
||||
util::stream_format(stream, "in a,p0");
|
||||
else if (!m_upi41)
|
||||
util::stream_format(stream, "in a,bus");
|
||||
util::stream_format(stream, "ins a,bus");
|
||||
else
|
||||
util::stream_format(stream, "illegal");
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user