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.
This commit is contained in:
mmfoerster 2017-10-30 14:08:57 -04:00
parent ef0a714a29
commit 7efe4fb8c7
2 changed files with 4 additions and 0 deletions

View File

@ -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 = "";

View File

@ -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 = "";