start from cli

This commit is contained in:
Daniel Bauer
2020-01-05 15:09:20 +01:00
parent 788648deba
commit bf4505c69f
4 changed files with 28 additions and 7 deletions

View File

@@ -85,6 +85,7 @@ impl NES {
self.clock();
}
self.ppu.borrow_mut().frame_ready = false;
info!("clock {}", self.clock_count);
}
}