mirror of
https://github.com/trebonian/visual6502.git
synced 2025-04-09 07:39:18 +00:00
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:
parent
ef0a714a29
commit
7efe4fb8c7
@ -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 = "";
|
||||
|
@ -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 = "";
|
||||
|
Loading…
x
Reference in New Issue
Block a user