File:  [RetroPC.NET] / np2 / io / Attic / extmem.h
Revision 1.3: download - view: text, annotated - select for diffs
Mon Dec 8 09:55:32 2003 JST (21 years, 10 months ago) by yui
Branches: MAIN
CVS tags: VER_0_73, HEAD
add IA32 etc... (T.Yui)


typedef struct {
	UINT	maxmem;
	BYTE	*pageptr[4];
	UINT	target;
	UINT32	page[4];
} _EXTMEM, *EXTMEM;


#ifdef __cplusplus
extern "C" {
#endif

void extmemmng_clear(void);
BOOL extmemmng_realloc(UINT megabytes);

BOOL extmem_init(BYTE usemem);
void extmem_reset(void);
void extmem_bind(void);

#ifdef __cplusplus
}
#endif


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