Diff for /xmil/vram/vram.c between versions 1.2 and 1.5

version 1.2, 2004/08/03 11:02:00 version 1.5, 2005/02/04 06:42:12
Line 2 Line 2
 #include        "vram.h"  #include        "vram.h"
   
   
         UINT8   GRP_RAM[0x20000];          TRAM    tram[0x800];
         UINT8   tram[0x01800];          UINT8   gram[GRAM_SIZE];
   

Removed from v.1.2  
changed lines
  Added in v.1.5


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