change width of more ZP instructions to 2

This commit is contained in:
zeromus 2017-04-28 22:11:39 +00:00
parent 50c0c2e5e4
commit e31ac723b0
1 changed files with 1 additions and 1 deletions
trunk/src

View File

@ -458,7 +458,7 @@ char *Disassemble(int addr, uint8 *opcode) {
zpIndex(tmp,RX);
// ################################## Start of SP CODE ###########################
// Change width to %04X
sprintf(str,"%s $%02X,X @ $%04X = #$%02X", chr,opcode[1],tmp,GetMem(tmp));
sprintf(str,"%s $%02X,X @ $%02X = #$%02X", chr,opcode[1],tmp,GetMem(tmp));
// ################################## End of SP CODE ###########################
break;