Reversed MMX save option fix

This commit is contained in:
pagefault
2001-08-06 21:04:41 +00:00
parent 982352c399
commit e81bf11480

View File

@@ -577,10 +577,10 @@ db '; Percent to Execute [50 .. 150]',13,10
db '',13,10 db '',13,10
db 'Execute = %T',13,10 db 'Execute = %T',13,10
db '',13,10 db '',13,10
db '; Copy Method, 0 = Normal, 2 = MMX',13,10 ;db '; Copy Method, 0 = Normal, 2 = MMX',13,10
db '',13,10 ;db '',13,10
db 'CopyMethod = %o',13,10 ;db 'CopyMethod = %o',13,10
db '',13,10 ;db '',13,10
%ifdef __WIN32__ %ifdef __WIN32__
db '; Video Mode, 0 - 25',13,10 db '; Video Mode, 0 - 25',13,10
db '; 0 = 64x56 R WIN 1 = 128x112 R WIN',13,10 db '; 0 = 64x56 R WIN 1 = 128x112 R WIN',13,10
@@ -733,7 +733,6 @@ NEWSYM getcfg
.failed .failed
call DOScreatenewcfg call DOScreatenewcfg
mov byte[FPUCopy],3
ret ret
.readstring: .readstring:
@@ -1797,7 +1796,7 @@ NEWSYM getcfg
cmp byte[.stringb],'1' cmp byte[.stringb],'1'
jne .nofpu jne .nofpu
mov byte[FPUCopy],0 mov byte[FPUCopy],0
mov byte[cfgcopymethod],0 mov byte[cfgcopymethod],1
jmp .nocopymethod jmp .nocopymethod
.nofpu .nofpu
cmp byte[.stringb],'2' cmp byte[.stringb],'2'