Removed extra variables and EXTSYMs.

This commit is contained in:
n-a-c-h
2006-03-24 00:56:12 +00:00
parent 14f40da8b0
commit 560b4c58b0
4 changed files with 6 additions and 10 deletions

View File

@@ -684,8 +684,6 @@ CombContDatN dd 08000000h,04000000h,02000000h,01000000h,00800000h,80000000h
CombContDatR dd 08000000h,04000000h,01000000h,02000000h,00800000h,80000000h
dd 00400000h,40000000h,00200000h,00100000h,10000000h,20000000h
EXTSYM MouseToRead,multiMouseMode
SECTION .text
%macro PlayerDeviceFix 1
@@ -773,7 +771,6 @@ NEWSYM ReadInputDevice
mov dword[JoyBOrig],0
cmp byte[device2],1
jne .nomouse2
mov byte[MouseToRead],1
call processmouse2
ProcSNESMouse JoyBOrig
jmp .noinput2