File:  [RetroPC.NET] / np2 / vram / vram.c
Revision 1.6: download - view: text, annotated - select for diffs
Mon Feb 7 23:46:13 2005 JST (20 years, 8 months ago) by yui
Branches: MAIN
CVS tags: VER_0_81, HEAD
use UINT8 (T.Yui)

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


	_VRAMOP	vramop;
	UINT8	tramupdate[0x1000];
	UINT8	vramupdate[0x8000];
#if defined(SUPPORT_PC9821)
	UINT8	vramex[0x80000];
#endif


void vram_initialize(void) {

	ZeroMemory(&vramop, sizeof(vramop));
	i286_vram_dispatch(0);
}


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