<rom>
	<romid>
		<xmlid>52500012</xmlid>
		<internalidaddress>5002a</internalidaddress>
		<internalidhex>52500012</internalidhex>
		<make>Mitsubishi</make>
		<market>TDM</market>
		<model>Lancer</model>
		<submodel>4B10</submodel>
		<transmission>5MT</transmission>
		<year>2008</year>
		<flashmethod>mitsucan</flashmethod>
		<memmodel>M32186F8</memmodel>
		<checksummodule>mitsucan</checksummodule>
	</romid>

	<scaling name="AFR" units="AFR" toexpr="1881.6/x" frexpr="1881.6/x" format="%.2f" min="12" max="15" inc="0.0963" storagetype="uint8" endian="big"/>
	<scaling name="APP614" units="%" toexpr="100*x/614" frexpr="x/100*614" format="%.1f" min="0" max="100" inc="0.5" storagetype="uint16" endian="big"/>
	<scaling name="AltDeadZone" units="Charge Efficiency %" toexpr="x/2.56" frexpr="x*2.56" format="%.0f" min="0" max="255" inc="1" storagetype="uint8" endian="big"/>
	<scaling name="Baro_bar" units="bar" toexpr="x/200" frexpr="x*200" format="%.3f" min="0" max="1.1" inc="0.001" storagetype="uint16" endian="big"/>
	<scaling name="Baro_kpa" units="kPa" toexpr="x*0.49" frexpr="x/0.49" format="%.2f" min="0" max="124.95" inc="0.49" storagetype="uint16" endian="big"/>
	<scaling name="Baro_mmHg" units="mmHg" toexpr="x*3.7095" frexpr="x/3.7095" format="%.0f" min="0" max="946" inc="3.7095" storagetype="uint16" endian="big"/>
	<scaling name="BatteryVoltage" units="V" toexpr="x*75/1023" frexpr="x*1023/75" format="%.2f" min="0" max="18.75" inc="0.5" storagetype="uint16" endian="big"/>
	<scaling name="BoostErrorPsi" units="psi" toexpr="(x-128)*0.19347/4" frexpr="(x*4/0.19347)+128" format="%.1f" min="-6.1" max="6.1" inc="0.1" storagetype="uint16" endian="big"/>
	<scaling name="CF128" units="Correction Factor" toexpr="x/128" frexpr="x*128" format="%.2f" min="0" max="2" inc="0.0078125" storagetype="uint8" endian="big"/>
	<scaling name="CF128-MAF" units="Correction Factor" toexpr="x/128" frexpr="x*128" format="%.3f" min="0.9" max="1.02" inc="0.0078125" storagetype="uint8" endian="big"/>
	<scaling name="CF128_16" units="Correction Factor" toexpr="x/128" frexpr="x*128" format="%.3f" min="0" max="2" inc="0.0078125" storagetype="uint16" endian="big"/>
	<scaling name="CF16" units="Correction Factor" toexpr="x/16" frexpr="x*16" format="%.3f" min="0" max="16" inc="0.0625" storagetype="uint8" endian="big"/>
	<scaling name="CF255" units="Correction Factor" toexpr="x/255" frexpr="x*255" format="%.3f" min="0" max="1" inc="0.00392" storagetype="uint8" endian="big"/>
	<scaling name="CF256" units="Correction Factor" toexpr="x/256" frexpr="x*256" format="%.3f" min="0" max="1" inc="0.0039" storagetype="uint8" endian="big"/>
	<scaling name="CF256_16" units="Correction Factor" toexpr="x/256" frexpr="x*256" format="%.3f" min="0" max="1" inc="0.0039" storagetype="uint16" endian="big"/>
	<scaling name="CF32" units="Correction Factor" toexpr="x/32" frexpr="x*32" format="%.3f" min="0" max="8" inc="0.03125" storagetype="uint8" endian="big"/>
	<scaling name="ChargeCurrent" units="Alternator Charge Current - Ampere" toexpr="x*80/256" frexpr="x*256/80" format="%.1f" min="0" max="255" inc="1" storagetype="uint8" 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="ECU ID" units="units" toexpr="x" frexpr="x" format="%08x" min="0" max="1e+08" inc="1" storagetype="uint32" endian="big"/>
	<scaling name="EngineTorque" units="units" toexpr="x*3" frexpr="x/3" format="%.0f" min="0" max="510" inc="1" 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="FieldRegDuty%16" units="%" toexpr="x*100/255" frexpr="x*255/100" format="%.1f" min="0" max="100" inc="0.5" storagetype="uint16" endian="big"/>
	<scaling name="GramsPerSecond" units="units" toexpr="x/100" frexpr="x*100" format="%.2f" min="0" max="655.35" inc="0.1" storagetype="uint16" 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="IDLE RPM offset" units="RPM diff" toexpr="(32768-x)*1000/256" frexpr="32768-(x*256/1000)" format="%.0f" min="-200" max="200" inc="4" storagetype="uint16" endian="big"/>
	<scaling name="IgnitionCompensation" units="x" toexpr="x-128" frexpr="x+128" format="%.0f" min="-128" max="128" inc="1" storagetype="uint8" endian="big"/>
	<scaling name="InjectorLatency" units="ms" toexpr="x*0.015" frexpr="x/0.015" format="%.3f" min="0" max="4" inc="0.015" storagetype="uint8" endian="big"/>
	<scaling name="InjectorLatency_old" units="ms" toexpr="x*0.024" frexpr="x/0.024" format="%.3f" min="0" max="4" inc="0.024" storagetype="uint8" endian="big"/>
	<scaling name="InjectorScaling" units="cc/min" toexpr="34140/x" frexpr="34140/x" format="%.0f" min="1" max="1000" inc="10" storagetype="uint16" endian="big"/>
	<scaling name="KnockVOLTS" units="mV" toexpr="x*19.608" frexpr="x*0.051" format="%.3f" min="0" max="450" inc="19.608" storagetype="uint8" endian="big"/>
	<scaling name="LOAD_Ec" units="Ec%" toexpr="x*0.003051757" frexpr="x/0.003051757" format="%.1f" min="0" max="120" inc="0.1" storagetype="uint16" endian="big"/>
	<scaling name="LT Trim Hz" units="Hz" toexpr="x*6.25" frexpr="x/6.25" format="%.2f" min="0" max="1593.75" inc="6.25" storagetype="uint8" endian="big"/>
	<scaling name="Load" units="%" toexpr="x*.3125" frexpr="x/.3125" format="%.1f" min="0" max="300" inc="0.3125" storagetype="uint16" endian="big"/>
	<scaling name="Load16" units="load" 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="0.625" 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="LoadError" units="load" 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="Loadify" units="%" toexpr="(x*10/512)*10/32" frexpr="(x*32/10)*512/10" format="%.1f" min="0" max="300" inc="1" storagetype="uint16" endian="big"/>
	<scaling name="MAP_kPa" units="kPa" toexpr="(x*0.420332)-101.3" frexpr="(x+101.3)/0.420332" format="%.1f" min="-102" max="0" inc="0.42" storagetype="uint8" endian="big"/>
	<scaling name="MIVECInterpolation" units="% Normal Temp Map" toexpr="x*100/255" frexpr="x*255/100" format="%.1f" min="0" max="100" inc="2" storagetype="uint8" endian="big"/>
	<scaling name="MUT32" units="hex" toexpr="x" frexpr="x" format="%06X" min="0" max="1e+08" inc="1" storagetype="uint32" endian="big"/>
	<scaling name="Min timing" units="degrees" toexpr="x-20" frexpr="x+20" format="%.0f" min="-61" max="61" inc="1" storagetype="int8" endian="big"/>
	<scaling name="Multi128" units="afr" toexpr="x/128" frexpr="x*128" format="%.2f" min="8" max="20" inc="0" storagetype="int8" endian="big"/>
	<scaling name="OffsetWGDC" units="%WGDC Change" toexpr="(x-128)/2" frexpr="x*2+128" format="%.1f" min="-64" max="63.5" inc="0.1" storagetype="uint8" endian="big"/>
	<scaling name="PERCENT4096" units="%" toexpr="x*0.024414" frexpr="x/0.024414" format="%.1f" min="0" max="100" inc="0.024414" storagetype="uint16" endian="big"/>
	<scaling name="Percent128" units="%" toexpr="x*100/128" frexpr="x*128/100" format="%.1f" min="80" max="105" inc="0.1" storagetype="uint8" endian="big"/>
	<scaling name="Percent255" units="%" toexpr="x*.39215" frexpr="x/.39215" format="%.1f" min="0" max="100" inc="0.39215" storagetype="uint8" endian="big"/>
	<scaling name="RPM" units="RPM" toexpr="x*4" frexpr="x/4" format="%.0f" min="0" max="8000" inc="4" 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="RPM8unt" units="RPM" toexpr="x*31.25" frexpr="x/31.25" format="%.0f" min="0" max="9000" inc="31.25" storagetype="uint8" endian="big"/>
	<scaling name="RPMLimit" units="RPM" toexpr="7500000/x" frexpr="7500000/x" format="%.0f" min="0" max="8000" inc="7.5" storagetype="uint16" endian="big"/>
	<scaling name="RPMPerMPH" units="RPM/MPH" toexpr="x/22.6" frexpr="22.6*x" format="%.0f" min="0" max="3000" inc="5" 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="RPMperkmh" units="RPM/kmh" toexpr="x/36.373" frexpr="36.373*x" format="%.0f" min="0" max="3000" inc="5" storagetype="uint16" endian="big"/>
	<scaling name="Speed16" units="km/h" toexpr="x*2" frexpr="x/2" format="%.0f" min="0" max="240" inc="2" storagetype="uint16" endian="big"/>
	<scaling name="StockXMAP in psig" units="StockXMAP in psig" toexpr="((x/4)*0.19347)-14.5" frexpr="((x+14.5)/0.19347)*4" format="%.2f" min="-15" max="35" inc="0.05" 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="TempC" units="Celsius" toexpr="x-40" frexpr="x+40" format="%.0f" min="-40" max="215" inc="1" storagetype="uint16" endian="big"/>
	<scaling name="TempFarenheit" units="Farenheit" toexpr="1.8*x-40" frexpr="(x+40)/1.8" format="%.0f" min="-40" max="350" inc="1" storagetype="uint16" endian="big"/>
	<scaling name="Throttle %" units="%" toexpr="x*100/255" frexpr="x*255/100" format="%.1f" min="0" max="100" inc="2" storagetype="uint16" endian="big"/>
	<scaling name="Throttle Opening" units="%" toexpr="x/3277*100" frexpr="x/100*3277" format="%.1f" min="0" max="100" inc="0.5" storagetype="uint16" endian="big"/>
	<scaling name="Throttle RPM/MPH" units="units" toexpr="x*0.46" frexpr="x/0.46" format="%.0f" min="0" max="255" inc="1" storagetype="uint8" endian="big"/>
	<scaling name="Throttle Volts" units="Volts" toexpr="x/1024" frexpr="x*1024" format="%.2f" min="0" max="5.5" inc="0.001" storagetype="uint16" endian="big"/>
	<scaling name="Throttle%16" units="TPS %" toexpr="(x-26)/2.04" frexpr="(x*2.04)+26" format="%.1f" min="0" max="100" inc="0.49" storagetype="uint16" endian="big"/>
	<scaling name="Throttle%16_1024" units="%" toexpr="x/10.24" frexpr="x*10.24" format="%.1f" min="0" max="100" inc="0.392" storagetype="uint16" endian="big"/>
	<scaling name="Throttle%16_256" units="TPS %" toexpr="x/2.56" frexpr="x*2.56" format="%.1f" min="0" max="100" inc="0.392" storagetype="uint16" endian="big"/>
	<scaling name="Throttle%8" units="TPS %" toexpr="(x-27)/1.92" frexpr="x*1.92+27" format="%.1f" min="0" max="100" inc="0.392" storagetype="uint8" endian="big"/>
	<scaling name="Throttle%FF16" units="TPS %" toexpr="(x-27)/1.92" frexpr="x*1.92+27" format="%.0f" min="0" max="100" inc="0.392" storagetype="uint16" endian="big"/>
	<scaling name="Throttle8" units="%" toexpr="(x-19)*0.50" frexpr="(x/0.50)+19" format="%.1f" min="0" max="100" inc="0.5" storagetype="uint8" endian="big"/>
	<scaling name="ThrottleMAINorSUBInvertedOpening %" units="%" toexpr="100*(x-26)/(204)" frexpr="(x+26)/100*(204)" format="%.1f" min="0" max="100" inc="0.5" storagetype="uint16" endian="big"/>
	<scaling name="Throttle_IPW" units="mSec" toexpr="x*0.064" frexpr="x/0.064" format="%.3f" min="0" max="16.32" inc="0.064" storagetype="uint8" endian="big"/>
	<scaling name="Throttle_Main - Stored Minimum Throttle %" units="%" toexpr="(x+(90/4))*100/255" frexpr="x*255/100-(90/4)" format="%.1f" min="0" max="100" inc="2" storagetype="uint16" 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="Time(25mS)8" units="mSec" toexpr="x*25" frexpr="x/25" format="%.0f" min="0" max="6375" inc="25" storagetype="uint8" endian="big"/>
	<scaling name="TimeInjCranking" units="ms" toexpr="x*0.005" frexpr="x/0.005" format="%.1f" min="0" max="500" inc="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="TimingMin" units="degrees" toexpr="x-20" frexpr="x+20" format="%.0f" min="-20" max="30" inc="1" storagetype="int8" endian="big"/>
	<scaling name="ValveTimingExhaust" units="degrees" toexpr="80-(x*0.625)" frexpr="(80-x)/0.625" format="%.2f" min="-20" max="-2.5" inc="0.625" storagetype="uint8" endian="big"/>
	<scaling name="ValveTimingIntake" units="degrees" toexpr="80-(x*0.625)" frexpr="(80-x)/0.625" format="%.2f" min="2.5" max="20" inc="0.625" 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="VehicleSpeedFreq" units="km/h" toexpr="x*0.25" frexpr="x/0.25" format="%.1f" min="0" max="64" inc="0.2" storagetype="uint16" endian="big"/>
	<scaling name="VoltsADC1023" units="Volts" toexpr="x*5/1023" frexpr="x*1023/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="blobbits" storagetype="bloblist" storagebits="1">
		<data name="0" value="00"/>
		<data name="1" value="01"/>
	</scaling>
	<scaling name="myScaling" units="units" toexpr="x" frexpr="x" format="%.0f" min="0" max="255" inc="1" storagetype="uint8" endian="big"/>
	<scaling name="psia16" units="psia" toexpr="x*0.19347" frexpr="x/0.19347" format="%.1f" min="0" max="49.5" inc="0.1" storagetype="uint16" endian="big"/>
	<scaling name="psia8" units="psia" toexpr="x*0.19347" frexpr="x/0.19347" format="%.1f" min="0" max="49.5" inc="0.1" 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"/>
	<scaling name="x2_byte" units="units" toexpr="x*2" frexpr="x/2" format="%.0f" min="0" max="510" inc="1" storagetype="uint8" endian="big"/>
	<scaling name="x4_word" units="units" toexpr="x*4" frexpr="x/4" format="%.0f" min="0" max="510" inc="1" storagetype="uint16" endian="big"/>

	<table name="*MIVEC Intake Normal Coolant Temp" category="MIVEC" address="59b5d" type="3D" swapxy="true" scaling="ValveTimingIntake">
		<table name="Load" address="5c07a" type="X Axis" elements="10" scaling="Load"/>
		<table name="RPM" address="5c094" type="Y Axis" elements="22" scaling="RPM"/>
	</table>

	<table name="*MIVEC Intake Low Coolant Temp" category="MIVEC" address="59c41" type="3D" swapxy="true" scaling="ValveTimingIntake">
		<table name="Load" address="5c07a" type="X Axis" elements="10" scaling="Load"/>
		<table name="RPM" address="5c094" type="Y Axis" elements="22" scaling="RPM"/>
	</table>

	<table name="*MIVEC Intake Map Interpolation" category="MIVEC" address="59eea" type="2D" scaling="Percent255">
		<table name="Coolant Temperature" address="5cdf0" type="Y Axis" elements="9" scaling="Temp"/>
	</table>

	<table name="*MIVEC Intake gain" category="MIVEC" address="59f06" type="2D" scaling="Percent255">
		<table name="unknown" address="5ce08" type="Y Axis" elements="11" scaling="uint16"/>
	</table>

	<table name="*MIVEC Exhaust Normal Coolant Temp" category="MIVEC" address="59d25" type="3D" swapxy="true" scaling="ValveTimingExhaust">
		<table name="Load" address="5c07a" type="X Axis" elements="10" scaling="Load"/>
		<table name="RPM" address="5c094" type="Y Axis" elements="22" scaling="RPM"/>
	</table>

	<table name="*MIVEC Exhaust Low Coolant Temp" category="MIVEC" address="59e09" type="3D" swapxy="true" scaling="ValveTimingExhaust">
		<table name="Load" address="5c07a" type="X Axis" elements="10" scaling="Load"/>
		<table name="RPM" address="5c094" type="Y Axis" elements="22" scaling="RPM"/>
	</table>

	<table name="*MIVEC Exhaust Map Interpolation" category="MIVEC" address="59ef8" type="2D" scaling="Percent255">
		<table name="Coolant Temperature" address="5cdf0" type="Y Axis" elements="9" scaling="Temp"/>
	</table>

	<table name="*MIVEC Exhaust gain" category="MIVEC" address="59f16" type="2D" scaling="Percent255">
		<table name="units" address="5ce08" type="Y Axis" elements="11" scaling="uint16"/>
	</table>

	<table name="*Hi Octane Base Timing Map" category="Timing" address="53651" type="3D" swapxy="true" scaling="Timing">
		<table name="Load" address="5bb2c" type="X Axis" elements="13" scaling="Load"/>
		<table name="RPM" address="5bafe" type="Y Axis" elements="20" scaling="RPM"/>
	</table>

	<table name="*Lo Octane Base Timing Map" category="Timing" address="5375d" type="3D" swapxy="true" scaling="Timing">
		<table name="Load" address="5bb2c" type="X Axis" elements="13" scaling="Load"/>
		<table name="RPM" address="5bafe" type="Y Axis" elements="20" scaling="RPM"/>
	</table>

	<table name="*Eco Mode Timing Hi Octane" category="Timing" address="5824b" type="3D" swapxy="true" scaling="Timing">
		<table name="Load" address="5cc8e" type="X Axis" elements="12" scaling="Load"/>
		<table name="RPM" address="5cc68" type="Y Axis" elements="16" scaling="RPM"/>
	</table>

	<table name="*Eco mode Timing Lo Octane" category="Timing" address="58183" type="3D" swapxy="true" scaling="Timing">
		<table name="Load" address="5cc8e" type="X Axis" elements="12" scaling="Load"/>
		<table name="RPM" address="5cc68" type="Y Axis" elements="16" scaling="RPM"/>
	</table>

	<table name="*Warmup Retard Map #1" category="Timing" address="56bef" type="3D" swapxy="true" scaling="Timing">
		<table name="Load" address="5bb2c" type="X Axis" elements="13" scaling="Load"/>
		<table name="RPM" address="5bafe" type="Y Axis" elements="20" scaling="RPM"/>
	</table>

	<table name="*Warmup Retard Map #2" category="Timing" address="56d23" type="3D" swapxy="true" scaling="Timing">
		<table name="Load" address="5bb2c" type="X Axis" elements="13" scaling="Load"/>
		<table name="RPM" address="5bafe" type="Y Axis" elements="20" scaling="RPM"/>
	</table>

	<table name="Warmup Retard Map Interpolation v ECT (#1-->#2)" category="Timing" address="56d14" type="2D" scaling="Percent255">
		<table name="ECT" address="5bbf8" type="Y Axis" elements="8" scaling="TempC"/>
	</table>

	<table name="Warmup Retard Interpolation v RPM (retard-->base)" category="Timing" address="53abe" type="2D" scaling="Percent255">
		<table name="RPM" address="5b9be" type="Y Axis" elements="10" scaling="RPM"/>
	</table>

	<table name="Warmup Retard ECT Compensation" category="Timing" address="53acc" type="2D" scaling="CF255">
		<table name="ECT" address="5bc14" type="Y Axis" elements="8" scaling="TempC"/>
	</table>

	<table name="Warmup Retard airflow max v ECT" category="Timing" address="53ada" type="2D" scaling="Time">
		<table name="ECT" address="5bd04" type="Y Axis" elements="8" scaling="Temp"/>
	</table>

	<table name="*Upper Bound Ignition Timing" category="Timing" address="5b6f3" type="3D" swapxy="true" scaling="Timing">
		<table name="Load" address="5bb2c" type="X Axis" elements="13" scaling="Load"/>
		<table name="RPM" address="5bafe" type="Y Axis" elements="20" scaling="RPM"/>
	</table>

	<table name="*Spark-Accel Load Threshold v RPM" category="Timing" address="53ab0" type="2D" scaling="Load8">
		<table name="Throttle" address="5c014" type="Y Axis" elements="10" scaling="Throttle%16_1024"/>
	</table>

	<table name="*Spark-Accel trim v delta Load" category="Timing" address="53abe" type="2D" scaling="Percent255">
		<table name="Throttle" address="5c014" type="Y Axis" elements="10" scaling="Throttle%16_1024"/>
	</table>

	<table name="*AFR Map warm" category="Fuel" address="530e5" type="3D" swapxy="true" scaling="AFR">
		<table name="Load" address="5bac8" type="X Axis" elements="13" scaling="Load"/>
		<table name="RPM" address="5baa6" type="Y Axis" elements="14" scaling="RPM"/>
	</table>

	<table name="*AFR Map cold" category="Fuel" address="53261" type="3D" swapxy="true" scaling="AFR">
		<table name="Load" address="5bac8" type="X Axis" elements="13" scaling="Load"/>
		<table name="RPM" address="5baa6" type="Y Axis" elements="14" scaling="RPM"/>
	</table>

	<table name="*AFR Map warm copy" category="Fuel" address="53027" type="3D" swapxy="true" scaling="AFR">
		<table name="Load" address="5bac8" type="X Axis" elements="13" scaling="Load"/>
		<table name="RPM" address="5baa6" type="Y Axis" elements="14" scaling="RPM"/>
	</table>

	<table name="*AFR Map cold copy" category="Fuel" address="531a3" type="3D" swapxy="true" scaling="AFR">
		<table name="Load" address="5bac8" type="X Axis" elements="13" scaling="Load"/>
		<table name="RPM" address="5baa6" type="Y Axis" elements="14" scaling="RPM"/>
	</table>

	<table name="*Main AFR correction" category="Fuel" address="54b2b" type="3D" swapxy="true" scaling="Percent128">
		<table name="X" address="5c29e" type="X Axis" elements="19" scaling="Load"/>
		<table name="RPM" address="5c278" type="Y Axis" elements="16" scaling="RPM"/>
	</table>

	<table name="ACCELERATION ENRICHMENT Control Parameters" category="ACCELERATION ENRICHMENT" address="512da" type="2D" scaling="Hex16">
		<table name="FUNCTION" type="Static Y Axis" elements="22">
			<data>512DA  ACCEL ENRICHMENT  d-Airflow ACCEL stroke count from Ev%      XDLYA  0004 = 4      IG     IG*1        .</data>
			<data>512DC  ACCEL ENRICHMENT  Delta Airflow ACCEL Deadband IDLE       XDANDBID  000A = 1.525  %  Ec*100*50/32768 .</data>
			<data>512DE  ACCEL ENRICHMENT  Deadband Filter Gain ACCEL and DECEL      XDANFG  00C8 = 0.78   GAIN   K/256       .</data>
			<data>512E0  ACCEL ENRICHMENT                                             XANKA  006B = 66.8   Ec%    Ev/1.6      .</data>
			<data>512E2  ACCEL ENRICHMENT  Maximum allowable Load for Enrichment      XANMX  0070 = 70.0   Ec%    Ev/1.6      .</data>
			<data>512E4  ACCEL ENRICHMENT  Load Increase/Decrease multiplier #1              0004 =                           .</data>
			<data>512E6  ACCEL ENRICHMENT  Load Increase/Decrease multiplier #2              0005 =                           .</data>
			<data>512E8  ACCEL ENRICHMENT  Load Increase/Decrease divider                    0002 =                           .</data>
			<data>512EA  ACCEL ENRICHMENT  Accel-Base Gain Integer                 XKAWTRES  0010 = 16            units       .</data>
			<data>512EC  ACCEL ENRICHMENT  Initial Enrichment Multiplier             XKACRK  0080 = 1.000         K/128       .</data>
			<data>512EE  ACCEL ENRICHMENT                                            XANGEN  0020 = 20.0   Ev%    Ev/1.6      .</data>
			<data>512F0  ACCEL ENRICHMENT                                            XDANUP  0040 = 09.76  %  Ec*100*50/32768 .</data>
			<data>512F2  ACCEL ENRICHMENT                                           XDANUPD  00FF = 38.91  %  Ec*100*50/32768 .</data>
			<data>512F4  ACCEL ENRICHMENT                                          XTINHDEC  0078 = 3000   mSec   T*25        .</data>
			<data>512F6  ACCEL ENRICHMENT                                            XWTACC  003C = +20    *C     T-40        .</data>
			<data>512F8  ACCEL ENRICHMENT                                            XCANAH  0002 = 2      IG     IG*1        .</data>
			<data>512FA  ACCEL ENRICHMENT                                            XCANAC  0002 = 2      IG     IG*1        .</data>
			<data>512FC  ACCEL ENRICHMENT                                           XWTACC2  003C = +20    *C     T-40        .</data>
			<data>512FE  ACCEL ENRICHMENT                                           XCANAC2  0002 = 2      IG     IG*1        .</data>
			<data>51300  ACCEL ENRICHMENT                                                    005A =                           .</data>
			<data>51302  ACCEL ENRICHMENT                                                    0003 =                           .</data>
			<data>51304  ACCEL ENRICHMENT                                                    000A =                           .</data>
		</table>
	</table>

	<table name="Accel Enrichment, RPM Compensation #1" category="ACCELERATION ENRICHMENT" address="5351e" type="2D" scaling="CF128">
		<table name="RPM" address="5b946" type="Y Axis" elements="10" scaling="RPM"/>
	</table>

	<table name="Accel Enrichment, RPM Compensation #2" category="ACCELERATION ENRICHMENT" address="541a0" type="2D" scaling="CF128">
		<table name="RPM" address="5b946" type="Y Axis" elements="10" scaling="RPM"/>
	</table>

	<table name="Accel Enrichment Decay Timer #1" category="ACCELERATION ENRICHMENT" address="535b2" type="2D" scaling="Time(25mS)8">
		<table name="ECT" address="5bb7e" type="Y Axis" elements="8" scaling="Temp"/>
	</table>

	<table name="Accel Enrichment Decay Timer #2" category="ACCELERATION ENRICHMENT" address="54720" type="2D" scaling="Time(25mS)8">
		<table name="ECT" address="5bb7e" type="Y Axis" elements="8" scaling="Temp"/>
	</table>

	<table name="Accel Enrichment, ECT Decay Coeffecient" category="ACCELERATION ENRICHMENT" address="5352c" type="2D" scaling="CF255">
		<table name="ECT" address="5bb7e" type="Y Axis" elements="8" scaling="Temp"/>
	</table>

	<table name="Accel Enrichment, IPW v Load Delta #1" category="ACCELERATION ENRICHMENT" address="53538" type="2D" scaling="Throttle_IPW">
		<table name="Load" address="5ba78" type="Y Axis" elements="10" scaling="Load"/>
	</table>

	<table name="Accel Enrichment, IPW v Load Delta #2" category="ACCELERATION ENRICHMENT" address="53546" type="2D" scaling="Throttle_IPW">
		<table name="Load" address="5ba78" type="Y Axis" elements="10" scaling="Load"/>
	</table>

	<table name="Accel Enrichment, IPW v Load Delta #1 copy" category="ACCELERATION ENRICHMENT" address="535ea" type="2D" scaling="Throttle_IPW">
		<table name="Load" address="5ba78" type="Y Axis" elements="10" scaling="Load"/>
	</table>

	<table name="Accel Enrichment, IPW v Load Delta #2 copy" category="ACCELERATION ENRICHMENT" address="535f8" type="2D" scaling="Throttle_IPW">
		<table name="Load" address="5ba78" type="Y Axis" elements="10" scaling="Load"/>
	</table>

	<table name="Accel Enrichment v ECT Coefficient" category="ACCELERATION ENRICHMENT" address="535c2" type="2D" scaling="CF16">
		<table name="ECT" address="5bb7e" type="Y Axis" elements="8" scaling="Temp"/>
	</table>

	<table name="Accel Enrichment v RPM Compensation" category="ACCELERATION ENRICHMENT" address="535ce" type="2D" scaling="CF128">
		<table name="RPM" address="5b946" type="Y Axis" elements="10" scaling="RPM"/>
	</table>

	<table name="Accel Enrichment v Load Compensation" category="ACCELERATION ENRICHMENT" address="535dc" type="2D" scaling="CF128">
		<table name="Load" address="5ba4c" type="Y Axis" elements="10" scaling="Load"/>
	</table>

	<table name="THROTTLE ENRICHMENT Control Parameters" category="THROTTLE ENRICHMENT" address="51306" type="2D" scaling="Hex16">
		<table name="FUNCTION" type="Static Y Axis" elements="5">
			<data>51306  THROTTLE ENRICHMENT  Post Additional Inj Inhibit Timer      XRNJCT  0028 = 200    mSec   T*5        .</data>
			<data>51308  THROTTLE ENRICHMENT  Minimum Throttle Delta for Enrichment  XRNJDB  0003 = 0.058  Volt   Vtps*5/256 .</data>
			<data>5130A  THROTTLE ENRICHMENT  Maximum Total Enrichment IPW           XRNJMT  0023 = 8.96   mSec   T*0.256    .</data>
			<data>5130C  THROTTLE ENRICHMENT  Maximum Integral IPW                   XRNJCP  0050 = 5.120  mSec   T*0.064    .</data>
			<data>5130E  THROTTLE ENRICHMENT  Startup 5 Sec Enrichment Multiplier   XKRNJCK  0080 = 1.000         K/128      .</data>
		</table>
	</table>

	<table name="Throttle Enrichment, Decay Timer???" category="THROTTLE ENRICHMENT" address="5356a" type="2D" scaling="Time(25mS)8">
		<table name="THROTTLE_DELTA" address="5ba4e" type="Y Axis" elements="9" scaling="Throttle%16_1024"/>
	</table>

	<table name="Throttle Enrichment IPW v throttle delta #1???" category="THROTTLE ENRICHMENT" address="53550" type="2D" scaling="Throttle_IPW">
		<table name="Throttle Delta" address="5c626" type="Y Axis" elements="13" scaling="Throttle Opening"/>
	</table>

	<table name="Throttle Enrichment IPW v throttle delta #2???" category="THROTTLE ENRICHMENT" address="5355d" type="2D" scaling="Throttle_IPW">
		<table name="Throttle Delta" address="5c626" type="Y Axis" elements="13" scaling="Throttle Opening"/>
	</table>

	<table name="Throttle Enrichment, Throttle Limit" category="THROTTLE ENRICHMENT" address="53578" type="2D" scaling="Percent255">
		<table name="RPM" address="5b946" type="Y Axis" elements="10" scaling="RPM"/>
	</table>

	<table name="Throttle Enrichment, ECT adder #1" category="THROTTLE ENRICHMENT" address="53586" type="2D" scaling="Throttle_IPW">
		<table name="ECT" address="5bb7e" type="Y Axis" elements="8" scaling="Temp"/>
	</table>

	<table name="Throttle Enrichment, ECT adder #2" category="THROTTLE ENRICHMENT" address="53592" type="2D" scaling="CF32">
		<table name="ECT" address="5bbfe" type="Y Axis" elements="8" scaling="Temp"/>
	</table>

	<table name="Throttle Enrichment, RPM Compensation" category="THROTTLE ENRICHMENT" address="5359e" type="2D" scaling="CF255">
		<table name="RPM" address="5b946" type="Y Axis" elements="10" scaling="RPM"/>
	</table>

	<table name="*Closed-Loop Load limit #1 (Cold)" category="CLOSED-LOOP CONTROL" address="5334c" type="2D" scaling="Load8">
		<table name="RPM" address="5b97e" type="Y Axis" elements="16" scaling="RPM"/>
	</table>

	<table name="*Closed-Loop Load limit #1 (Hot)" category="CLOSED-LOOP CONTROL" address="53360" type="2D" scaling="Load8">
		<table name="RPM" address="5b97e" type="Y Axis" elements="16" scaling="RPM"/>
	</table>

	<table name="*Closed-Loop Load limit #2 (Cold)" category="CLOSED-LOOP CONTROL" address="54924" type="2D" scaling="Load8">
		<table name="RPM" address="5b97e" type="Y Axis" elements="16" scaling="RPM"/>
	</table>

	<table name="*Closed-Loop Load limit #2 (Hot)" category="CLOSED-LOOP CONTROL" address="54938" type="2D" scaling="Load8">
		<table name="RPM" address="5b97e" type="Y Axis" elements="16" scaling="RPM"/>
	</table>

	<table name="*Closed-Loop Throttle limit M/T" category="CLOSED-LOOP CONTROL" address="53374" type="2D" scaling="Percent255">
		<table name="RPM" address="5b97e" type="Y Axis" elements="16" scaling="RPM"/>
	</table>

	<table name="*Requested Torque Ramp Rate v Throttle Normal Mode" category="Torque" address="58337" type="3D" swapxy="true" scaling="Percent255">
		<table name="VehicleSpeed" address="5ccd8" type="X Axis" elements="6" scaling="Speed16"/>
		<table name="Throttle" address="5ccac" type="Y Axis" elements="8" scaling="Throttle%16_1024"/>
	</table>

	<table name="*Requested Torque Ramp Rate v Throttle Sport Mode" category="Torque" address="5836f" type="3D" swapxy="true" scaling="Percent255">
		<table name="VehicleSpeed" address="5ccd8" type="X Axis" elements="6" scaling="Speed16"/>
		<table name="Throttle" address="5ccac" type="Y Axis" elements="8" scaling="Throttle%16_1024"/>
	</table>

	<table name="*Requested Torque Ramp Rate Base" category="Torque" address="5a7cf" type="3D" swapxy="true" scaling="Percent255">
		<table name="VehicleSpeed" address="5ccd8" type="X Axis" elements="6" scaling="Speed16"/>
		<table name="RPMperkmh" address="5ccc2" type="Y Axis" elements="8" scaling="RPMperkmh"/>
	</table>

	<table name="Speed Limiter" category="Limits" address="51262" type="2D" scaling="VehicleSpeed">
		<table name="X" type="Static Y Axis" elements="2">
			<data>Limiter ON</data>
			<data>Limiter OFF</data>
		</table>
	</table>

	<table name="Airflow Check # 2" category="Limits" address="5a5c7" type="3D" swapxy="true" scaling="uint8">
		<table name="TPS Related" address="5ced2" type="X Axis" elements="14" scaling="Throttle %"/>
		<table name="RPM" address="5ceae" type="Y Axis" elements="15" scaling="RPM"/>
	</table>

	<table name="*VE map #1" category="TORQUE CONTROL" address="55389" type="3D" swapxy="true" scaling="Percent255">
		<table name="Load" address="5bed8" type="X Axis" elements="12" scaling="Load"/>
		<table name="RPM" address="5be7a" type="Y Axis" elements="14" scaling="RPM"/>
	</table>

	<table name="Lower Bound Retarded map" category="TORQUE CONTROL" address="50547" type="3D" swapxy="true" scaling="TimingMin">
		<table name="Load" address="5bebe" type="X Axis" elements="10" scaling="Load"/>
		<table name="RPM" address="5be7a" type="Y Axis" elements="14" scaling="RPM"/>
	</table>

	<table name="Timing Reduction v TPS???" category="TORQUE CONTROL" address="5041f" type="3D" swapxy="true" scaling="Timing">
		<table name="TPS" address="5bfc6" type="X Axis" elements="10" scaling="uint16"/>
		<table name="RPM" address="5bf1c" type="Y Axis" elements="14" scaling="RPM"/>
	</table>

	<table name="Timing Reduction Shift Shock lo gears???" category="TORQUE CONTROL" address="504b3" type="3D" swapxy="true" scaling="Timing">
		<table name="Load" address="5bebe" type="X Axis" elements="10" scaling="Load"/>
		<table name="RPM" address="5be7a" type="Y Axis" elements="14" scaling="RPM"/>
	</table>

	<table name="Timing Reduction Shift Shock hi gears???" category="TORQUE CONTROL" address="507f5" type="3D" swapxy="true" scaling="Timing">
		<table name="Load" address="5bebe" type="X Axis" elements="10" scaling="Load"/>
		<table name="RPM" address="5be7a" type="Y Axis" elements="14" scaling="RPM"/>
	</table>

	<table name="Timing Reduction v Load???" category="TORQUE CONTROL" address="552f5" type="3D" swapxy="true" scaling="Timing">
		<table name="Load" address="5bebe" type="X Axis" elements="10" scaling="Load"/>
		<table name="RPM" address="5befa" type="Y Axis" elements="14" scaling="RPM"/>
	</table>

	<table name="table 344 Something v Gear" category="TORQUE CONTROL" address="55552" type="2D" scaling="uint8">
		<table name="gear/speed" address="5cd48" type="Y Axis" elements="8" scaling="RPMperkmh"/>
	</table>

	<table name="TRT BARO Compensation" category="TORQUE CONTROL" address="503d4" type="2D" scaling="CF128">
		<table name="BARO" address="5cf52" type="Y Axis" elements="6" scaling="Baro_mmHg"/>
	</table>

	<table name="TRT IAT Compensation" category="TORQUE CONTROL" address="503de" type="2D" scaling="CF128">
		<table name="IAT" address="5bd1a" type="Y Axis" elements="7" scaling="TEMP"/>
	</table>

	<table name="TRT ECT Compensation" category="TORQUE CONTROL" address="55552" type="2D" scaling="CF128">
		<table name="ECT" address="5bfe0" type="Y Axis" elements="8" scaling="TEMP"/>
	</table>

	<table name="Torque Limit Reduction v RPM (CPRU_A) 2" category="TORQUE CONTROL" address="5040e" type="2D" scaling="uint8">
		<table name="RPM" address="5be7a" type="Y Axis" elements="14" scaling="RPM"/>
	</table>

	<table name="*Max MAP plot" category="TORQUE CONTROL" address="503f8" type="2D" scaling="MAP_kPa">
		<table name="RPM" address="5be7a" type="Y Axis" elements="14" scaling="RPM"/>
	</table>

	<table name="*MAP limit v Throttle" category="TORQUE CONTROL" address="57853" type="3D" swapxy="true" scaling="uint8">
		<table name="TPS" address="5ca30" type="X Axis" elements="15" scaling="PERCENT4096"/>
		<table name="RPM" address="5ca0c" type="Y Axis" elements="15" scaling="RPM"/>
	</table>

	<table name="*MAP v Throttle Plausibilty #1" category="TORQUE CONTROL" address="55439" type="3D" swapxy="true" scaling="MAP_kPa">
		<table name="Throttle" address="5f37e" type="X Axis" elements="17" scaling="Throttle%16_1024"/>
		<table name="RPM" address="5be7a" type="Y Axis" elements="14" scaling="RPM"/>
	</table>

	<table name="Torque Reduction v RPM (CPRU_A) #1" category="TORQUE CONTROL" address="503ea" type="2D" scaling="uint8">
		<table name="RPM" address="5be7a" type="Y Axis" elements="14" scaling="RPM"/>
	</table>

	<table name="Torque #1 unknown" category="TORQUE CONTROL" address="5a76a" type="2D" scaling="Percent255">
		<table name="RPM" address="5be7a" type="Y Axis" elements="14" scaling="RPM"/>
	</table>

	<table name="*MAP v Throttle Plausibilty #2" category="TORQUE CONTROL" address="5da17" type="3D" swapxy="true" scaling="MAP_kPa">
		<table name="Throttle" address="5f37e" type="X Axis" elements="17" scaling="Throttle%16_1024"/>
		<table name="RPM" address="5be7a" type="Y Axis" elements="14" scaling="RPM"/>
	</table>

	<table name="*MAP v Throttle Plausibilty #3" category="TORQUE CONTROL" address="5db0d" type="3D" swapxy="true" scaling="MAP_kPa">
		<table name="Throttle" address="5f37e" type="X Axis" elements="17" scaling="Throttle%16_1024"/>
		<table name="RPM" address="5be7a" type="Y Axis" elements="14" scaling="RPM"/>
	</table>

	<table name="*Upper Bound Ign Timing Limiter v Throttle #2 #3" category="TORQUE CONTROL" address="5dc15" type="3D" swapxy="true" scaling="Timing">
		<table name="Throttle" address="5f37e" type="X Axis" elements="17" scaling="Throttle%16_1024"/>
		<table name="RPM" address="5c556" type="Y Axis" elements="14" scaling="RPM"/>
	</table>

	<table name="*VE map #2 #3" category="TORQUE CONTROL" address="5d967" type="3D" swapxy="true" scaling="Percent255">
		<table name="Load" address="5bed8" type="X Axis" elements="12" scaling="Load"/>
		<table name="RPM" address="5be7a" type="Y Axis" elements="14" scaling="RPM"/>
	</table>

	<table name="Torque Reduction v RPM (CPRU_A) #2 #3" category="TORQUE CONTROL" address="5d9c8" type="2D" scaling="uint8">
		<table name="RPM" address="5c556" type="Y Axis" elements="14" scaling="RPM"/>
	</table>

	<table name="Torque #2 #3 unknown" category="TORQUE CONTROL" address="5dc8c" type="2D" scaling="Percent255">
		<table name="RPM" address="5be7a" type="Y Axis" elements="14" scaling="RPM"/>
	</table>

	<table name="*MAP v Throttle Plausibilty #4" category="TORQUE CONTROL" address="5e24b" type="3D" swapxy="true" scaling="MAP_kPa">
		<table name="Throttle" address="5f37e" type="X Axis" elements="17" scaling="Throttle%16_1024"/>
		<table name="RPM" address="5c556" type="Y Axis" elements="14" scaling="RPM"/>
	</table>

	<table name="*MAP v Throttle Plausibilty #5" category="TORQUE CONTROL" address="5e341" type="3D" swapxy="true" scaling="MAP_kPa">
		<table name="Throttle" address="5f37e" type="X Axis" elements="17" scaling="Throttle%16_1024"/>
		<table name="RPM" address="5c556" type="Y Axis" elements="14" scaling="RPM"/>
	</table>

	<table name="*VE map #4 #5" category="TORQUE CONTROL" address="5e19b" type="3D" swapxy="true" scaling="Percent255">
		<table name="Load" address="5bed8" type="X Axis" elements="12" scaling="Load"/>
		<table name="RPM" address="5be7a" type="Y Axis" elements="14" scaling="RPM"/>
	</table>

	<table name="Torque Reduction v RPM (CPRU_A) #4 #5" category="TORQUE CONTROL" address="5e5e6" type="2D" scaling="uint8">
		<table name="RPM" address="5c556" type="Y Axis" elements="14" scaling="RPM"/>
	</table>

	<table name="Torque #4 #5 unknown" category="TORQUE CONTROL" address="5e818" type="2D" scaling="Percent255">
		<table name="RPM" address="5c556" type="Y Axis" elements="14" scaling="RPM"/>
	</table>

	<table name="*Upper Bound Ign Timing Limiter v Throttle #4 #5" category="TORQUE CONTROL" address="5e437" type="3D" swapxy="true" scaling="Timing">
		<table name="Throttle" address="5f37e" type="X Axis" elements="17" scaling="Throttle%16_1024"/>
		<table name="RPM" address="5c556" type="Y Axis" elements="14" scaling="RPM"/>
	</table>

	<table name="SHIFT SHOCK Control Parameters [BROKEN]" category="SHIFT SHOCK RETARD CONTROL" address="51494" type="2D" scaling="Hex16">
		<table name="FUNCTION" type="Static Y Axis" elements="9">
			<data>51494  SHIFT SHOCK CTRL  Delta Throttle Reduction decision      XADSKDTH  0002 = 0.039  V        Vtps*5/256  .</data>
			<data>51496  SHIFT SHOCK CTRL  ECT operating decision                  XADSKWT  00FF = +215   *C       T-40        .</data>
			<data>51498  SHIFT SHOCK CTRL  Road Speed  operating decision          XADSKVS  003C = 15     kmh      Vs*0.25     .</data>
			<data>5149A  SHIFT SHOCK CTRL  Engine Load operating decision          XADSKEV  0038 = 35     %        Ev/1.6      .</data>
			<data>5149C  SHIFT SHOCK CTRL  Engine RPM Control Start               XADSKNEL  0020 = 1000   rpm      Ne*8000/256 .</data>
			<data>5149E  SHIFT SHOCK CTRL  Engine RPM Control End                 XADSKNEH  00A0 = 5000   rpm      Ne*8000/256 .</data>
			<data>514A0  SHIFT SHOCK CTRL  LO-Gear Ratio Limit                  XADSKGL_2B  FFFF = N/A    rpm/kmh  VsNe/36.373 .</data>
			<data>514A2  SHIFT SHOCK CTRL  HI-Gear Ratio Limit                  XADSKGH_2B  0001 = 0      rpm/kmh  VsNe/36.373 .</data>
			<data>514A4  SHIFT SHOCK CTRL  Engine Stroke Count Limit               XADSKIG  000A = 10     IGN                  .</data>
		</table>
	</table>

	<table name="Upshift interpolation v ECT" category="SHIFT SHOCK RETARD CONTROL" address="50886" type="2D" scaling="Timing">
		<table name="ECT" address="5bdaa" type="Y Axis" elements="8" scaling="Temp"/>
	</table>

	<table name="Shift-Cut, Load Trim" category="SHIFT SHOCK RETARD CONTROL" address="53b20" type="2D" scaling="uint8">
		<table name="Load" address="5b9ee" type="Y Axis" elements="6" scaling="Load"/>
	</table>

	<table name="Shift-Cut, Altitude Factor" category="SHIFT SHOCK RETARD CONTROL" address="53b2a" type="2D" scaling="CF128">
		<table name="Barometric Altitude" address="5ba76" type="Y Axis" elements="4" scaling="Baro_mmHg"/>
	</table>

	<table name="Shift-Cut, IAT Factor" category="SHIFT SHOCK RETARD CONTROL" address="53b32" type="2D" scaling="CF128">
		<table name="IAT" address="5bc9a" type="Y Axis" elements="7" scaling="Temp"/>
	</table>

	<table name="*Load Threshold Base" category="KNOCK CONTROL" address="53afc" type="2D" scaling="Load8">
		<table name="RPM" address="5d110" type="Y Axis" elements="13" scaling="RPM"/>
	</table>

	<table name="*Load Threshold Acceleration" category="KNOCK CONTROL" address="53b0e" type="2D" scaling="Load8">
		<table name="RPM" address="5d110" type="Y Axis" elements="13" scaling="RPM"/>
	</table>

	<table name="*Knockbase" category="KNOCK CONTROL" address="55b1e" type="2D" scaling="uint8">
		<table name="RPM" address="5c4de" type="Y Axis" elements="14" scaling="RPM"/>
	</table>

	<table name="*Noise Blanker (x1 Gain #1)" category="KNOCK CONTROL" address="55ad6" type="2D" scaling="uint8">
		<table name="RPM" address="5c4de" type="Y Axis" elements="14" scaling="RPM"/>
	</table>

	<table name="*Noise Blanker (x1 Gain #2)" category="KNOCK CONTROL" address="55ae8" type="2D" scaling="KnockVOLTS">
		<table name="RPM" address="5c4de" type="Y Axis" elements="14" scaling="RPM"/>
	</table>

	<table name="*Noise Blanker (x3 Gain #1)" category="KNOCK CONTROL" address="55afa" type="2D" scaling="uint8">
		<table name="RPM" address="5c4de" type="Y Axis" elements="14" scaling="RPM"/>
	</table>

	<table name="*Noise Blanker (x3 Gain #2)" category="KNOCK CONTROL" address="55b0c" type="2D" scaling="KnockVOLTS">
		<table name="RPM" address="5c4de" type="Y Axis" elements="14" scaling="RPM"/>
	</table>

	<table name="*Knock Control Parameters" category="KNOCK CONTROL" address="513f8" type="2D" scaling="Hex16">
		<table name="FUNCTION" type="Static Y Axis" elements="25">
			<data>513F8  KNOCK CTRL  Min LOAD Limit      legacy/replaced by TANKNK  XANKNK  0040 = 40     Ev%     Ev/1.6      .</data>
			<data>513FA  KNOCK CTRL  Min RPM Operational Limit                       XKNNE  0010 = 500    rpm     Ne*8000/256 .</data>
			<data>513FC  KNOCK CTRL  Knock Sensitivity above Load Threshold       XKNGAINC  0020 = 32                         .</data>
			<data>513FE  KNOCK CTRL  Knock Sensitivity below Load Threshold       XKNGAINO  0010 = 16                         .</data>
			<data>51400  KNOCK CTRL  Maximum Retard Rate per Ignition             XKNCLIPC  0007 = 2.45   degree  Q*0.35      .</data>
			<data>51402  KNOCK CTRL  unknown                                      XKNCLIPO  0000 = 0      degree  Q*0.35      .</data>
			<data>51404  KNOCK CTRL  unknown                                                0022 =                            .</data>
			<data>51406  KNOCK CTRL  Knock Sensitivity Low RPM Gain                XKNTHS1  000E = 1.75           K/8         .</data>
			<data>51408  KNOCK CTRL  Knock Background Noise Triple Gain Offset     XKNTOF1  0006 = 117    mV      mV*5000/256 .</data>
			<data>5140A  KNOCK CTRL  unknown                                                0003 =                            .</data>
			<data>5140C  KNOCK CTRL  Knock Background Noise, Single Gain Adder     XKNTOF2  0006 = 117    mV      mV*5000/256 .</data>
			<data>5140E  KNOCK CTRL  unknown                                                0003 =                            .</data>
			<data>51410  KNOCK CTRL  Maximum Knock Retard Timing Limit              XGKNMX  0024 = 12.6   deg     Q*0.35      .</data>
			<data>51412  KNOCK CTRL  Spark Retard  Attack Gradient                  XCKNAG  00A0 = 2.3  deg/sec   T*0.01425   .</data>
			<data>51414  KNOCK CTRL  Spark Advance Return Gradient                XCKNAGAC  0023 = 0.5  deg/sec   T*0.01425   .</data>
			<data>51416  KNOCK CTRL  Acceleration Mode TPS decision               XKNACCTH  00FF = 4.980  V       V*5/256     .</data>
			<data>51418  KNOCK CTRL  Acceleration mode delta RPM decision         XKNACCNE  0006 = 187    rpm     Ne*8000/256 .</data>
			<data>5141A  KNOCK CTRL  Acceleration Mode Time decision             XKNACCTIM  0028 = 1.000  sec     T*0.025     .</data>
			<data>5141C  KNOCK CTRL  Sensor Fail Timing Retard                      XGKNFC  0000 = 0      deg     G*90/256    .</data>
			<data>5141E  KNOCK CTRL  Sensor Fail Timing Retard                      XGKNFO  0000 = 0      deg     G*90/256    .</data>
			<data>51420  KNOCK CTRL  signal gain switching threshold (Lo side)    XKNTHBGL  001A = 0.508  V       Vth*5/256   .</data>
			<data>51422  KNOCK CTRL  signal gain switching threshold (Hi side)    XKNTHBGU  008F = 2.793  V       Vth*5/256   .</data>
			<data>51424  KNOCK CTRL  signal gain switching RPM hysterisis         XKNNBGHY  000A = 312    rpm     Ne*8000/256 .</data>
			<data>51426  KNOCK CTRL  unknown                                                0097 =                            .</data>
			<data>51428  KNOCK CTRL  unknown                                                00A0 =                            .</data>
		</table>
	</table>

	<table name="*Knock Control Learning Parameters" category="KNOCK CONTROL" address="5142a" type="2D" scaling="Hex16">
		<table name="FUNCTION" type="Static Y Axis" elements="8">
			<data>5142A  KNOCK CTRL  Octane Update Load          legacy/replaced by TANKNK  0060 = 60     Ev%    Ev/1.6      .</data>
			<data>5142C  KNOCK CTRL  Octane Update RPM  Enable   legacy/replaced by TKNSAN  003A = 1812   rpm    Ne*8000/256 .</data>
			<data>5142E  KNOCK CTRL  Octane Update RPM Disable   legacy/replaced by TKNSAN  0066 = 3185   rpm    Ne*8000/256 .</data>
			<data>51430  KNOCK CTRL  Octane Update ECT decision                     XWTLKN  0079 = +81    *C     T-40        .</data>
			<data>51432  KNOCK CTRL  Knock Sum for Octane Increment                 XKNAGL  0003 = 3      KnockSum           .</data>
			<data>51434  KNOCK CTRL  Knock Sum for Octane Decrement                 XKNAGU  0005 = 5      KnockSum           .</data>
			<data>51436  KNOCK CTRL  Spark Advance Learning Time (quiet engine)     XCNKAD  0030 = 1.200  Sec    T*0.025     .</data>
			<data>51438  KNOCK CTRL  Spark Retard  Learning Time (knocking engine)  XCNKRD  0018 = 0.600  Sec    T*0.025     .</data>
		</table>
	</table>

	<table name="*Knock Control Enrichment Parameters" category="KNOCK CONTROL" address="5143a" type="2D" scaling="Hex16">
		<table name="FUNCTION" type="Static Y Axis" elements="4">
			<data>5143A  KNOCK CTRL  Knock Fuel Enrichment Knocksum for Enrichment  XKNAFD  0006 = 6      KnockSum           .</data>
			<data>5143C  KNOCK CTRL  Knock Fuel Enrichment Coefficient              XKNAFK  0055 = 0.332         K/256       .</data>
			<data>5143E  KNOCK CTRL  Knock Fuel Enrichment rpm  decision            XKNAFN  0030 = 1500   rpm    Ne*8000/256 .</data>
			<data>51440  KNOCK CTRL  Knock Fuel Enrichment Load decision            XKNAFE  0060 = 60     Ev%    Ev/1.6      .</data>
		</table>
	</table>

	<table name="*Knock Control Unknown Parameters" category="KNOCK CONTROL" address="51442" type="2D" scaling="Hex16">
		<table name="FUNCTION" type="Static Y Axis" elements="11">
			<data>51442  KNOCK CTRL  unknown                                        XKNNRL  0001 = 0.35   degree Q*0.35      .</data>
			<data>51444  KNOCK CTRL  unknown                                       XKNNRHU  0003 = 1.03   deg    G*90/256    .</data>
			<data>51446  KNOCK CTRL  unknown                                       XKNNRHL  0003 = 1.05   deg    G*90/256    .</data>
			<data>51448  KNOCK CTRL  unknown                                     XNISLVLNU  00AA = 5500   rpm    Ne*8000/256 .</data>
			<data>5144A  KNOCK CTRL  unknown                                     XNISLVLNL  00A0 = 5000   rpm    Ne*8000/256 .</data>
			<data>5144C  KNOCK CTRL  unknown                                    XNOIS30_2B  00B4 = 180    IGN                .</data>
			<data>5144E  KNOCK CTRL  unknown                                        XNISNU  00FF = 7968   rpm    Ne*8000/256 .</data>
			<data>51450  KNOCK CTRL  unknown                                        XNISNL  0010 = 500    rpm    Ne*8000/256 .</data>
			<data>51452  KNOCK CTRL  unknown                                                00FF =                           .</data>
			<data>51454  KNOCK CTRL  unknown                                                0004 =                           .</data>
			<data>51456  KNOCK CTRL  unknown                                                0010 =                           .</data>
		</table>
	</table>

	<table name="Fuelcut Decel TPS overrun base" category="TPS" address="57d24" type="2D" scaling="uint8">
		<table name="RPM" address="60d6e" type="Y Axis" elements="16" scaling="RPM"/>
	</table>

	<table name="TPS overrun - minimum APP change to activate" category="TPS" address="548dc" type="1D" scaling="x4_word"/>

	<table name="TPS overrun base (pre decel fuelcut)" category="TPS" address="5b6c5" type="3D" swapxy="true" scaling="x2_byte">
		<table name="APP" address="5d284" type="X Axis" elements="8" scaling="uint16"/>
		<table name="RPM" address="5d26a" type="Y Axis" elements="10" scaling="RPM"/>
	</table>

	<table name="TPS overrun base (pre decel fuelcut) ECT Multiplier" category="TPS" address="5b71a" type="2D" scaling="Percent255">
		<table name="ECT" address="5dfd6" type="Y Axis" elements="7" scaling="TempC"/>
	</table>

	<table name="TPS overrun 5MT 2nd+ decay rate decider" category="TPS" address="5b69c" type="2D" scaling="uint16">
		<table name="RPM" address="5d256" type="Y Axis" elements="7" scaling="RPM"/>
	</table>

	<table name="TPS overrun SST or 5MT 1st decay rate decider" category="TPS" address="5b6b0" type="2D" scaling="uint16">
		<table name="RPM" address="5d256" type="Y Axis" elements="7" scaling="RPM"/>
	</table>

	<table name="Fuel off" category="Fuel" address="526ac" type="2D" scaling="uint16">
		<table name="X" type="Static Y Axis" elements="2">
			<data>Off</data>
			<data>On</data>
		</table>
	</table>

	<table name="Accel Enrichment" category="Fuel" address="5351e" type="2D" scaling="EnrichmentAdj">
		<table name="RPM" address="5b99a" type="Y Axis" elements="10" scaling="RPM"/>
	</table>

	<table name="Accel Enrichment2" category="Fuel" address="53578" type="2D" scaling="EnrichmentAdj">
		<table name="RPM" address="5b99a" type="Y Axis" elements="10" scaling="RPM"/>
	</table>

	<table name="Min Afr WOT" category="Fuel" address="54c60" type="2D" scaling="AFR">
		<table name="Throttle" address="5c2b0" type="Y Axis" elements="11" scaling="Throttle %"/>
	</table>

	<table name="Max Afr WOT" category="Fuel" address="54c7e" type="2D" scaling="AFR">
		<table name="Throttle" address="5c2b0" type="Y Axis" elements="11" scaling="Throttle %"/>
	</table>

	<table name="Open Loop Load High Octane #2 Throttle" category="Fuel" address="54938" type="2D" scaling="Load8">
		<table name="RPM" address="5b9d2" type="Y Axis" elements="16" scaling="RPM"/>
	</table>

	<table name="Open Loop Load Low Octane #2 Throttle" category="Fuel" address="53360" type="2D" scaling="Load8">
		<table name="RPM" address="5b9d2" type="Y Axis" elements="16" scaling="RPM"/>
	</table>

	<table name="*Throttle Main" category="THROTTLE" address="50612" type="3D" swapxy="true" scaling="Throttle Opening">
		<table name="Accelerator Pedal" address="5bf1e" type="X Axis" elements="17" scaling="uint16"/>
		<table name="RPM" address="5be9c" type="Y Axis" elements="14" scaling="RPM"/>
	</table>

	<table name="Throttle Map #2" category="THROTTLE" address="57446" type="3D" swapxy="true" scaling="Throttle Opening">
		<table name="Load" address="5bf72" type="X Axis" elements="17" scaling="Load"/>
		<table name="RPM" address="5bad8" type="Y Axis" elements="14" scaling="RPM"/>
	</table>

	<table name="Throttle Map #3" category="THROTTLE" address="5764e" type="3D" swapxy="true" scaling="Throttle Opening">
		<table name="Load" address="5bf72" type="X Axis" elements="17" scaling="Load"/>
		<table name="RPM" address="5bad8" type="Y Axis" elements="14" scaling="RPM"/>
	</table>

	<table name="*Throttle Opening limit v APP" category="THROTTLE" address="55e05" type="3D" swapxy="true" scaling="uint8">
		<table name="APP Requested Throttle" address="5c578" type="X Axis" elements="12" scaling="Throttle%16"/>
		<table name="RPM" address="5c556" type="Y Axis" elements="14" scaling="RPM"/>
	</table>

	<table name="ECU ID" category="Misc" address="5002a" type="1D" scaling="ECU ID"/>

	<table name="*FUEL INJECTOR Control Parameters" category="Fuel" address="51200" type="2D" scaling="Hex16">
		<table name="FUNCTION" type="Static Y Axis" elements="4">
			<data>51200  FUEL INJECTOR  Latency (Dead-Band) Coefficient          XTBATR  000F = 15     uSec   T           .</data>
			<data>51202  FUEL INJECTOR  Minimum Pulse Width                       XBCLP  0005 = 1.28   mSec   T*0.256     .</data>
			<data>51204  FUEL INJECTOR  RPM Limit                               XBCLPNE  00FF = 7968   rpm    Ne*8000/256 .</data>
			<data>51206  FUEL INJECTOR  Size (legacy - replaced by XKINJ)           XKI  007E = 271    cc/min 569/Gain*60 .</data>
		</table>
	</table>

	<table name="Fuel Injector Scaling" category="Fuel" address="51894" type="1D" scaling="InjectorScaling"/>

	<table name="Injector Battery Voltage Latency Compensation" category="Fuel" address="5344c" type="2D" scaling="InjectorLatency">
		<table name="Battery Voltage" address="5c084" type="Y Axis" elements="7" scaling="BatteryVoltage"/>
	</table>

	<table name="*Rev Limiter" category="Limits" address="5125e" type="2D" scaling="RPMLimit">
		<table type="Static Y Axis" elements="2">
			<data>Rev Limiter ON</data>
			<data>Rev Limiter OFF</data>
		</table>
	</table>

	<table name="Stationary Rev Limiter" category="Limits" address="5162e" type="1D" scaling="RPMStatLimit"/>

	<table name="Airflow Check #1" category="Limits" address="5a52f" type="3D" swapxy="true" scaling="uint8">
		<table name="Throttle Main or SUB Inverted Opening" address="5ced2" type="X Axis" elements="14" scaling="Throttle %"/>
		<table name="RPM" address="5ceae" type="Y Axis" elements="15" scaling="RPM"/>
	</table>

	<table name="Airflow Check #3" category="Limits" address="5dd79" type="3D" swapxy="true" scaling="uint8">
		<table name="Throttle Main or SUB Inverted Opening" address="5ced2" type="X Axis" elements="14" scaling="Throttle %"/>
		<table name="RPM" address="5ceae" type="Y Axis" elements="15" scaling="RPM"/>
	</table>

	<table name="Torque Limiter #1" category="Limits" address="5de53" type="3D" swapxy="true" scaling="uint8">
		<table name="TPS-Related" address="5ced2" type="X Axis" elements="14" scaling="Throttle %"/>
		<table name="RPM" address="5ceae" type="Y Axis" elements="15" scaling="RPM"/>
	</table>

	<table name="Torque Limiter #2" category="Limits" address="5e5e4" type="3D" swapxy="true" scaling="uint8">
		<table name="TPS-Related" address="5ced2" type="X Axis" elements="14" scaling="Throttle %"/>
		<table name="RPM" address="5ceae" type="Y Axis" elements="15" scaling="RPM"/>
	</table>

	<table name="Torque Limiter #3" category="Limits" address="5e6bf" type="3D" swapxy="true" scaling="uint8">
		<table name="TPS-Related" address="5ced2" type="X Axis" elements="14" scaling="Throttle %"/>
		<table name="RPM" address="5ceae" type="Y Axis" elements="15" scaling="RPM"/>
	</table>

	<table name="ECU Options Set #1" category="ECU Options" address="50072" type="2D" scaling="blobbits">
		<table name="Periphery Bit Number" type="Static Y Axis" elements="16">
			<data>bit.15</data>
			<data>bit.14</data>
			<data>bit.13</data>
			<data>bit.12</data>
			<data>bit.11</data>
			<data>bit.10</data>
			<data>bit.9</data>
			<data>bit.8</data>
			<data>bit.7</data>
			<data>bit.6</data>
			<data>bit.5</data>
			<data>bit.4</data>
			<data>bit.3</data>
			<data>bit.2</data>
			<data>bit.1</data>
			<data>bit.0</data>
		</table>
	</table>

	<table name="ECU Options Set #2" category="ECU Options" address="50086" type="2D" scaling="blobbits">
		<table name="Periphery Bit Number" type="Static Y Axis" elements="16">
			<data>bit.15</data>
			<data>bit.14</data>
			<data>bit.13</data>
			<data>bit.12</data>
			<data>bit.11</data>
			<data>bit.10</data>
			<data>bit.9</data>
			<data>bit.8</data>
			<data>bit.7: Enable Knock Retard</data>
			<data>bit.6</data>
			<data>bit.5</data>
			<data>bit.4 Full time open loop</data>
			<data>bit.3</data>
			<data>bit.2</data>
			<data>bit.1 rear O2</data>
			<data>bit.0</data>
		</table>
	</table>

	<table name="ECU Options Set #3" category="ECU Options" address="50092" type="2D" scaling="blobbits">
		<table name="Periphery Bit Number" type="Static Y Axis" elements="16">
			<data>bit.15</data>
			<data>bit.14: Cruise Control Enabled/Disabled</data>
			<data>bit.13</data>
			<data>bit.12</data>
			<data>bit.11</data>
			<data>bit.10</data>
			<data>bit.9</data>
			<data>bit.8</data>
			<data>bit.7</data>
			<data>bit.6</data>
			<data>bit.5</data>
			<data>bit.4</data>
			<data>bit.3</data>
			<data>bit.2</data>
			<data>bit.1</data>
			<data>bit.0: Lean Spool Off/On</data>
		</table>
	</table>

	<table name="ECU Options Set #4" category="ECU Options" address="500a2" type="2D" scaling="blobbits">
		<table name="Periphery Bit Number" type="Static Y Axis" elements="16">
			<data>bit.15</data>
			<data>bit.14</data>
			<data>bit.13</data>
			<data>bit.12</data>
			<data>bit.11</data>
			<data>bit.10</data>
			<data>bit.9</data>
			<data>bit.8</data>
			<data>bit.7</data>
			<data>bit.6</data>
			<data>bit.5</data>
			<data>bit.4</data>
			<data>bit.3</data>
			<data>bit.2</data>
			<data>bit.1</data>
			<data>bit.0</data>
		</table>
	</table>

	<table name="ECU Options Set #5" category="ECU Options" address="500b2" type="2D" scaling="blobbits">
		<table name="Periphery Bit Number" type="Static Y Axis" elements="16">
			<data>bit.15</data>
			<data>bit.14</data>
			<data>bit.13</data>
			<data>bit.12</data>
			<data>bit.11</data>
			<data>bit.10</data>
			<data>bit.9</data>
			<data>bit.8</data>
			<data>bit.7</data>
			<data>bit.6</data>
			<data>bit.5</data>
			<data>bit.4</data>
			<data>bit.3</data>
			<data>bit.2</data>
			<data>bit.1</data>
			<data>bit.0</data>
		</table>
	</table>

	<table name="ECU Options Set #6" category="ECU Options" address="500c2" type="2D" scaling="blobbits">
		<table name="Periphery Bit Number" type="Static Y Axis" elements="16">
			<data>bit.15</data>
			<data>bit.14</data>
			<data>bit.13</data>
			<data>bit.12</data>
			<data>bit.11</data>
			<data>bit.10</data>
			<data>bit.9</data>
			<data>bit.8</data>
			<data>bit.7</data>
			<data>bit.6</data>
			<data>bit.5</data>
			<data>bit.4</data>
			<data>bit.3</data>
			<data>bit.2</data>
			<data>bit.1</data>
			<data>bit.0</data>
		</table>
	</table>

	<table name="ECU Options Set #7" category="ECU Options" address="500d2" type="2D" scaling="blobbits">
		<table name="Periphery Bit Number" type="Static Y Axis" elements="16">
			<data>bit.15</data>
			<data>bit.14</data>
			<data>bit.13</data>
			<data>bit.12</data>
			<data>bit.11</data>
			<data>bit.10</data>
			<data>bit.9</data>
			<data>bit.8</data>
			<data>bit.7</data>
			<data>bit.6</data>
			<data>bit.5</data>
			<data>bit.4</data>
			<data>bit.3</data>
			<data>bit.2</data>
			<data>bit.1</data>
			<data>bit.0</data>
		</table>
	</table>

	<table name="MUT Table" category="MUT" address="3c27c" type="3D" scaling="MUT32">
		<table name="X" type="Static X Axis" elements="16">
			<data>0</data>
			<data>1</data>
			<data>2</data>
			<data>3</data>
			<data>4</data>
			<data>5</data>
			<data>6</data>
			<data>7</data>
			<data>8</data>
			<data>9</data>
			<data>A</data>
			<data>B</data>
			<data>C</data>
			<data>D</data>
			<data>E</data>
			<data>F</data>
		</table>
		<table name="Y" type="Static Y Axis" elements="45">
			<data>MUT0x</data>
			<data>MUT1x</data>
			<data>MUT2x</data>
			<data>MUT3x</data>
			<data>MUT4x</data>
			<data>MUT5x</data>
			<data>MUT6x</data>
			<data>MUT7x</data>
			<data>MUT8x</data>
			<data>MUT9x</data>
			<data>MUTAx</data>
			<data>MUTBx</data>
			<data>MUTCx</data>
			<data>MUTDx</data>
			<data>MUTEx</data>
			<data>MUTFx</data>
			<data>MUT10x</data>
			<data>MUT11x</data>
			<data>MUT12x</data>
			<data>MUT13x</data>
			<data>MUT14x</data>
			<data>MUT15x</data>
			<data>MUT16x</data>
			<data>MUT17x</data>
			<data>MUT18x</data>
			<data>MUT19x</data>
			<data>MUT1Ax</data>
			<data>MUT1Bx</data>
			<data>MUT1Cx</data>
			<data>MUT1Dx</data>
			<data>MUT1Xx</data>
			<data>MUT2Xx</data>
			<data>MUT3Xx</data>
			<data>MUT4Xx</data>
			<data>MUT5Xx</data>
			<data>MUT6Xx</data>
			<data>MUT7Xx</data>
			<data>MUT8Xx</data>
			<data>MUT9Xx</data>
			<data>MUT10Xx</data>
			<data>MUT11Xx</data>
			<data>MUT12Xx</data>
			<data>MUT13Xx</data>
			<data>MUT14Xx</data>
			<data>MUT15Xx</data>
		</table>
	</table>

	<table name="Lower Bound Ignition Timing" category="Timing Trims" address="580fd" type="3D" swapxy="true" scaling="Min timing">
		<table name="Load" address="5cce8" type="X Axis" elements="12" scaling="Load"/>
		<table name="RPM" address="5ccc2" type="Y Axis" elements="16" scaling="RPM"/>
	</table>

	<table name="Closed Loop - LT Trim Control" category="Fuel" address="53317" type="2D" scaling="LT Trim Hz">
		<table name="Conditions" type="Static Y Axis" elements="4">
			<data>Low -> Mid</data>
			<data>Mid -> Low</data>
			<data>Mid -> High</data>
			<data>High -> Mid</data>
		</table>
	</table>

	<table name="*MAF Scaling Part 1" category="MAF" address="549a6" type="2D" scaling="uint16">
		<table name="Volts" address="5c7ac" type="Y Axis" elements="44" scaling="VoltsADC1023"/>
	</table>

	<table name="*MAF Scaling Part 2" category="MAF" address="549fe" type="2D" scaling="uint16">
		<table name="Volts" address="5c172" type="Y Axis" elements="44" scaling="VoltsADC1023"/>
	</table>

	<table name="*MAF Scaling Part 3" category="MAF" address="54a56" type="2D" scaling="uint16">
		<table name="Volts" address="5c1ca" type="Y Axis" elements="42" scaling="VoltsADC1023"/>
	</table>

	<table name="*Min MAF Load v RPM" category="MAF" address="54ab0" type="2D" scaling="LOAD_Ec">
		<table name="RPM" address="5c1d0" type="Y Axis" elements="19" scaling="RPM"/>
	</table>

	<table name="*Max MAF Load v RPM" category="MAF" address="54adc" type="2D" scaling="uint16">
		<table name="RPM" address="5c1d0" type="Y Axis" elements="19" scaling="RPM"/>
	</table>

	<table name="*MAF Load limit v Gear/Speed" category="MAF" address="59fb6" type="3D" swapxy="true" scaling="uint16">
		<table name="gear/speed" address="5c22a" type="X Axis" elements="5" scaling="RPMperkmh"/>
		<table name="RPM" address="5c1fc" type="Y Axis" elements="20" scaling="RPM"/>
	</table>

	<table name="AFS DELTA AIRFLOW Control Parameters" category="AFS DELTA AIRFLOW CONTROL" address="51398" type="2D" scaling="Hex16">
		<table name="FUNCTION" type="Static Y Axis" elements="9">
			<data>51398  AFS DELTA AIRFLOW CTRL  Determine Jump Meas. D-AIRFLOW XDANHLDRPL  006D = 0.698  pps    AN*0.0064  .</data>
			<data>5139A  AFS DELTA AIRFLOW CTRL  Measures to restrict D-AIRFLOW XDANHLDCLP  006D = 0.698  pps    AN*0.0064  .</data>
			<data>5139C  AFS DELTA AIRFLOW CTRL  Determine Deceleration TIME      XTANHLDD  0028 = 1000   mSec   T*25       .</data>
			<data>5139E  AFS DELTA AIRFLOW CTRL  Rapid Decel D-AIRFLOW         XDANHLDRPLD  009C = -0.998 pps    -AN*0.0064 .</data>
			<data>513A0  AFS DELTA AIRFLOW CTRL  Rapid Decel D-AIRFLOW clip    XDANHLDCLPD  001F = 0.198  pps    AN*0.0064  .</data>
			<data>513A2  AFS DELTA AIRFLOW CTRL  Lo-Airflow Delta-TPS           XDTHACCDEC  0003 = 0.06   V      V*5/256    .</data>
			<data>513A4  AFS DELTA AIRFLOW CTRL  Lo-Airflow Delta-TPS Timer     XTDANDBCHG  0028 = 1000   mSec   T*25       .</data>
			<data>513A6  AFS DELTA AIRFLOW CTRL                                             004B =                          .</data>
			<data>513A8  AFS DELTA AIRFLOW CTRL                                             0046 =                          .</data>
		</table>
	</table>

	<table name="ALTERNATOR FIELD REGULATOR Control Parameters" category="ALTERNATOR CONTROL" address="516b6" type="2D" scaling="Hex16">
		<table name="FUNCTION" type="Static Y Axis" elements="26">
			<data>516B6  ALTERNATOR FR Charging 1 -> 2 STROKE CURRENT AVERAGING RPM    XNFR12  0022 = 1062   rpm    Ne*8000/256 .</data>
			<data>516B8  ALTERNATOR FR Charging 2 -> 4 STROKE CURRENT AVERAGING RPM    XNFR24  0043 = 2093   rpm    Ne*8000/256 .</data>
			<data>516BA  ALTERNATOR FR Charging 4 -> 8 STROKE CURRENT AVERAGING RPM    XNFR48  0086 = 4187   rpm    Ne*8000/256 .</data>
			<data>516BC  ALTERNATOR FR Charging Duty AVERAGING GAIN ZONE.A            XPKFRFG  00E6 = 0.898         K/256       .</data>
			<data>516BE  ALTERNATOR FR Charging Duty AVERAGING GAIN ZONE.B           XPKFRFGB  0056 = 0.335         K/256       .</data>
			<data>516C0  ALTERNATOR FR Charging Duty AVERAGING GAIN ZONE.C           XPKFRFGC  00AC = 0.672         K/256       .</data>
			<data>516C2  ALTERNATOR FR Charging Duty SWITCHING CURRENT LOWER        XPDFRFGIA  00E6 = 71.8   A      I*80/256    .</data>
			<data>516C4  ALTERNATOR FR Charging Duty SWITCHING CURRENT UPPER        XPDFRFGIB  00E6 = 71.8   A      I*80/256    .</data>
			<data>516C6  ALTERNATOR FR Charging Goal Update Duty Timer ISC O/L         XTFRUP  0004 = 100    mSec   T*25        .</data>
			<data>516C8  ALTERNATOR FR Charging Goal Update Duty Timer ISC C/L       XTFRUPCL  0004 = 100    mSec   T*25        .</data>
			<data>516CA  ALTERNATOR FR Charging Duty Increase Clipping                  XFRUP  0004 = 1.563 %/100mS FR/2.56     .</data>
			<data>516CC  ALTERNATOR FR Charging Inhibit Timer After Starting           XTELST  000A = 5      Sec    T*0.5       .</data>
			<data>516CE  ALTERNATOR FR Charging HI-CURRENT RPM  ON Decision              XNEH  0060 = 3000   rpm    Ne*8000/256 .</data>
			<data>516D0  ALTERNATOR FR Charging HI-CURRENT RPM OFF Decision              XNEL  005A = 2812   rpm    Ne*8000/256 .</data>
			<data>516D2  ALTERNATOR FR Charging HI-CURRENT LOAD  ON Decision             XEVH  0063 = 61.8   Ev%    Ev/1.6      .</data>
			<data>516D4  ALTERNATOR FR Charging HI-CURRENT LOAD OFF Decision             XEVL  005E = 58.7   Ev%    Ev/1.6      .</data>
			<data>516D6  ALTERNATOR FR Charging HI-CURRENT ECT Enable                   XWTEL  005B = +51    *C     T-40        .</data>
			<data>616D8  ALTERNATOR FR Charging Signal Failure Timer                   XTFRFL  000A = 20     Sec    T*2         .</data>
			<data>516DA  ALTERNATOR FR Charging Initial Starting CURRENT                XIELU  0044 = 21.2   A      I*80/256    .</data>
			<data>516DC  ALTERNATOR FR Charging After Starting End CURRENT              XIELL  002F = 14.7   A      I*80/256    .</data>
			<data>516DE  ALTERNATOR FR Charging                                         XIELI  0014 = 6.25   A      I*80/256    .</data>
			<data>516E0  ALTERNATOR FR Charging                                       XIELXMX  0006 =                           .</data>
			<data>516E2  ALTERNATOR FR Charging ISC Electrical load STEP-UP            XKELSG  001B = 27     step   S           .</data>
			<data>516E4  ALTERNATOR FR Charging ISC Learning Inhibit Timer          XTWOALTLN  0050 = 2.000  Sec    T*0.025     .</data>
			<data>516E6  ALTERNATOR FR Charging ISC Learning RPM F/B Timer            XTWOELD  0050 = 2.000  Sec    T*0.025     .</data>
			<data>516E8  ALTERNATOR FR Charging After Starting ISC Inhibit Time   XTCRKELDINH  0000 = 0      mSec   T*25        .</data>
		</table>
	</table>

	<table name="Alternator Charge Current" category="ALTERNATOR CONTROL" address="53d4d" type="3D" swapxy="true" scaling="ChargeCurrent">
		<table name="REGULATOR DUTY" address="5bbe6" type="X Axis" elements="9" scaling="FieldRegDuty%16"/>
		<table name="RPM" address="5bbc4" type="Y Axis" elements="14" scaling="RPM"/>
	</table>

	<table name="Alternator G Terminal Dead Zone" category="ALTERNATOR CONTROL" address="53e1e" type="2D" scaling="AltDeadZone">
		<table name="RPM" address="5ba1c" type="X Axis" elements="10" scaling="RPM"/>
	</table>

	<table name="Idle_afr_test_184" category="Idle" address="5b964" type="2D" swapxy="true" scaling="Multi128">
		<table name="Load" address="5d2ba" type="Y Axis" elements="12" scaling="Temp"/>
	</table>

	<table name="Idle_afr_test_477" category="Idle" address="5b974" type="2D" swapxy="true" scaling="Multi128">
		<table name="Load" address="5d2ba" type="Y Axis" elements="12" scaling="Temp"/>
	</table>

	<table name="Idle_Timing_Compensation_1_1" category="Idle" address="5a888" type="2D" swapxy="true" scaling="IgnitionCompensation">
		<table name="Load" address="5cf7e" type="Y Axis" elements="29" scaling="IDLE RPM offset"/>
	</table>

	<table name="Idle_Timing_Compensation_1_2" category="Idle" address="5a8aa" type="2D" swapxy="true" scaling="IgnitionCompensation">
		<table name="Load" address="5cf7e" type="Y Axis" elements="29" scaling="IDLE RPM offset"/>
	</table>

	<table name="Idle_Timing_Compensation_2_1" category="Idle" address="5a8cc" type="2D" swapxy="true" scaling="IgnitionCompensation">
		<table name="Load" address="5cf7e" type="Y Axis" elements="29" scaling="IDLE RPM offset"/>
	</table>

	<table name="Idle_Timing_Compensation_2_2" category="Idle" address="5a8ee" type="2D" swapxy="true" scaling="IgnitionCompensation">
		<table name="Load" address="5cf7e" type="Y Axis" elements="29" scaling="IDLE RPM offset"/>
	</table>

	<table name="Idle RPM Main vs Coolant Temp" category="Idle" address="53b46" type="2D" scaling="RPM8">
		<table name="Coolant Temperature" address="5bbd2" type="Y Axis" elements="8" scaling="Temp"/>
	</table>

	<table name="Idle RPM #1 vs Coolant Temp" category="Idle" address="55b42" type="2D" scaling="RPM8">
		<table name="Coolant Temperature" address="5bbd2" type="Y Axis" elements="8" scaling="Temp"/>
	</table>

	<table name="Idle RPM #2 vs Coolant Temp" category="Idle" address="55b4e" type="2D" scaling="RPM8">
		<table name="Coolant Temperature" address="5bbd2" type="Y Axis" elements="8" scaling="Temp"/>
	</table>

	<table name="Idle RPM #3 vs Coolant Temp" category="Idle" address="56104" type="2D" scaling="RPM8">
		<table name="Coolant Temperature" address="5bbd2" type="Y Axis" elements="8" scaling="Temp"/>
	</table>

	<table name="Idle RPM #4 vs Coolant Temp" category="Idle" address="56126" type="2D" scaling="RPM8">
		<table name="Coolant Temperature" address="5bbd2" type="Y Axis" elements="8" scaling="Temp"/>
	</table>

	<table name="Idle RPM #5 vs Coolant Temp" category="Idle" address="56132" type="2D" scaling="RPM8">
		<table name="Coolant Temperature" address="5bbd2" type="Y Axis" elements="8" scaling="Temp"/>
	</table>

	<table name="Idle RPM #6 vs Coolant Temp" category="Idle" address="53b52" type="2D" scaling="RPM8">
		<table name="Coolant Temperature" address="5bbd2" type="Y Axis" elements="8" scaling="Temp"/>
	</table>

	<table name="Target Idle #1" category="Idle" address="515ba" type="1D" scaling="RPMTarget"/>

	<table name="Target Idle #2" category="Idle" address="513c6" type="1D" scaling="RPMTarget"/>

	<table name="Target Idle #3" category="Idle" address="51e38" type="1D" scaling="RPMTarget"/>

	<table name="Target Idle #4" category="Idle" address="514d2" type="1D" scaling="RPMTarget"/>

	<table name="Target Idle #5" category="Idle" address="51f30" type="1D" scaling="RPMTarget"/>

	<table name="Target Idle #6" category="Idle" address="514ce" type="1D" scaling="RPMTarget"/>

	<table name="Target Idle #7" category="Idle" address="514d4" type="1D" scaling="RPMTarget"/>

	<table name="Target Idle #8" category="Idle" address="51f32" type="1D" scaling="RPMTarget"/>

	<table name="Target Idle #9" category="Idle" address="514d0" type="1D" scaling="RPMTarget"/>

	<table name="Target Idle #10" category="Idle" address="521b2" type="1D" scaling="RPMTarget"/>

	<table name="Target Idle #11" category="Idle" address="529c8" type="1D" scaling="RPMTarget"/>

	<table name="Target Idle #12" category="Idle" address="515c6" type="1D" scaling="RPMTarget"/>

	<table name="Target Idle #13" category="Idle" address="515c8" type="1D" scaling="RPMTarget"/>

	<table name="Disable Catalyst Functions 01-->00" category="DISABLES" address="503a7" type="2D" scaling="Hex8">
		<table type="Static X Axis" elements="1">
			<data>00</data>
		</table>
	</table>

</rom>
