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

Method isVideoConfigurationCorrect

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

Source from the content-addressed store, hash-verified

199 }
200
201 private boolean isVideoConfigurationCorrect() {
202 VideoImpls videoSelection = videoRenderer.getValue();
203 return videoSelection != null && videoSelection.isInstance(getVideo());
204 }
205
206 @Override
207 protected RAM createMemory() {

Callers 1

reconfigureMethod · 0.95

Calls 3

isInstanceMethod · 0.95
getVideoMethod · 0.80
getValueMethod · 0.65

Tested by

no test coverage detected