Diff for /np2/debugsub.c between versions 1.10 and 1.12

version 1.10, 2004/03/19 00:30:00 version 1.12, 2005/02/07 14:46:07
Line 111  static void writeseg(const char *fname,  Line 111  static void writeseg(const char *fname, 
   
         FILEH   fh;          FILEH   fh;
         UINT    size;          UINT    size;
         BYTE    buf[0x1000];          UINT8   buf[0x400];                                                             // Stack 0x1000 -> 0x400
   
         fh = file_create_c(fname);          fh = file_create_c(fname);
         if (fh == FILEH_INVALID) {          if (fh == FILEH_INVALID) {

Removed from v.1.10  
changed lines
  Added in v.1.12


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