al - Audio Library Functions gDP - DP GBI Macros gdSP - General GBI Macros gSP - SP GBI Macros gt - Turbo Microcode RDP gu - Graphics Utilities Math - Math Functions nuSys - NuSystem os - N64 Operating System sp - Sprite Library Functions uh - Host to Target IO 64DD - N64 Disk Drive
|
nuPiInitFormatvoid nuPiInit(void) Returned Value none What This Function Does It initializes the PI so DMA transfers of data are possible from ROM that uses the PI. NuSystem version 1.0 uses the PI function, so it cannot communicate with SRAM and the N64 Disk Drive. EPI (expanded peripheral interface) correspondence is planned for the next and all future versions. This function is executed when NuSystem starts up, so there is no need to call it from your application. See Also nuPiRomRead
|