File:  [RetroPC.NET] / np2 / io / Attic / extmem.h
Revision 1.2: download - view: text, annotated - select for diffs
Mon Dec 1 19:45:46 2003 JST (21 years, 11 months ago) by yui
Branches: MAIN
CVS tags: VER_0_72, HEAD
optimize memory (for ver0.72 statsave) (T.Yui)


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


#ifdef __cplusplus
extern "C" {
#endif

extern	BYTE	*extmemmng_ptr;
extern	UINT32	extmemmng_size;

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>