mirror of
https://github.com/trebonian/visual6502.git
synced 2025-08-15 13:27:43 +00:00
fixup 6800 pre-reset delay
This commit is contained in:
@@ -86,7 +86,7 @@ function initChip(){
|
|||||||
setHigh('phi1');
|
setHigh('phi1');
|
||||||
}
|
}
|
||||||
setHigh(nodenamereset);
|
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();
|
refresh();
|
||||||
cycle = 0;
|
cycle = 0;
|
||||||
trace = Array();
|
trace = Array();
|
||||||
|
Reference in New Issue
Block a user