Shinobi Library - BootROM Structure

SYS_BT_SYSTEMID

Structure that stores product information

DEFINITION

struct tag_SYS_BT_SYSTEMID{ 
 Sint32 nNo ;           
 Sint32 nAll ;          
 Sint8  szProduct[16];  
} ; 
typedef struct tag_SYS_BT_SYSTEMID SYS_BT_SYSTEMID ;                        

MEMBER

 nNo  The value of which disk includes system ID media information 
 nAll  The value of which program disk includes system ID media information 
 szProduct  Product code up to 10 characters (the 11th byte =szProduct[10] is NULL) 

DESCRIPTION

Structure that stores the product code.

REFERENCE

syBtGetBootSystemID()
syBtGetCurrentSystemID()

SYS_BT_SYSTEMID
COPYRIGHT © SEGA ENTERPRISES, LTD., 1998,1999