| ![[BACK]](/cvs/cvsweb/icons/back.gif) Return to extrom.h CVS log ![[TXT]](/cvs/cvsweb/icons/text.gif) | ![[DIR]](/cvs/cvsweb/icons/dir.gif) Up to  [RetroPC.NET] / xmil / nds / win32s | 
add nds-win32 simulation project
typedef struct
{
	UINT8	bios1[0x1000];
	UINT8	bios2[0x8000];
	UINT8	ank[0x0800];
	UINT8	txt[0x1000];
	UINT8	knjx1[0x20000];
	UINT8	knjx1t[0x40000];
} ROMIMG;
#ifdef __cplusplus
extern "C"
{
#endif
extern ROMIMG __extromimage;
#ifdef __cplusplus
}
#endif
void extrom_initialize();