mirror of
https://github.com/trebonian/visual6502.git
synced 2026-04-19 05:23:50 +00:00
Z80: Start with clock high
This commit is contained in:
+1
-1
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user