Diff for /np2/vram/vram.c between versions 1.1 and 1.3

version 1.1, 2003/10/16 17:58:13 version 1.3, 2004/02/18 21:58:41
Line 1 Line 1
 #include        "compiler.h"  #include        "compiler.h"
 #include        "memory.h"  #include        "cpucore.h"
 #include        "vram.h"  #include        "vram.h"
   
   
Line 10  const UINT32 vramplaneseg[4] = {VRAM_E,  Line 10  const UINT32 vramplaneseg[4] = {VRAM_E, 
         BYTE    vramupdate[0x8000];          BYTE    vramupdate[0x8000];
   
   
 void vram_init(void) {  void vram_initialize(void) {
   
         vramop.operate = 0;          vramop.operate = 0;
         i286_vram_dispatch(0);          i286_vram_dispatch(0);

Removed from v.1.1  
changed lines
  Added in v.1.3


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