Diff for /np2/mona/np2.h between versions 1.1 and 1.2

version 1.1, 2005/02/04 05:45:46 version 1.2, 2005/02/12 12:13:58
Line 1 Line 1
   
 typedef struct {  typedef struct {
         BYTE    NOWAIT;          UINT8   NOWAIT;
         BYTE    DRAW_SKIP;          UINT8   DRAW_SKIP;
         BYTE    F12KEY;          UINT8   F12KEY;
         BYTE    resume;          UINT8   resume;
         BYTE    jastsnd;          UINT8   jastsnd;
 } NP2OSCFG;  } NP2OSCFG;
   
   

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


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