Got F3 working, added an alternate jump which fixes some issues but introduces others.

This commit is contained in:
n-a-c-h
2005-05-10 15:11:30 +00:00
parent 53557bd5ef
commit c17773688d

View File

@@ -1424,6 +1424,7 @@ NEWSYM cpuover
call ReadInputDevice
.noinputread
;Pause and Frame increment
cmp byte[INCRFrame],1
jne .noframeincr
xor byte[INCRFrame],1
@@ -1431,10 +1432,15 @@ NEWSYM cpuover
.noframeincr
cmp byte[EMUPause],1
jne .noemupause
pushad
call copyvid ;Update screen
popad
call ProcessRewind
;Update screen (we should also kill sound)
pushad
call showvideo
popad
;jmp .nocache
jmp .nonewgfx
.noemupause