File:  [RetroPC.NET] / np2 / vram / vram.c
Revision 1.4: download - view: text, annotated - select for diffs
Sat Feb 21 00:20:30 2004 JST (21 years, 8 months ago) by yui
Branches: MAIN
CVS tags: HEAD
fix lio (T.Yui)

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


	VRAM_T	vramop;
	BYTE	tramupdate[0x1000];
	BYTE	vramupdate[0x8000];


void vram_initialize(void) {

	vramop.operate = 0;
	i286_vram_dispatch(0);
}


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