Diff for /np2/generic/unasm.c between versions 1.4 and 1.5

version 1.4, 2004/03/07 02:37:40 version 1.5, 2005/02/07 14:46:10
Line 68  static char *set_hex(char *str, UINT32 v Line 68  static char *set_hex(char *str, UINT32 v
   
 // ----  // ----
   
 UINT unasm(UNASM r, const BYTE *ptr, UINT leng, BOOL d, UINT32 addr) {  UINT unasm(UNASM r, const UINT8 *ptr, UINT leng, BOOL d, UINT32 addr) {
   
 const BYTE      *org;  const UINT8     *org;
 const BYTE      *term;  const UINT8     *term;
         UINT    flag;          UINT    flag;
         REG8    ope;          REG8    ope;
         UINT32  ctl;          UINT32  ctl;

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


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