Oops, there was a minor type in last commit.

git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@726 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
stephena 2005-08-18 16:21:11 +00:00
parent 3c331d6e49
commit 6abd06d9f0
1 changed files with 2 additions and 2 deletions

View File

@ -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: TIADebug.cxx,v 1.21 2005-08-18 16:19:07 stephena Exp $
// $Id: TIADebug.cxx,v 1.22 2005-08-18 16:21:11 stephena Exp $
//============================================================================
#include "System.hxx"
@ -528,7 +528,7 @@ uInt8 TIADebug::grP1(int newVal)
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
uInt8 TIADebug::posP0(int newVal)
{
if(newVal > -1 && )
if(newVal > -1)
myTIA->myPOSP0 = newVal;
return myTIA->myPOSP0;
}