mirror of
https://github.com/trebonian/visual6502.git
synced 2024-11-04 21:08:19 +00:00
Z80: Start with clock high
This commit is contained in:
parent
b9e235fac2
commit
2f882d7d34
@ -89,7 +89,7 @@ function initChip(){
|
||||
nodes[npwr].float = false;
|
||||
for(var tn in transistors) transistors[tn].on = false;
|
||||
setLow(nodenamereset);
|
||||
setLow('clk');
|
||||
setHigh('clk');
|
||||
setHigh('_busrq');
|
||||
setHigh('_int');
|
||||
setHigh('_nmi');
|
||||
|
Loading…
Reference in New Issue
Block a user