Added auto save state increment feature

This commit is contained in:
pagefault
2001-08-23 05:30:00 +00:00
parent 901ed64319
commit 0a3e7c4a8b
6 changed files with 75 additions and 23 deletions

View File

@@ -826,12 +826,11 @@ GUIOptionKeys:
mov [cfgnewgfx],al
.invalidng
.nonewgfx
; cmp dh,'V'
; jne .novsync
; xor byte[vsyncon],1
; mov al,[vsyncon]
; mov [cfgvsync],al
;.novsync
cmp dh,'T'
jne .noautoincsave
xor byte[AutoIncSaveSlot],1
mov byte[firstsaveinc],1
.noautoincsave
cmp dh,'M'
jne .nommxcopy
xor byte[FPUCopy],2