Next: , Previous: Background Effects, Up: Effects


6.3 Display Effects

Display effects are defined in the [deffs] section of the machine configuration file. Both foreground and background deffs are defined here. Each deff has an implementation function, a priority, and one or more of the following properties:

deff_start
Starts a foreground display effect.
deff_stop
Stops a foreground display effect.
deff_exit
Exits from the currently running display effect.
deff_nice
Change the priority of the currently running display effect. If it drops below the priority of something else waiting, this will cause it to be preempted.
deff_update
Update the background display effect.