From 9916d8e8f8f5058c4eb1d5d7c5ecb1783e528ca5 Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Mon, 22 Dec 2003 04:30:53 +0000 Subject: [PATCH] Memory map adjustment --- zsnes/src/init.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsnes/src/init.asm b/zsnes/src/init.asm index 15064cea..a475e148 100644 --- a/zsnes/src/init.asm +++ b/zsnes/src/init.asm @@ -1843,7 +1843,7 @@ NEWSYM initsnes xor ebx,ebx mov bl,70h .nextsram - mov [snesmmap+ebx*4],eax + mov [snesmap2+ebx*4],eax inc bl cmp bl,77h jbe .nextsram