From 5e6ec096c293055259026b83fa02b868da227637 Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Thu, 28 Jun 2001 17:11:36 +0000 Subject: [PATCH] Fixed grayscale mode --- zsnes/src/win/winintrf.asm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/zsnes/src/win/winintrf.asm b/zsnes/src/win/winintrf.asm index cf753907..f9da051a 100644 --- a/zsnes/src/win/winintrf.asm +++ b/zsnes/src/win/winintrf.asm @@ -984,11 +984,19 @@ 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 + + pushad + call initwinvideo + popad + mov byte[RaisePitch],1 pushad call AdjustFrequency