File:  [RetroPC.NET] / xmil / nds / win32s / extrom.h
Revision 1.1: download - view: text, annotated - select for diffs
Tue Mar 24 22:52:53 2009 JST (16 years, 7 months ago) by yui
Branches: MAIN
CVS tags: HEAD
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();


RetroPC.NET-CVS <cvs@retropc.net>