Diff for /np2/i286a/i286a.c between versions 1.2 and 1.3

version 1.2, 2003/12/22 07:41:15 version 1.3, 2003/12/22 10:24:50
Line 81  void i286a_reset(void) { Line 81  void i286a_reset(void) {
         CPU_ADRSMASK = 0xfffff;          CPU_ADRSMASK = 0xfffff;
 }  }
   
   
   #if 0   // ---- test
   void ea_assert(UINT32 x) {
   
           TCHAR   buf[32];
   
           wsprintf(buf, _T("addr = %x [%.2x]"), x, i286_memoryread(x - 2));
           MessageBox(NULL, buf, _T("!"), MB_OK);
           exit(1);
   }
   #endif
   

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


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