Fixed some crashing now and then using pause.

This commit is contained in:
n-a-c-h
2005-04-07 22:52:21 +00:00
parent c2af9fb265
commit 8c03115ba4

View File

@@ -1993,7 +1993,9 @@ NEWSYM cpuover
.noframeincr .noframeincr
cmp byte[EMUPause],1 cmp byte[EMUPause],1
jne .noemupause jne .noemupause
pushad
call copyvid ;Update screen call copyvid ;Update screen
popad
jmp .nonewgfx jmp .nonewgfx
.noemupause .noemupause