Searched refs:ROM (Results 1 – 1 of 1) sorted by relevance
168 sumROM : sum(gameboy.fromTypedArray(gameboy.ROM)),1408 this.ROM = []; //The full ROM file dumped to an array. property in GameBoyCore5303 this.fromTypedArray(this.ROM),5513 this.ROM = this.toTypedArray(state[index++], "uint8");5514 this.ROMBankEdge = Math.floor(this.ROM.length / 0x4000);5953 this.ROM = []; property5959 this.ROM = this.getTypedArray(maxLength, 0, "uint8");5966 …this.ROM[romIndex] = (this.ROMImage.charCodeAt(romIndex) & 0xFF); //Decode the ROM bi…5969 …this.memory[romIndex] = this.ROM[romIndex] = (this.ROMImage.charCodeAt(romIndex) & 0xFF); //Load …5973 …this.ROM[romIndex] = (this.ROMImage.charCodeAt(romIndex) & 0xFF); //Decode the ROM bi…[all …]