Home
last modified time | relevance | path

Searched refs:dutyLookup (Results 1 – 1 of 1) sorted by relevance

/cts/suite/cts/deviceTests/browserbench/assets/octane/
Dgbemu.js1465 this.dutyLookup = [ //Map the duty values given to ones we can work with. property in GameBoyCore
5839 this.channel1CachedDuty = this.dutyLookup[2];
5856 this.channel2CachedDuty = this.dutyLookup[2];
6525 this.channel1CachedDuty = this.dutyLookup[2];
6542 this.channel2CachedDuty = this.dutyLookup[2];
9788 parentObj.channel1CachedDuty = parentObj.dutyLookup[data >> 6];
9873 parentObj.channel2CachedDuty = parentObj.dutyLookup[data >> 6];