From 3fcb91a9442896a4f1426a8704150242f9172716 Mon Sep 17 00:00:00 2001 From: azaballa Date: Wed, 12 Apr 2006 23:07:16 +0000 Subject: [PATCH] Doh... the code should be right now. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1087 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- stella/src/gp2x/SettingsGP2X.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/stella/src/gp2x/SettingsGP2X.cxx b/stella/src/gp2x/SettingsGP2X.cxx index df9173cb5..afbe5dc75 100644 --- a/stella/src/gp2x/SettingsGP2X.cxx +++ b/stella/src/gp2x/SettingsGP2X.cxx @@ -13,7 +13,7 @@ // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: SettingsGP2X.cxx,v 1.9 2006-04-12 22:50:18 azaballa Exp $ +// $Id: SettingsGP2X.cxx,v 1.10 2006-04-12 23:07:16 azaballa Exp $ // Modified on 2006/02/05 by Alex Zaballa for use on GP2X //============================================================================ @@ -32,7 +32,8 @@ SettingsGP2X::SettingsGP2X(OSystem* osystem) setInternal("sound", "true"); setInternal("zoom", "1"); setInternal("fragsize", "512"); - setInternal("tiafreq", "11025"); + setInternal("freq", "15700"); + setInternal("tiafreq", "15700"); setInternal("clipvol", "true"); setInternal("joymouse", "true"); setInternal("rombrowse", "true");