File:  [RetroPC.NET] / np2 / vram / vram.c
Revision 1.1: download - view: text, annotated - select for diffs
Fri Oct 17 02:58:13 2003 JST (22 years ago) by yui
Branches: MAIN
CVS tags: HEAD
Initial revision

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


const UINT32 vramplaneseg[4] = {VRAM_E, VRAM_B, VRAM_R, VRAM_G};

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


void vram_init(void) {

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


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