Returning from GUI while paused now restores game screen.
This commit is contained in:
@@ -110,6 +110,7 @@ EXTSYM NetPlayNoMore,MovieSeekBehind
|
|||||||
EXTSYM statefileloc,CHIPBATT,SaveSramData,BackupCVFrame,RestoreCVFrame,loadstate
|
EXTSYM statefileloc,CHIPBATT,SaveSramData,BackupCVFrame,RestoreCVFrame,loadstate
|
||||||
EXTSYM KeyInsrtChap,KeyNextChap,KeyPrevChap,MovieInsertChapter,MovieSeekAhead,ResetDuringMovie
|
EXTSYM KeyInsrtChap,KeyNextChap,KeyPrevChap,MovieInsertChapter,MovieSeekAhead,ResetDuringMovie
|
||||||
EXTSYM EMUPauseKey,INCRFrameKey,MovieWaiting
|
EXTSYM EMUPauseKey,INCRFrameKey,MovieWaiting
|
||||||
|
EXTSYM copyvid
|
||||||
|
|
||||||
%ifdef __MSDOS__
|
%ifdef __MSDOS__
|
||||||
EXTSYM dssel
|
EXTSYM dssel
|
||||||
@@ -1991,7 +1992,9 @@ NEWSYM cpuover
|
|||||||
jmp .noemupause
|
jmp .noemupause
|
||||||
.noframeincr
|
.noframeincr
|
||||||
cmp byte[EMUPause],1
|
cmp byte[EMUPause],1
|
||||||
je .nonewgfx
|
jne .noemupause
|
||||||
|
call copyvid ;Update screen
|
||||||
|
jmp .nonewgfx
|
||||||
.noemupause
|
.noemupause
|
||||||
|
|
||||||
cmp byte[MovieProcessing],0
|
cmp byte[MovieProcessing],0
|
||||||
|
|||||||
Reference in New Issue
Block a user