Two New Options, have to be finished by Nach

This commit is contained in:
ipher
2005-01-09 11:16:35 +00:00
parent 4edf6847a0
commit f5f4a0aabf
3 changed files with 33 additions and 5 deletions

View File

@@ -916,6 +916,10 @@ GUIOptionKeys:
jne .noautopatch
xor byte[AutoPatch],1
.noautopatch
cmp dh,'.'
jne .norominfo
; xor byte[RomInfo],1
.norominfo
%ifdef __WIN32__
cmp dh,'I'
jne .noscreensaver
@@ -948,6 +952,10 @@ GUISaveKeys:
jne .noautostate
xor byte[AutoState],1
.noautostate
cmp dh,'L'
jne .nosramstate
; xor byte[SRAMState],1
.nosramstate
ret