osFlashReadId [Function]

Obtains Flash ID

Syntax

#include <ultra64.h>
void  osFlashReadId(u32 *flash_type, u32 *flash_maker);

Description

This is a function that reads 1M Flash ID.

Argument "flash_type" returns the specification of 1M Flash currently used, and flash_maker returns each manufacturer number and the manufacturer's version number of 1M Flash currently used. Normally, it is not necessary for a game application to use this function.

Reference

Revision History

07/07/2000  This function was added.