.equ	VendorUSBID		=0x04FF		;vendor identifier 
;********************************************************************************
;*
;*	IMPORTANT NOTE about Vendor ID
;*
;*	For some reason known only to God the possibility to change 
;*	joystick's position in control panel is not implemented 
;*	in Microsoft Windows XP.
;*	All joysticks in control panel and DirectX enumeration appear 
;*	in order of increasing Vendor ID.
;*	So if you want MJoy to appear on top of the list set VendorUSBID=0x0000.
;*	If you want to have second MJoy behaving as secondary 
;*	controls (throttle quadrant, trimmers, propeller pitch, mixture, etc.)
;*	you can set this controller's VendorUSBID=0x0001 and so on.
;*	Of course if you want  to have MJoy the last on the list I suppose you
;*	should set this to VendorUSBID=0xFFFF
;*
;*	Disclaimer: Vendor ID values that are specified in standards and vendors list
;*	are different than that just described. Change this to your own risk although 
;*	I don't see any unless you set it equal to some existing USB device on 
;*	your system. This measure is a workaround to overcome a flaw in operating
;*	system.
;*