|
|
| 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) { |