|
|
| version 1.6, 2003/11/08 17:06:01 | version 1.7, 2004/04/08 13:08:23 |
|---|---|
| Line 115 static LRESULT CALLBACK Scropt2DlgProc(H | Line 115 static LRESULT CALLBACK Scropt2DlgProc(H |
| } | } |
| SetDlgItemCheck(hWnd, gdcchip[np2cfg.grcg & 3], TRUE); | SetDlgItemCheck(hWnd, gdcchip[np2cfg.grcg & 3], TRUE); |
| SetDlgItemCheck(hWnd, IDC_PC980124, np2cfg.color16); | SetDlgItemCheck(hWnd, IDC_PC980124, np2cfg.color16); |
| #if defined(SUPPORT_PC9821) | |
| EnableWindow(GetDlgItem(hWnd, IDC_GCBOX), FALSE); | |
| EnableWindow(GetDlgItem(hWnd, IDC_GRCGNON), FALSE); | |
| EnableWindow(GetDlgItem(hWnd, IDC_GRCG), FALSE); | |
| EnableWindow(GetDlgItem(hWnd, IDC_GRCG2), FALSE); | |
| EnableWindow(GetDlgItem(hWnd, IDC_EGC), FALSE); | |
| EnableWindow(GetDlgItem(hWnd, IDC_PC980124), FALSE); | |
| #endif | |
| return(TRUE); | return(TRUE); |
| case WM_NOTIFY: | case WM_NOTIFY: |