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

Method set

src/main/java/jace/core/PagedMemory.java:105–107  ·  view source on GitHub ↗
(int pageNumber, byte[] bank)

Source from the content-addressed store, hash-verified

103 }
104
105 public void set(int pageNumber, byte[] bank) {
106 internalMemory[pageNumber] = bank;
107 }
108
109 public byte[] getMemoryPage(int memoryBase) {
110 int offset = memoryBase - type.baseAddress;

Callers 15

setBanksMethod · 0.95
fillBanksMethod · 0.95
codemirror.jsFile · 0.80
pFunction · 0.80
pollFunction · 0.80
startWorkerFunction · 0.80
dispatchKeyFunction · 0.80
connectControlsMethod · 0.80
setAspectRatioEnabledMethod · 0.80
startMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected