N64® Functions Menu

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

Nintendo® Confidential

   

LeoReset

Format
#include <leo.h>
void LeoReset(void);


What This Function Does
It is a PRE-NMI dedicated operation function that inhibits the issuing of new commands, clears the command queue, and resets the N64 Disk Drive. Note that it used to be leoReset but has been renamed to LeoReset.

LEO_ERROR_COMMAND_TERMINATED will be sent as an error message commands that are cleared.

Caution: Call this function whenever a PRE-NMI is detected. After this function is executed no asynchronous functions that are issued will be executed. This function was created exclusively for PRE-NMI. Please don't use it for any other purpose.

See Also
Leo
LeoCreateLeoManager
LeoClearQueue
LeoRezero



Nintendo® Confidential

Warning: all information in this document is confidential and covered by a non-disclosure agreement. You are responsible for keeping this information confidential and protected. Nintendo will vigorously enforce this responsibility.

Copyright © 1998
Nintendo of America Inc. All rights reserved
Nintendo and N64 are registered trademarks of Nintendo
Last updated January 1998