| version 1.1, 2003/10/16 17:59:03 | version 1.3, 2003/10/21 11:22:05 | 
| Line 2 | Line 2 | 
 | #include        <windowsx.h> | #include        <windowsx.h> | 
 | #include        <commctrl.h> | #include        <commctrl.h> | 
 | #include        <prsht.h> | #include        <prsht.h> | 
 | #include        "resource.h" |  | 
 | #include        "strres.h" | #include        "strres.h" | 
 |  | #include        "resource.h" | 
 | #include        "np2.h" | #include        "np2.h" | 
 | #include        "joymng.h" | #include        "joymng.h" | 
 | #include        "sysmng.h" | #include        "sysmng.h" | 
 | #include        "menu.h" | #include        "menu.h" | 
 |  | #include        "dialog.h" | 
 |  | #include        "dialogs.h" | 
 |  | #include        "bit2res.h" | 
 | #include        "pccore.h" | #include        "pccore.h" | 
 | #include        "iocore.h" | #include        "iocore.h" | 
 | #include        "sound.h" | #include        "sound.h" | 
 | #include        "fmboard.h" | #include        "fmboard.h" | 
 | #include        "bit2res.h" |  | 
 | #include        "dialog.h" |  | 
 | #include        "dialogs.h" |  | 
 | #include        "s98.h" | #include        "s98.h" | 
 |  |  | 
 |  |  | 
| Line 935  static LRESULT CALLBACK SPBoptDlgProc(HW | Line 935  static LRESULT CALLBACK SPBoptDlgProc(HW | 
 | np2cfg.spb_vrl = b; | np2cfg.spb_vrl = b; | 
 | update |= SYS_UPDATECFG; | update |= SYS_UPDATECFG; | 
 | } | } | 
| //                              FM_setVR(np2cfg.spb_vrc, np2cfg.spb_vrl); | opngen_setVR(np2cfg.spb_vrc, np2cfg.spb_vrl); | 
 | b = (BYTE)(Button_GetCheck(GetDlgItem(hWnd, IDC_SPBREVERSE))?                                                                                                                                                   1:0); | b = (BYTE)(Button_GetCheck(GetDlgItem(hWnd, IDC_SPBREVERSE))?                                                                                                                                                   1:0); | 
 | if (np2cfg.spb_x != b) { | if (np2cfg.spb_x != b) { | 
 | np2cfg.spb_x = b; | np2cfg.spb_x = b; |