MCPcopy Create free account
hub / github.com/badvision/jace / warmStart

Method warmStart

src/main/java/jace/core/Computer.java:204–204  ·  view source on GitHub ↗

In a warm start, memory is not reset, but the CPU and cards are reset All but video softswitches are reset, putting the MMU in a known state

()

Source from the content-addressed store, hash-verified

202 * All but video softswitches are reset, putting the MMU in a known state
203 */
204 public abstract void warmStart();
205
206 public Keyboard getKeyboard() {
207 return this.keyboard;

Callers 3

invokeResetMethod · 0.95
resetEmulatorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected