File:  [RetroPC.NET] / xmil / vram / vram.h
Revision 1.2: download - view: text, annotated - select for diffs
Tue Aug 3 20:02:00 2004 JST (21 years, 2 months ago) by yui
Branches: MAIN
CVS tags: HEAD
fix...


enum {
	GRAM_SIZE		= 0x10000,
	GRAM_BANK0		= 0x00000,
	GRAM_BANK1		= 0x10000,

	GRAM_BANK0L		= 0x00000,
	GRAM_BANK0H		= 0x08000,
	GRAM_BANK1L		= 0x10000,
	GRAM_BANK1H		= 0x18000,

	GRAM_HALFSTEP	= 0x08000,

	PLANE_B		= 8,
	PLANE_R		= 16,
	PLANE_G		= 24,

	TRAM_ANK	= 0x0000,
	TRAM_ATR	= 0x0800,
	TRAM_KNJ	= 0x1000
};


#ifdef __cplusplus
extern "C" {
#endif

extern	UINT8	GRP_RAM[0x20000];
extern	UINT8	tram[0x01800];

#ifdef __cplusplus
}
#endif


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