From 7efe4fb8c774ab64dad3f230975d19ab9bb2a48b Mon Sep 17 00:00:00 2001 From: mmfoerster Date: Mon, 30 Oct 2017 14:08:57 -0400 Subject: [PATCH] Added comments to allTCStates() referring to the 6502_Timing_States wiki page. The state labeling is not completely correct or complete regarding T5 and T6 (especially the latter). More investment will be forthcoming. --- expert-allinone.js | 2 ++ macros.js | 2 ++ 2 files changed, 4 insertions(+) diff --git a/expert-allinone.js b/expert-allinone.js index 3aa625b..9ef08d0 100644 --- a/expert-allinone.js +++ b/expert-allinone.js @@ -14026,6 +14026,8 @@ function listActiveTCStates() { // Show all time code node states (active and inactive) in fixed format, // with T1/T6 indication in square brackets. ".." for a node indicates // inactive state, "T"* for a node indicates active state. + // For discussion of this reconstruction, see: + // http://visual6502.org/wiki/index.php?title=6502_Timing_States function allTCStates( useHTML ) { var s = ""; diff --git a/macros.js b/macros.js index 0af377c..3aa26de 100644 --- a/macros.js +++ b/macros.js @@ -307,6 +307,8 @@ function listActiveTCStates() { // Show all time code node states (active and inactive) in fixed format, // with T1/T6 indication in square brackets. ".." for a node indicates // inactive state, "T"* for a node indicates active state. + // For discussion of this reconstruction, see: + // http://visual6502.org/wiki/index.php?title=6502_Timing_States function allTCStates( useHTML ) { var s = "";