<rom>
	<romid>
		<xmlid>84960008</xmlid>
		<internalidaddress>f52</internalidaddress>
		<internalidhex>84960008</internalidhex>
		<make>Mitsubishi</make>
		<market>USDM</market>
		<model>Pajero</model>
		<submodel>3.5 6G74</submodel>
		<transmission>Manual</transmission>
		<year>2003</year>
		<flashmethod>mitsukernel</flashmethod>
		<memmodel>SH7052</memmodel>
	</romid>

	<scaling name="AFR" units="AFR" toexpr="14.7*128/x" frexpr="14.7*128/x" format="%.1f" min="8" max="20" inc="0.1" storagetype="uint8" endian="big"/>
	<scaling name="AirFlow16" units="g/s" toexpr="x*600/65536" frexpr="x*65536/600" format="%.1f" min="0" max="600" inc="1" storagetype="uint16" endian="big"/>
	<scaling name="AirFlow8" units="g/s" toexpr="x*321/256" frexpr="x*256/321" format="%.1f" min="0" max="321" inc="1" storagetype="uint8" endian="big"/>
	<scaling name="BatteryVoltage" units="V" toexpr="x*75/1024" frexpr="x*1024/75" format="%.2f" min="0" max="18.75" inc="0.5" storagetype="uint16" endian="big"/>
	<scaling name="BoostBar" units="bar" toexpr="x/93.7" frexpr="x*93.7" format="%.2f" min="0" max="2.7" inc="0.05" storagetype="uint8" endian="big"/>
	<scaling name="BoostBar16" units="bar" toexpr="x/1372.2" frexpr="x*1372.2" format="%.2f" min="0" max="2.7" inc="0.05" storagetype="uint16" endian="big"/>
	<scaling name="BoostError" units="%" toexpr="x*5/32-20" frexpr="(x+20)*32/5" format="%.1f" min="-20" max="20" inc="0.5" storagetype="uint16" endian="big"/>
	<scaling name="DynamicBoost" units="%" toexpr="(x-128)/2" frexpr="x*2+128" format="%.1f" min="-64" max="63.5" inc="0.5" storagetype="uint8" endian="big"/>
	<scaling name="EnrichmentAdj" units="%" toexpr="x/128" frexpr="x*128" format="%.2f" min="0" max="2" inc="0.05" storagetype="uint8" endian="big"/>
	<scaling name="Hex16" units="hex" toexpr="x" frexpr="x" format="%04X" min="0" max="65535" inc="1" storagetype="uint16" endian="big"/>
	<scaling name="Hex8" units="hex" toexpr="x" frexpr="x" format="%02X" min="0" max="255" inc="1" storagetype="uint8" endian="big"/>
	<scaling name="ISCVSteps" units="Steps" toexpr="x" frexpr="x" format="%.0f" min="0" max="255" inc="1" storagetype="uint8" endian="big"/>
	<scaling name="ISCVSteps16" units="Steps" toexpr="x" frexpr="x" format="%.0f" min="0" max="255" inc="1" storagetype="uint16" endian="big"/>
	<scaling name="InjectorLatency" units="ms" toexpr="x*0.024" frexpr="x/0.024" format="%.3f" min="0" max="4" inc="1" storagetype="uint8" endian="big"/>
	<scaling name="InjectorScaling" units="cc/min" toexpr="29241/x" frexpr="29241/x" format="%.0f" min="1" max="1000" inc="10" storagetype="uint16" endian="big"/>
	<scaling name="Load" units="%" toexpr="x*10/32" frexpr="x*32/10" format="%.0f" min="0" max="300" inc="1" storagetype="uint16" endian="big"/>
	<scaling name="Load16" units="units" toexpr="x*5/8" frexpr="x*8/5" format="%.1f" min="0" max="100" inc="1" storagetype="uint16" endian="big"/>
	<scaling name="Load8" units="%" toexpr="x*5/8" frexpr="x*8/5" format="%.1f" min="0" max="160" inc="1" storagetype="uint8" endian="big"/>
	<scaling name="LoadBoost" units="%" toexpr="x*5/4" frexpr="x*4/5" format="%.0f" min="0" max="319" inc="1" storagetype="uint8" endian="big"/>
	<scaling name="MAFsize" units="units" toexpr="39044/x" frexpr="39044/x" format="%.0f" min="1000" max="5000" inc="1" storagetype="int16" endian="big"/>
	<scaling name="RPM" units="RPM" toexpr="x*1000/256" frexpr="x*256/1000" format="%.0f" min="0" max="11000" inc="50" storagetype="uint16" endian="big"/>
	<scaling name="RPM8" units="RPM" toexpr="x*125/16" frexpr="x*16/125" format="%.0f" min="0" max="2000" inc="50" storagetype="uint8" endian="big"/>
	<scaling name="RPMLimit" units="RPM" toexpr="7500000/x" frexpr="7500000/x" format="%.0f" min="0" max="9000" inc="60" storagetype="uint16" endian="big"/>
	<scaling name="RPMStatLimit" units="units" toexpr="x*31.25" frexpr="x/31.25" format="%.0f" min="0" max="9000" inc="31.25" storagetype="uint16" endian="big"/>
	<scaling name="RPMTarget" units="RPM" toexpr="x*125/16" frexpr="x*16/125" format="%.0f" min="0" max="2000" inc="50" storagetype="uint16" endian="big"/>
	<scaling name="Temp" units="Celsius" toexpr="x-40" frexpr="x+40" format="%.0f" min="-40" max="215" inc="1" storagetype="uint16" endian="big"/>
	<scaling name="ThrottleVoltage" units="V" toexpr="x*5/256" frexpr="x*256/5" format="%.2f" min="0" max="5" inc="0.05" storagetype="uint8" endian="big"/>
	<scaling name="Time" units="ms" toexpr="x*25" frexpr="x/25" format="%.0f" min="0" max="1.63838e+06" inc="25" storagetype="uint16" endian="big"/>
	<scaling name="TimeSec" units="s" toexpr="x/10" frexpr="x*10" format="%.1f" min="0" max="25.5" inc="0.1" storagetype="uint16" endian="big"/>
	<scaling name="Timing" units="degrees" toexpr="x" frexpr="x" format="%.0f" min="-61" max="61" inc="1" storagetype="int8" endian="big"/>
	<scaling name="ValveTiming" units="degrees" toexpr="72-x*0.6" frexpr="(72-x)/0.6" format="%.1f" min="0" max="30" inc="0.6" storagetype="uint8" endian="big"/>
	<scaling name="VehicleSpeed" units="km/h" toexpr="x*2" frexpr="x/2" format="%.0f" min="0" max="510" inc="1" storagetype="uint16" endian="big"/>
	<scaling name="VehicleSpeed8" units="units" toexpr="x*2" frexpr="x/2" format="%.0f" min="0" max="510" inc="1" storagetype="uint8" endian="big"/>
	<scaling name="Volts16" units="Volts" toexpr="x*5/256" frexpr="x*256/5" format="%.2f" min="0" max="5" inc="0.05" storagetype="uint16" endian="big"/>
	<scaling name="WGDuty" units="%" toexpr="x/2" frexpr="x*2" format="%.1f" min="0" max="100" inc="0.5" storagetype="uint8" endian="big"/>
	<scaling name="uint16" units="units" toexpr="x" frexpr="x" format="%.0f" min="0" max="65535" inc="1" storagetype="uint16" endian="big"/>
	<scaling name="uint8" units="units" toexpr="x" frexpr="x" format="%.0f" min="0" max="255" inc="1" storagetype="uint8" endian="big"/>

	<table name="HZ[9,4]" category="Fuel" address="3551" type="3D" level="1" swapxy="true" scaling="AFR">
		<table name="1" address="4ac4" type="X Axis" elements="4" scaling="Load"/>
		<table name="1" address="4a1a" type="Y Axis" elements="9" scaling="RPM"/>
	</table>

	<table name="Fuel[15,12]" category="Fuel" address="35b7" type="3D" level="1" swapxy="true" scaling="AFR">
		<table name="Load" address="4be6" type="X Axis" elements="12" scaling="Load"/>
		<table name="RPM" address="4bbe" type="Y Axis" elements="15" scaling="RPM"/>
	</table>

	<table name="HZ[5,7]" category="Fuel" address="3763" type="3D" level="1" swapxy="true" scaling="AFR">
		<table name="1" address="4cda" type="X Axis" elements="7" scaling="Load"/>
		<table name="1" address="5162" type="Y Axis" elements="5" scaling="RPM"/>
	</table>

	<table name="Ignition[19,12]" category="Timing" address="39c1" type="3D" level="1" swapxy="true" scaling="Timing">
		<table name="Load" address="4be6" type="X Axis" elements="12" scaling="Load"/>
		<table name="RPM" address="4c08" type="Y Axis" elements="19" scaling="RPM"/>
	</table>

	<table name="HZ[19,12]" category="Fuel" address="3ab1" type="3D" level="1" swapxy="true" scaling="AFR">
		<table name="Load" address="4be6" type="X Axis" elements="12" scaling="Load"/>
		<table name="RPM" address="4c08" type="Y Axis" elements="19" scaling="RPM"/>
	</table>

	<table name="HZ[8,26]" category="Fuel" address="3de1" type="3D" level="1" swapxy="true" scaling="AFR">
		<table name="1" address="4db2" type="X Axis" elements="26" scaling="Load"/>
		<table name="1" address="4c5a" type="Y Axis" elements="8" scaling="RPM"/>
	</table>

	<table name="[17,9]" category="Fuel" address="3ef3" type="3D" level="1" swapxy="true" scaling="AFR">
		<table name="1" address="4e7c" type="X Axis" elements="9" scaling="Load"/>
		<table name="1" address="4ef0" type="Y Axis" elements="17" scaling="RPM"/>
	</table>

	<table name="[17,10]" category="Fuel" address="3f97" type="3D" level="1" swapxy="true" scaling="AFR">
		<table name="1" address="4e5e" type="X Axis" elements="10" scaling="Load"/>
		<table name="1" address="4ef0" type="Y Axis" elements="17" scaling="RPM"/>
	</table>

	<table name="[8,9]" category="Fuel" address="40b1" type="3D" level="1" swapxy="true" scaling="AFR">
		<table name="1" address="4e7c" type="X Axis" elements="9" scaling="Load"/>
		<table name="1" address="4c5a" type="Y Axis" elements="8" scaling="RPM"/>
	</table>

	<table name="[10,9]" category="Fuel" address="44ef" type="3D" level="1" swapxy="true" scaling="AFR">
		<table name="1" address="4e7c" type="X Axis" elements="9" scaling="Load"/>
		<table name="1" address="4c74" type="Y Axis" elements="10" scaling="RPM"/>
	</table>

	<table name="[9,9]" category="Fuel" address="4555" type="3D" level="1" swapxy="true" scaling="AFR">
		<table name="1" address="4e7c" type="X Axis" elements="9" scaling="Load"/>
		<table name="1" address="4a1a" type="Y Axis" elements="9" scaling="RPM"/>
	</table>

	<table name="[9,9]" category="Fuel" address="45b1" type="3D" level="1" swapxy="true" scaling="AFR">
		<table name="1" address="4e7c" type="X Axis" elements="9" scaling="Load"/>
		<table name="1" address="4a1a" type="Y Axis" elements="9" scaling="RPM"/>
	</table>

	<table name="[10,9]" category="Fuel" address="460d" type="3D" level="1" swapxy="true" scaling="Timing">
		<table name="1" address="4e7c" type="X Axis" elements="9" scaling="Load"/>
		<table name="1" address="4c74" type="Y Axis" elements="10" scaling="RPM"/>
	</table>

	<table name="[10,9]" category="Fuel" address="4673" type="3D" level="1" swapxy="true" scaling="Timing">
		<table name="1" address="4e7c" type="X Axis" elements="9" scaling="Load"/>
		<table name="1" address="4c74" type="Y Axis" elements="10" scaling="RPM"/>
	</table>

	<table name="[9,9]" category="Fuel" address="46d9" type="3D" level="1" swapxy="true" scaling="AFR">
		<table name="1" address="4e7c" type="X Axis" elements="9" scaling="Load"/>
		<table name="1" address="4a1a" type="Y Axis" elements="9" scaling="RPM"/>
	</table>

	<table name="[4,16]" category="Fuel" address="4811" type="3D" level="1" swapxy="true" scaling="AFR">
		<table name="1" address="4be6" type="X Axis" elements="12" scaling="Load"/>
		<table name="1" address="4b6e" type="Y Axis" elements="4" scaling="RPM"/>
	</table>

	<table name="[4,5]" category="Fuel" address="4881" type="3D" level="1" swapxy="true" scaling="AFR">
		<table name="1" address="5348" type="X Axis" elements="5" scaling="Load"/>
		<table name="1" address="4b6e" type="Y Axis" elements="4" scaling="RPM"/>
	</table>

	<table name="[13,62]" category="Fuel" address="493b" type="3D" level="1" swapxy="true" scaling="AFR">
		<table name="1" address="4db2" type="X Axis" elements="26" scaling="Load"/>
		<table name="1" address="4a8c" type="Y Axis" elements="13" scaling="RPM"/>
	</table>

	<table name="Immobilaser" category="Misc" address="3ffce" type="1D" level="3" scaling="Hex16"/>

</rom>
