From a962e8604e5701dfd113cee2f78b1e708f69e292 Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Tue, 26 Jun 2001 15:41:27 +0000 Subject: [PATCH] Fixed another possible crash when loading games --- zsnes/src/win/winintrf.asm | 9 --------- 1 file changed, 9 deletions(-) diff --git a/zsnes/src/win/winintrf.asm b/zsnes/src/win/winintrf.asm index 657f7c65..cf753907 100644 --- a/zsnes/src/win/winintrf.asm +++ b/zsnes/src/win/winintrf.asm @@ -984,20 +984,11 @@ NEWSYM Output_Text ; Output character (ah=02h) or string (ah=09h) popad ret - -NEWSYM TempBlah, dd 0 - NEWSYM InitPreGame ; Executes before starting/continuing a game mov byte[pressed+1],2 pushad call Start60HZ popad - mov dword[TempBlah],1 - pushad - call initwinvideo - popad - mov dword[TempBlah],0 - mov byte[RaisePitch],1 pushad call AdjustFrequency