File:  [RetroPC.NET] / xmil / vram / vram.c
Revision 1.4: download - view: text, annotated - select for diffs
Thu Aug 12 22:32:52 2004 JST (21 years, 2 months ago) by yui
Branches: MAIN
CVS tags: HEAD
fix...

#include	"compiler.h"
#include	"vram.h"


	UINT8	gram[0x20000];
	UINT8	tram[0x01800];
	UINT8	updatetmp[0x800+0x101];


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