1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-11-23 23:32:45 +00:00

We should not resolv the address a second time

This commit is contained in:
Peter Evans 2018-01-23 21:41:30 -06:00
parent 47630fdc88
commit 9f518d5141

View File

@ -113,7 +113,6 @@ mos6502_dis_operand(mos6502 *cpu,
break;
case ABX:
snprintf(str, len, "$%04X,X", value);
eff_value = resolv(cpu);
snprintf(s_value, sizeof(s_value), "%02x", eff_value);
break;
case ABY: