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