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

Method setScannerLocation

src/main/java/jace/core/Video.java:147–149  ·  view source on GitHub ↗
(int loc)

Source from the content-addressed store, hash-verified

145 abstract public void hblankStart(WritableImage screen, int y, boolean isDirty);
146
147 public void setScannerLocation(int loc) {
148 scannerAddress = loc;
149 }
150
151 @Override
152 public void tick() {

Callers 1

tickMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected