fix jag risc disasm

This commit is contained in:
CasualPokePlayer 2022-09-24 04:30:05 -07:00
parent 38b4b98fc0
commit c92c2bf661
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ namespace BizHawk.Emulation.Cores.Atari.Jaguar
if (length == 6)
{
return $"{opcode:X04} {m.PeekUshort(addr + 2, true):X04} {m.PeekUshort(addr + 2, true):X04} {disasm}";
return $"{opcode:X04} {m.PeekUshort(addr + 2, true):X04} {m.PeekUshort(addr + 4, true):X04} {disasm}";
}
else
{