Diff for /np2/win9x/dialog/d_mpu98.cpp between versions 1.9 and 1.10

version 1.9, 2005/03/20 13:12:50 version 1.10, 2007/01/08 08:52:22
Line 38  static UINT8 getmpuio(HWND hWnd, UINT16  Line 38  static UINT8 getmpuio(HWND hWnd, UINT16 
         TCHAR   work[8];          TCHAR   work[8];
   
         GetDlgItemText(hWnd, res, work, NELEMENTS(work));          GetDlgItemText(hWnd, res, work, NELEMENTS(work));
         return((miltchar_solveHEX(work) >> 6) & 0xf0);          return((UINT8)((miltchar_solveHEX(work) >> 6) & 0xf0));
 }  }
   
 static void setmpuintpara(HWND hWnd, UINT16 res, UINT8 value) {  static void setmpuintpara(HWND hWnd, UINT16 res, UINT8 value) {

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


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