--- xmil/win9x/xmil.cpp 2004/08/08 16:39:04 1.13 +++ xmil/win9x/xmil.cpp 2004/08/12 11:03:09 1.15 @@ -339,11 +339,6 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT updateflag = SYS_UPDATECFG; break; - case IDM_8MHZ: - menu_setcpuspeed(xmilcfg.CPU8MHz ^ 1); - updateflag = SYS_UPDATECFG; - break; - case IDM_SEEKSND: menu_setmotorflg(xmilcfg.MOTOR ^ 1); updateflag = SYS_UPDATECFG; @@ -677,8 +672,6 @@ int WINAPI WinMain(HINSTANCE hInstance, file_setcd(modulefile); initload(); -// rand_setseed((unsigned)time(NULL)); - hWnd = FindWindow(szClassName, NULL); if (hWnd != NULL) { ShowWindow(hWnd, SW_RESTORE); @@ -732,7 +725,6 @@ int WINAPI WinMain(HINSTANCE hInstance, menu_setsound(xmilcfg.SOUND_SW); menu_setjoystick(xmiloscfg.JOYSTICK); menu_setmouse(xmilcfg.MOUSE_SW); - menu_setcpuspeed(xmilcfg.CPU8MHz); menu_setmotorflg(xmilcfg.MOTOR); menu_setdispclk(xmiloscfg.DISPCLK); menu_setbtnmode(xmilcfg.BTN_MODE);