Diff for /np2/io/gdc_pset.h between versions 1.4 and 1.5

version 1.4, 2004/02/09 20:39:39 version 1.5, 2005/02/07 14:46:11
Line 8  typedef void (MEMCALL * GDCPFN)(GDCPSET  Line 8  typedef void (MEMCALL * GDCPFN)(GDCPSET 
 struct _gdcpset {  struct _gdcpset {
         GDCPFN  func[2];          GDCPFN  func[2];
         union {          union {
                 BYTE    *ptr;                   // raw access / grcg                  UINT8   *ptr;                   // raw access / grcg
                 UINT32  addr;                   // egc                  UINT32  addr;                   // egc
         }               base;          }               base;
         UINT16  pattern;          UINT16  pattern;

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


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