From c9e17e8398a81b17bd4dc3043cd1270f8c6a40be Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Sun, 13 Feb 2005 22:43:43 +0000 Subject: [PATCH] Very small changing to timing table --- zsnes/src/uic.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsnes/src/uic.c b/zsnes/src/uic.c index b281188d..0d43ed84 100644 --- a/zsnes/src/uic.c +++ b/zsnes/src/uic.c @@ -96,11 +96,11 @@ unsigned char *RGBtoYUVPtr; unsigned char previdmode; // previous video mode unsigned char cbitmode; // bit mode, 0=8bit, 1=16bit -unsigned char opexec268 = 168; // # of opcodes/scanline in 2.68Mhz mode +unsigned char opexec268 = 167; // # of opcodes/scanline in 2.68Mhz mode unsigned char opexec358 = 180; // # of opcodes/scanline in 3.58Mhz mode (228/180) unsigned char opexec268cph = 42; // # of opcodes/hblank in 2.68Mhz mode unsigned char opexec358cph = 45; // # of opcodes/hblank in 3.58Mhz mode (56/50) -unsigned char opexec268b = 168; // # of opcodes/scanline in 2.68Mhz mode +unsigned char opexec268b = 167; // # of opcodes/scanline in 2.68Mhz mode unsigned char opexec358b = 180; // # of opcodes/scanline in 3.58Mhz mode (228/180) unsigned char opexec268cphb = 42; // # of opcodes/hblank in 2.68Mhz mode unsigned char opexec358cphb = 45; // # of opcodes/hblank in 3.58Mhz mode (56/50)