restart fix

This commit is contained in:
folkert van heusden 2022-03-20 14:09:32 +01:00
parent 27703ad706
commit 6f7f65c915

View file

@ -399,8 +399,8 @@ void loop() {
delay(3000);
Serial.println(F(" *** EMULATION RESTARTING *** "));
c->reset();
c->setRegister(7, exec_addr);
c->resetHalt();
start_ts = millis();
icount = 0;