From cf07869026ab5e123437c5048a21a118ebf95b86 Mon Sep 17 00:00:00 2001 From: bwmott Date: Wed, 5 Jan 2005 02:57:58 +0000 Subject: [PATCH] Michael Rideout pointed out, using a demo program he wrote, that there's a 1 cycle delay associated with modifications to VBLANK. Also modified the delay values associated with changes to NUSIZ0 & NUSIZ1 to fix issues with Title Match. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@355 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- stella/src/emucore/TIA.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stella/src/emucore/TIA.cxx b/stella/src/emucore/TIA.cxx index 9234d1e7f..f43ce0684 100644 --- a/stella/src/emucore/TIA.cxx +++ b/stella/src/emucore/TIA.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2004 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: TIA.cxx,v 1.34 2004-06-13 16:51:15 stephena Exp $ +// $Id: TIA.cxx,v 1.35 2005-01-05 02:57:58 bwmott Exp $ //============================================================================ #include @@ -2717,7 +2717,7 @@ uInt8 TIA::ourDisabledMaskTable[640]; // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - const Int16 TIA::ourPokeDelayTable[64] = { - 0, 0, 0, 0, 12, 12, 0, 0, 0, 0, 0, 1, 1, -1, -1, -1, + 0, 1, 0, 0, 8, 8, 0, 0, 0, 0, 0, 1, 1, -1, -1, -1, 0, 0, 8, 8, 8, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,