From 587fa47d8a6673af8d7a14f08aa4c33ab9b7be5a Mon Sep 17 00:00:00 2001 From: mmfoerster Date: Tue, 19 Sep 2017 21:50:42 -0400 Subject: [PATCH] Tamed a long line in the new 6502 time codes documentation --- 6502timecodes.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/6502timecodes.txt b/6502timecodes.txt index 61f3f17..6f27a1f 100644 --- a/6502timecodes.txt +++ b/6502timecodes.txt @@ -97,7 +97,8 @@ instruction's first actions do not begin during opcode fetch. Their earliest effect can be only in the first half of the next cycle, T2, when the IR is set from the predecode register. -This implies that an instruction's actions may extend as far as the second half of the opcode fetch of the next instruction, in concert with the T+ time code +This implies that an instruction's actions may extend as far as the second half +of the opcode fetch of the next instruction, in concert with the T+ time code bit. Not all instructions may necessarily use this: it could be an unused constraint for some instructions.