Renamed MMX support variable
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
%include "macros.mac"
|
||||
|
||||
EXTSYM dssel, curblank, vidpastecopyscr, frameskip, newengen, vsyncon, cantinitmodem
|
||||
EXTSYM FPUCopy, cvidmode, antienab, smallscreenon, smallscreence,NetQuit
|
||||
EXTSYM cvidmode, antienab, smallscreenon, smallscreence,NetQuit
|
||||
EXTSYM soundon, StereoSound, SoundCompD, SoundQuality, MusicRelVol,UartType
|
||||
EXTSYM endprog, continueprog, spcBuffera, spcRamcmp, cbitmode, makepal
|
||||
EXTSYM t1cc, LoadDir, SRAMDir, LoadDrive,SRAMDrive, initsnes, romloadskip
|
||||
@@ -551,7 +551,7 @@ NEWSYM KeyRewind, dd 0
|
||||
NEWSYM ChatNick, times 16 db 0
|
||||
NEWSYM KeySlowDown, dd 0
|
||||
|
||||
NEWSYM UseCubicSpline, db 1
|
||||
NEWSYM MMXSupport, db 1
|
||||
|
||||
NEWSYM LargeSoundBuf, db 0
|
||||
NEWSYM HighPriority, db 0
|
||||
@@ -1516,7 +1516,7 @@ NEWSYM StartGUI
|
||||
jne .notexttb
|
||||
mov byte[Triplebufen],0
|
||||
.notexttb
|
||||
cmp byte[FPUCopy],2
|
||||
cmp byte[MMXSupport],1
|
||||
jne .2xSaIdis
|
||||
cmp byte[newgfx16b],0
|
||||
je .2xSaIdis
|
||||
|
||||
@@ -833,7 +833,7 @@ GUIOptionKeys:
|
||||
.noautoincsave
|
||||
cmp dh,'M'
|
||||
jne .nommxcopy
|
||||
xor byte[FPUCopy],2
|
||||
xor byte[MMXSupport],1
|
||||
.nommxcopy
|
||||
cmp dh,'U'
|
||||
jne .nousepl34
|
||||
|
||||
@@ -1316,19 +1316,6 @@ GUIWinClicked:
|
||||
%%noclick
|
||||
%endmacro
|
||||
|
||||
%macro GUIClickCButtonMMX 3
|
||||
cmp eax,%1+1
|
||||
jl %%noclick
|
||||
cmp edx,%2+3
|
||||
jl %%noclick
|
||||
cmp eax,%1+6
|
||||
jg %%noclick
|
||||
cmp edx,%2+8
|
||||
jg %%noclick
|
||||
xor %3,2
|
||||
%%noclick
|
||||
%endmacro
|
||||
|
||||
%macro GUIClickCButtonAS 3
|
||||
cmp eax,%1+1
|
||||
jl %%noclick
|
||||
@@ -2179,7 +2166,7 @@ DisplayGUIOptionClick:
|
||||
GUIClickCButton2 11,36,byte[newengen],byte[cfgnewgfx],1
|
||||
.invalidng
|
||||
GUIClickCButtonAS 11,46,byte[AutoIncSaveSlot]
|
||||
GUIClickCButtonMMX 11,56,byte[FPUCopy]
|
||||
GUIClickCButton 11,56,byte[MMXSupport]
|
||||
GUIClickCButtonM 11,66,byte[pl12s34]
|
||||
%ifdef __MSDOS__
|
||||
GUIClickCButton 11,76,byte[SidewinderFix]
|
||||
|
||||
@@ -1458,7 +1458,7 @@ DisplayGUIOption:
|
||||
.nocheckbox2
|
||||
GUIDisplayIconWin 4,11,46,[GUITemp]
|
||||
mov dword[GUITemp],GUIIconDataCheckBoxUC
|
||||
cmp byte[FPUCopy],2
|
||||
cmp byte[MMXSupport],1
|
||||
jne .nocheckbox3
|
||||
mov dword[GUITemp],GUIIconDataCheckBoxC
|
||||
.nocheckbox3
|
||||
@@ -1626,7 +1626,7 @@ DisplayGUIVideo:
|
||||
jne .notexttb
|
||||
mov byte[Triplebufen],0
|
||||
.notexttb
|
||||
cmp byte[FPUCopy],2
|
||||
cmp byte[MMXSupport],1
|
||||
jne .2xSaIdis
|
||||
cmp byte[newgfx16b],0
|
||||
je .2xSaIdis
|
||||
|
||||
Reference in New Issue
Block a user