Home
last modified time | relevance | path

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

/dports/emulators/uae/uae-0.8.29/src/
H A Dcustom.c92 enum sprstate { SPR_restart, SPR_waiting_start, SPR_waiting_stop }; enumerator
2594 s->state = SPR_waiting_stop; in SPRxCTL_1()
3134 s->state = SPR_waiting_stop; in do_sprites_1()
3153 } else if (s->state == SPR_waiting_stop) { in do_sprites_1()
/dports/audio/uade/uade-2.13/src/
H A Dcustom.c84 enum sprstate { SPR_stop, SPR_restart, SPR_waiting_start, SPR_waiting_stop };