EnableAutoInt3 Function (Macro)

intr.h

void EnableAutoInt3 (void);

Enables auto interrupt 3.

EnableAutoInt3 is a macro which enables the triggering of auto interrupt 3. When enabled, auto-int 3 will trigger once per second. See SetIntVec for more information about auto interrupt 3.

Note: Before the program terminates, you should enable or disable auto interrupt 3 according to the previous value, which can be determined using IsAutoInt3Enabled.

This macro does not work in VTI 2.5 Beta 5.


See also: DisableAutoInt3, SetIntVec, IntVecs