Z80: Start with clock high

This commit is contained in:
David Banks 2018-09-21 18:03:50 +01:00
parent b9e235fac2
commit 2f882d7d34
1 changed files with 1 additions and 1 deletions

View File

@ -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');