Lines Matching refs:gatetimer
127 if (!(instr[ins].gatetimer & 0x40)) in playtestnote()
130 if (!(instr[ins].gatetimer & 0x80)) in playtestnote()
141 chn[chnnum].tick = (instr[ins].gatetimer & 0x3f)+1; in playtestnote()
142 chn[chnnum].gatetimer = instr[ins].gatetimer & 0x3f; in playtestnote()
201 cptr->gatetimer = instr[1].gatetimer & 0x3f; in playroutine()
334 if (chn->gatetimer > cptr->tick) in playroutine()
345 cptr->gatetimer = iptr->gatetimer & 0x3f; in playroutine()
848 if ((songinit != PLAY_STOPPED) && (cptr->tick == cptr->gatetimer)) goto GETNEWNOTES; in playroutine()
899 if ((songinit == PLAY_STOPPED) || (cptr->tick != cptr->gatetimer)) goto NEXTCHN; in playroutine()
924 if (!(instr[cptr->instr].gatetimer & 0x40)) in playroutine()
927 if (!(instr[cptr->instr].gatetimer & 0x80)) in playroutine()