This commit is contained in:
nattthebear 2016-01-30 17:38:53 -05:00
parent 7409a32658
commit 8e5fe06579
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -219,7 +219,7 @@ loop:
scratch[1] = x;
scratch[2] = y;
scratch[3] = sp;
scratch[4] = pc;
scratch[4] = pc - 1;
scratch[5] = status;
scratch[6] = opcode;
tracecb(scratch);