AXInit

C Specification

#include <revolution>

void AXInit(void);

Arguments

None.

Return Values

None.

Description

AXInit() initializes the AX and the DSP. This function must be called before any other AX calls.
Note: The application must ensure that the AI library has been initialized before calling AXInit().

Note: AX also requires the use of the default stack for AI (in other words, AIInit() must be called with a NULL argument).

See Also

AIInit

Revision History

03/01/2006 Initial version.