Searched refs:GUS4cReset (Results 1 – 3 of 3) sorted by relevance
353 if (!(GUSregb(GUS4cReset) & 0x01)) in gus_write()449 GUSregb(GUS4cReset) = (uint8_t) data; in gus_write()450 if (!(GUSregb(GUS4cReset) & 1)) /* reset... */ in gus_write()464 GUSregb(GUS4cReset) &= 0xf9; /* clear IRQ and DAC enable bits */ in gus_write()
50 if (!(GUSregb(GUS4cReset) & 0x01)) /* reset flag active? */ in gus_mixvoices()230 if (GUSregb(GUS4cReset) & 0x4) /* synth IRQ enable */ in gus_irqgen()
114 #define GUS4cReset (VSRVolRampControl+2+(16*2)*9+2) macro