fixup 6800 pre-reset delay

This commit is contained in:
BigEd 2011-04-05 18:09:38 +00:00
parent b5c1759f32
commit fca2eb5cb6
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ function initChip(){
setHigh('phi1');
}
setHigh(nodenamereset);
for(var i=0;i<18;i++){halfStep();} // avoid updating graphics and trace buffer before user code
for(var i=0;i<6;i++){halfStep();} // avoid updating graphics and trace buffer before user code
refresh();
cycle = 0;
trace = Array();