File:  [RetroPC.NET] / np2 / vram / vram.c
Revision 1.3: download - view: text, annotated - select for diffs
Thu Feb 19 06:58:41 2004 JST (21 years, 8 months ago) by yui
Branches: MAIN
CVS tags: HEAD
fix fdd motor (T.Yui)

#include	"compiler.h"
#include	"cpucore.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_initialize(void) {

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


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