From 369baf83c62a77420137ce719c8ac3d5551040dc Mon Sep 17 00:00:00 2001 From: grinvader <> Date: Sun, 26 Feb 2006 17:35:20 +0000 Subject: [PATCH] Ok, slight SA-1 fix to prevent SMRPG from freezing. Now rejoice. [pagefault] --- zsnes/src/chips/sa1proc.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zsnes/src/chips/sa1proc.asm b/zsnes/src/chips/sa1proc.asm index 0edd6423..5d3a9b5d 100644 --- a/zsnes/src/chips/sa1proc.asm +++ b/zsnes/src/chips/sa1proc.asm @@ -120,7 +120,7 @@ NEWSYM SA1Swap ; Check if IRQ is executed on SA-1 xor eax,eax mov al,dl - add dh,25 + add dh,20 mov edi,[SA1tablead+eax*4] mov byte[SA1Status],1 test dword[SA1DoIRQ],0FF000003h @@ -129,8 +129,8 @@ NEWSYM SA1Swap ; SA1Debug - cmp byte[SA1SH],1 - je near .speedhack +; cmp byte[SA1SH],1 +; je near .speedhack ; non debug version mov bl,[esi]