Diff for /np2/i386c/ia32/debug.c between versions 1.24 and 1.25

version 1.24, 2012/02/07 09:11:10 version 1.25, 2012/06/18 14:11:56
Line 142  void Line 142  void
 memory_dump(int idx, UINT32 madr)  memory_dump(int idx, UINT32 madr)
 {  {
         UINT32 addr;          UINT32 addr;
         size_t size;          UINT32 size;
         size_t s, i;          UINT32 s, i;
         UINT8 buf[16];          UINT8 buf[16];
         UINT8 c;          UINT8 c;
   

Removed from v.1.24  
changed lines
  Added in v.1.25


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