File:  [RetroPC.NET] / np2 / vram / vram.c
Revision 1.7: download - view: text, annotated - select for diffs
Fri May 20 22:59:48 2005 JST (20 years, 5 months ago) by yui
Branches: MAIN
CVS tags: VER_0_82_x64, VER_0_82, VER_0_81A, HEAD
use memory macros, fix serial PIT counter, fix mouse button flags (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));
	MEMM_VRAM(0);
}


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