From ed121c32e1872586f7e896e99e7cba60ddc6b0ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Strohh=C3=A4cker?= Date: Mon, 4 Dec 2006 15:49:01 +0000 Subject: [PATCH] start with better max cycles value when autoswitching to cycles=max (thanks gulikoza) Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2726 --- src/cpu/cpu.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/cpu/cpu.cpp b/src/cpu/cpu.cpp index 30204361..f2e6c6b1 100644 --- a/src/cpu/cpu.cpp +++ b/src/cpu/cpu.cpp @@ -16,7 +16,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $Id: cpu.cpp,v 1.89 2006-12-01 20:48:53 qbix79 Exp $ */ +/* $Id: cpu.cpp,v 1.90 2006-12-04 15:49:01 c2woody Exp $ */ #include #include "dosbox.h" @@ -1455,7 +1455,6 @@ void CPU_SET_CRX(Bitu cr,Bitu value) { CPU_CycleLeft=0; CPU_Cycles=0; CPU_OldCycleMax=CPU_CycleMax; - CPU_CycleMax=0; GFX_SetTitle(CPU_CyclePercUsed,-1,false); } else { GFX_SetTitle(-1,-1,false);