diff options
author | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-12-07 18:28:47 +1100 |
---|---|---|
committer | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-12-07 18:28:47 +1100 |
commit | dc7e55d2798c1530fc301b232ce01d032fb9935f (patch) | |
tree | 17fe9d1b9937e4c48e7382dd6f1ece37df1de575 /src/main.c | |
parent | f8df4908fe6986e691ea96b4b07ffbff349ccce0 (diff) |
FIXED THAT BUG.
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ int main() { // Logging fprintf(Log, "%04x : %04x : %02x : %02x : %02x : %c%c_%c%c%c%c%c : %02x\n", - Time, PC-idata.length, acc, X, Y, + Time, PC, acc, X, Y, getFlag(flag_N) ? 'N':'.' , getFlag(flag_V) ? 'V':'.' , getFlag(flag_B) ? 'B':'.' , |