
	void RunInit()
	{
		
	}
	
	void SetData( uint8 d )
	{
		uint32 dd = d;
		#.OS.REMO_ModuleWrite( (int)(ID * 0x00010000 + 0x0000), (int)dd );
	}



