#include <nitro/card.h> const u8* CARD_GetRomHeader(void);
Gets the information registered in the ROM of the NITRO-CARD inserted in the NITRO hardware
This function lets a program that booted from a wireless download identify the contents of the NITRO-CARD inserted in the parent.
Normally, the information retrieved by calling this function is the same as that stored for the program itself at the HW_ROM_HEADER_BUF address
None
Returns the pointer to the buffer storing the information that is registered in the ROM of the inserted NITRO-CARD.
The contents of this buffer cannot be changed.
10/08/2004 Initial version