From 529cf3b003a14996b2cbe71877b07fbcb0164378 Mon Sep 17 00:00:00 2001 From: z_demo_z <> Date: Thu, 13 Jun 2002 22:33:45 +0000 Subject: [PATCH] Increased cyc values a little --- zsnes/src/init.asm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/zsnes/src/init.asm b/zsnes/src/init.asm index f4ee3d94..1a712906 100644 --- a/zsnes/src/init.asm +++ b/zsnes/src/init.asm @@ -2000,12 +2000,12 @@ NEWSYM init65816 dec ecx jnz .spc7110clear .nospc7110init - mov byte[cycpb268],115 + mov byte[cycpb268],117 mov byte[cycpb358],127 - mov byte[cycpbl2],115 - mov byte[cycpblt2],115 - mov byte[cycpbl],115 - mov byte[cycpblt],115 + mov byte[cycpbl2],117 + mov byte[cycpblt2],117 + mov byte[cycpbl],117 + mov byte[cycpblt],117 cmp byte[SPC7110Enable],0 jne .specialtimer