Searched refs:fromTypedArray (Results 1 – 1 of 1) sorted by relevance
168 sumROM : sum(gameboy.fromTypedArray(gameboy.ROM)),169 sumMemory: sum(gameboy.fromTypedArray(gameboy.memory)),170 sumMBCRam: sum(gameboy.fromTypedArray(gameboy.MBCRam)),171 sumVRam: sum(gameboy.fromTypedArray(gameboy.VRam))5274 return this.fromTypedArray(this.MBCRam);5303 this.fromTypedArray(this.ROM),5322 this.fromTypedArray(this.memory),5323 this.fromTypedArray(this.MBCRam),5324 this.fromTypedArray(this.VRAM),5326 this.fromTypedArray(this.GBCMemory),[all …]