Function
gSPLoadUcodeL
Loads the specified microcode using a simplified method
Syntax
#include <ultra64.h> /* gbi.h */
gSPLoadUcodeL(Gfx *gdl, ucode_name)
gsSPLoadUcodeL( ucode_name)
Arguments
Description
This macro loads the specified microcode using a simplified version of gSPLoadUcode. In other words, the following two calls (a) and (b) do the same thing:
(a) gsSPLoadUcode(OS_K0_TO_PHYSICAL(&gspF3DEX_fifoTextStart),
OS_K0_TO_PHYSICAL(&gspF3DEX_fifoDataStart))
(b) gsSPLoadUcodeL(gspF3DEX_fifo)
For details, see gSPLoadUcode and Section 25.3.1, "F3DEX Microcode Series Functions" in the N64 Programming Manual.
See Also
Revision History
02/01/99 Entirely revised.