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

Method doPause

src/main/java/jace/apple2e/Apple2e.java:344–350  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

342 }
343
344 @Override
345 protected void doPause() {
346 if (getMotherboard() == null) {
347 return;
348 }
349 getMotherboard().setPaused(true);
350 }
351
352 @Override
353 protected void doResume() {

Callers

nothing calls this directly

Calls 2

getMotherboardMethod · 0.80
setPausedMethod · 0.45

Tested by

no test coverage detected