From cd95a48c682ba865c3d6b347f49c57c6b1755308 Mon Sep 17 00:00:00 2001 From: zsknight <> Date: Sat, 19 May 2001 00:54:07 +0000 Subject: [PATCH] SPC700<->65816 timing fixed for Hook --- zsnes/src/init.asm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/zsnes/src/init.asm b/zsnes/src/init.asm index b8e526b2..64d791be 100644 --- a/zsnes/src/init.asm +++ b/zsnes/src/init.asm @@ -1779,12 +1779,12 @@ NEWSYM init65816 add eax,4 loop .spc7110clear .nospc7110init - mov byte[cycpb268],105 - mov byte[cycpb358],117 - mov byte[cycpbl2],105 - mov byte[cycpblt2],105 - mov byte[cycpbl],105 - mov byte[cycpblt],105 + mov byte[cycpb268],115 + mov byte[cycpb358],127 + mov byte[cycpbl2],115 + mov byte[cycpblt2],115 + mov byte[cycpbl],115 + mov byte[cycpblt],115 cmp byte[SPC7110Enable],0 jne .specialtimer