Diff for /np2/win9x/debuguty/viewasm.cpp between versions 1.4 and 1.5

version 1.4, 2004/02/18 02:03:37 version 1.5, 2004/04/08 13:08:23
Line 29  static void viewasm_paint(NP2VIEW_T *vie Line 29  static void viewasm_paint(NP2VIEW_T *vie
         BYTE            buf[16];          BYTE            buf[16];
         char            str[16];          char            str[16];
         HFONT           hfont;          HFONT           hfont;
           BOOL            opsize;
         _UNASM          una;          _UNASM          una;
         int                     step;          int                     step;
   
Line 220  void viewasm_init(NP2VIEW_T *dst, NP2VIE Line 221  void viewasm_init(NP2VIEW_T *dst, NP2VIE
         dst->mul = 1;          dst->mul = 1;
         dst->pos = 0;          dst->pos = 0;
 }  }
   

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


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