osFlashReadStatus [Function]

Obtains the status of Flash

Syntax

#include <ultra64.h>
void  osFlashReadStatus(u8 *flash_status);

Description

This is a function that reads the status of 1M Flash.

It returns status to argument "flash_status." Normally, it is not necessary for a game application to use this function.

Reference

Revision History

07/07/2000  This function was added.