mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +03:00
h8: Fix disassembly of abs16
This commit is contained in:
parent
f9215bb5d2
commit
b6240507ee
@ -148,7 +148,7 @@ void h8_disassembler::disassemble_am(std::ostream &stream, int am, offs_t pc, co
|
||||
break;
|
||||
|
||||
case DASM_abs16:
|
||||
if(offset >= 6)
|
||||
if(slot == 3)
|
||||
{
|
||||
if (advanced)
|
||||
util::stream_format(stream, "@h'%06x", s32(s16(opcodes.r16(epc-4))) & 0xffffff);
|
||||
|
Loading…
Reference in New Issue
Block a user