File:  [RetroPC.NET] / xmil / vram / vram.c
Revision 1.5: download - view: text, annotated - select for diffs
Fri Feb 4 15:42:12 2005 JST (20 years, 8 months ago) by yui
Branches: MAIN
CVS tags: HEAD
RetroPC CVS restarting 2005/02/04 (T.Yui)

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


	TRAM	tram[0x800];
	UINT8	gram[GRAM_SIZE];


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