File: 
 
[RetroPC.NET] / 
np2 / 
generic / 
memdbg32.h
 Revision 
1.4: 
download - view: 
text, 
annotated - 
select for diffs
Thu Apr  8 22:08:22 2004 JST (21 years, 6 months ago) by 
yui
Branches: 
MAIN
CVS tags: 
VER_0_82_x64,
VER_0_82,
VER_0_81A,
VER_0_81,
VER_0_80,
VER_0_79,
VER_0_78,
VER_0_77,
VER_0_76,
HEAD
fix win9x project (T.Yui)
#if defined(CPUCORE_IA32) && defined(SUPPORT_MEMDBG32)
#include	"cmndraw.h"
enum {
	MEMDBG32_BLOCKW		= 3,
	MEMDBG32_BLOCKH		= 6,
};
enum {
	MEMDBG32_PALBG		= 0,
	MEMDBG32_PALBDR,
	MEMDBG32_PALREAL,
	MEMDBG32_PALPM,
	MEMDBG32_PALPAGE0,
	MEMDBG32_PALPAGE1,
	MEMDBG32_PALTXT,
	MEMDBG32_PALS
};
enum {
	MEMDBG32_FLAGDRAW		= 0x01,
	MEMDBG32_FLAGREDRAW		= 0x02
};
#ifdef __cplusplus
extern "C" {
#endif
void memdbg32_initialize(void);
void memdbg32_getsize(int *width, int *height);
REG8 memdbg32_process(void);
BOOL memdbg32_paint(CMNVRAM *vram, CMNPALCNV cnv, BOOL redraw);
#ifdef __cplusplus
}
#endif
#endif
RetroPC.NET-CVS <cvs@retropc.net>