From 6abd06d9f0e1cd79c74b6232ce98b26f3e0ebcc2 Mon Sep 17 00:00:00 2001 From: stephena Date: Thu, 18 Aug 2005 16:21:11 +0000 Subject: [PATCH] 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 --- stella/src/debugger/TIADebug.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stella/src/debugger/TIADebug.cxx b/stella/src/debugger/TIADebug.cxx index c11a26d89..621cc5b55 100644 --- a/stella/src/debugger/TIADebug.cxx +++ b/stella/src/debugger/TIADebug.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: 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; }