mirror of
https://github.com/trebonian/visual6502.git
synced 2024-12-26 22:31:18 +00:00
readjust timing of URL-scheduled events to match published version
This commit is contained in:
parent
c02d181d5c
commit
cb29fb4fad
@ -224,9 +224,9 @@ fetchTriggers={};
|
||||
// simulate a single clock phase with no update to graphics or trace
|
||||
function halfStep(){
|
||||
var clk = isNodeHigh(nodenames['clk0']);
|
||||
eval(clockTriggers[cycle]);
|
||||
if (clk) {setLow('clk0'); handleBusRead(); }
|
||||
else {setHigh('clk0'); handleBusWrite();}
|
||||
eval(clockTriggers[cycle]);
|
||||
}
|
||||
|
||||
function handleBusRead(){
|
||||
|
Loading…
Reference in New Issue
Block a user