Changed variable name
This commit is contained in:
@@ -981,7 +981,7 @@ NEWSYM abcdefg1, dd 0
|
|||||||
NEWSYM abcdefg2, dd 0
|
NEWSYM abcdefg2, dd 0
|
||||||
NEWSYM abcdefg3, dd 0
|
NEWSYM abcdefg3, dd 0
|
||||||
NEWSYM SSKeyPressed, dd 0
|
NEWSYM SSKeyPressed, dd 0
|
||||||
NEWSYM SaveSPCKeyPressed, dd 0
|
NEWSYM SPCKeyPressed, dd 0
|
||||||
NEWSYM NoSoundReinit, dd 0
|
NEWSYM NoSoundReinit, dd 0
|
||||||
NEWSYM NextNGDisplay, db 0
|
NEWSYM NextNGDisplay, db 0
|
||||||
NEWSYM TempVidInfo, dd 0
|
NEWSYM TempVidInfo, dd 0
|
||||||
@@ -1257,7 +1257,7 @@ reexecuteb2:
|
|||||||
jnz near loadstate
|
jnz near loadstate
|
||||||
cmp byte[SSKeyPressed],1
|
cmp byte[SSKeyPressed],1
|
||||||
je near showmenu
|
je near showmenu
|
||||||
cmp byte[SaveSPCKeyPressed],1
|
cmp byte[SPCKeyPressed],1
|
||||||
je near showmenu
|
je near showmenu
|
||||||
cmp byte[debugdisble],0
|
cmp byte[debugdisble],0
|
||||||
jne .nodebugger
|
jne .nodebugger
|
||||||
@@ -2302,7 +2302,7 @@ NEWSYM exitloop
|
|||||||
mov eax,[KeyQuickSaveSPC]
|
mov eax,[KeyQuickSaveSPC]
|
||||||
mov byte[pressed+eax],0
|
mov byte[pressed+eax],0
|
||||||
mov byte[SSKeyPressed],0
|
mov byte[SSKeyPressed],0
|
||||||
mov byte[SaveSPCKeyPressed],0
|
mov byte[SPCKeyPressed],0
|
||||||
jmp cpuover.returntoloop
|
jmp cpuover.returntoloop
|
||||||
.okay
|
.okay
|
||||||
mov byte[ExecExitOkay],5
|
mov byte[ExecExitOkay],5
|
||||||
@@ -2794,7 +2794,7 @@ NEWSYM cpuover
|
|||||||
jz .nosavespckey
|
jz .nosavespckey
|
||||||
test byte[pressed+eax],1
|
test byte[pressed+eax],1
|
||||||
jz .nosavespckey
|
jz .nosavespckey
|
||||||
mov byte[SaveSPCKeyPressed],1
|
mov byte[SPCKeyPressed],1
|
||||||
mov byte[pressed+eax],2
|
mov byte[pressed+eax],2
|
||||||
jmp exitloop
|
jmp exitloop
|
||||||
.nosavespckey
|
.nosavespckey
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ EXTSYM spcon,vesa2_bpos,vesa2_clbit,vesa2_gpos,vesa2_rpos,vesa2selec
|
|||||||
EXTSYM vidbuffer,spritetablea,sprlefttot,newengen,spcextraram,resolutn
|
EXTSYM vidbuffer,spritetablea,sprlefttot,newengen,spcextraram,resolutn
|
||||||
EXTSYM Open_File,Close_File,Read_File,Write_File,Create_File,Get_Key,Get_Date
|
EXTSYM Open_File,Close_File,Read_File,Write_File,Create_File,Get_Key,Get_Date
|
||||||
EXTSYM continueprognokeys,ForceNonTransp,GUIOn,Check_Key,JoyRead
|
EXTSYM continueprognokeys,ForceNonTransp,GUIOn,Check_Key,JoyRead
|
||||||
EXTSYM GetScreen,SSKeyPressed,SaveSPCKeyPressed,StopSound,StartSound
|
EXTSYM GetScreen,SSKeyPressed,SPCKeyPressed,StopSound,StartSound
|
||||||
EXTSYM ExecExitOkay,t1cc
|
EXTSYM ExecExitOkay,t1cc
|
||||||
EXTSYM Clear2xSaIBuffer
|
EXTSYM Clear2xSaIBuffer
|
||||||
EXTSYM romdata,romtype,ScreenShotFormat
|
EXTSYM romdata,romtype,ScreenShotFormat
|
||||||
@@ -158,7 +158,7 @@ NEWSYM showmenu
|
|||||||
call savepcx
|
call savepcx
|
||||||
jmp .nopalwrite
|
jmp .nopalwrite
|
||||||
.nosskey
|
.nosskey
|
||||||
cmp byte[SaveSPCKeyPressed],1
|
cmp byte[SPCKeyPressed],1
|
||||||
je near .savespckey
|
je near .savespckey
|
||||||
test byte[pressed+14],1
|
test byte[pressed+14],1
|
||||||
jz .nof12
|
jz .nof12
|
||||||
@@ -383,9 +383,9 @@ NEWSYM showmenu
|
|||||||
mov eax,[MsgCount]
|
mov eax,[MsgCount]
|
||||||
mov [MessageOn],eax
|
mov [MessageOn],eax
|
||||||
.nosnddmp
|
.nosnddmp
|
||||||
cmp byte[SaveSPCKeyPressed],1
|
cmp byte[SPCKeyPressed],1
|
||||||
jne .exitloop
|
jne .exitloop
|
||||||
mov byte[SaveSPCKeyPressed],0
|
mov byte[SPCKeyPressed],0
|
||||||
jmp .nopalwrite
|
jmp .nopalwrite
|
||||||
.exitloop
|
.exitloop
|
||||||
call GUIUnBuffer
|
call GUIUnBuffer
|
||||||
|
|||||||
Reference in New Issue
Block a user