From ebb65867d46044f450a09e2638e187021183f82e Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Sun, 21 Dec 2003 07:56:34 +0000 Subject: [PATCH] SRAM mirroring fix to memory map, this should resolve the remaining copy protection issues with some carts --- zsnes/src/init.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsnes/src/init.asm b/zsnes/src/init.asm index b95ba1d8..519b300a 100644 --- a/zsnes/src/init.asm +++ b/zsnes/src/init.asm @@ -1724,7 +1724,7 @@ NEWSYM initsnes jne .notmmx cmp dword[esi+8],'X ' jne .notmmx - mov byte[MMXSRAMFix],1 +; mov byte[MMXSRAMFix],1 .notmmx mov esi,[romdata] @@ -1855,7 +1855,7 @@ NEWSYM initsnes xor ebx,ebx mov bl,70h .nextsram - mov [snesmap2+ebx*4],eax + mov [snesmmap+ebx*4],eax inc bl cmp bl,77h jbe .nextsram