Code cleanup
This commit is contained in:
@@ -573,7 +573,6 @@ SECTION .text
|
|||||||
%%no
|
%%no
|
||||||
%endmacro
|
%endmacro
|
||||||
|
|
||||||
|
|
||||||
%macro ProcSNESMouse 1
|
%macro ProcSNESMouse 1
|
||||||
test byte[mousebuttons],02h
|
test byte[mousebuttons],02h
|
||||||
jz %%n
|
jz %%n
|
||||||
@@ -760,7 +759,6 @@ CombContDatR dd 08000000h,04000000h,01000000h,02000000h,00800000h,80000000h
|
|||||||
dd 00400000h,40000000h,00200000h,00100000h,10000000h,20000000h
|
dd 00400000h,40000000h,00200000h,00100000h,10000000h,20000000h
|
||||||
SECTION .text
|
SECTION .text
|
||||||
|
|
||||||
|
|
||||||
%macro PlayerDeviceFix 1
|
%macro PlayerDeviceFix 1
|
||||||
mov eax,[%1]
|
mov eax,[%1]
|
||||||
and eax,0C000000h
|
and eax,0C000000h
|
||||||
@@ -1415,7 +1413,6 @@ NEWSYM Outputfilename
|
|||||||
call Get_Key
|
call Get_Key
|
||||||
ret
|
ret
|
||||||
|
|
||||||
|
|
||||||
; Header hacks
|
; Header hacks
|
||||||
|
|
||||||
headerhack2:
|
headerhack2:
|
||||||
|
|||||||
Reference in New Issue
Block a user