From 8390fd710a7c67fd25e56fe9e3e9ae2d0482097d Mon Sep 17 00:00:00 2001 From: zsknight <> Date: Sun, 15 Apr 2001 08:21:11 +0000 Subject: [PATCH] Win2k zip crash bug fix by Matthew Kendora (memory leak bug fix) --- zsnes/src/gui/gui.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsnes/src/gui/gui.asm b/zsnes/src/gui/gui.asm index ccea774e..435032ae 100644 --- a/zsnes/src/gui/gui.asm +++ b/zsnes/src/gui/gui.asm @@ -1536,7 +1536,7 @@ NEWSYM StartGUI mov byte[CheatSearchStatus],0 cmp byte[newgfx16b],0 je .nong - mov ecx,255*296 + mov ecx,255*144 mov eax,[vidbufferofsb] .loop mov dword[eax],0 @@ -2331,7 +2331,7 @@ NEWSYM StartGUI xor eax,eax rep stosd - mov ecx,256*296 + mov ecx,256*144 mov eax,[vidbufferofsb] .loopcl mov dword[eax],0