<rom>
	<romid>
		<xmlid>88590715</xmlid>
		<internalidaddress>f52</internalidaddress>
		<internalidhex>88590715</internalidhex>
		<make>Mitsubishi</make>
		<market>TDM</market>
		<model>Lancer</model>
		<submodel>Evolution IX</submodel>
		<transmission>6MT</transmission>
		<year>2007</year>
		<flashmethod>mitsukernelocp</flashmethod>
		<memmodel>SH7055</memmodel>
	</romid>

	<scaling name="1bytefactor" units="units" toexpr="x/((32/10)*100)" frexpr="x*((32/10)*100)" format="%.1f" min="1" max="2" inc="0.1" storagetype="uint16" endian="big"/>
	<scaling name="AFR" units="AFR" toexpr="14.7*128/x" frexpr="14.7*128/x" format="%.1f" min="5" max="30" inc="0.1" storagetype="uint8" endian="big"/>
	<scaling name="AFR16" units="AFR" toexpr="14.7*128/x" frexpr="14.7*128/x" format="%.1f" min="5" max="30" inc="0.1" storagetype="uint16" endian="big"/>
	<scaling name="AFRWideband" units="AFR" toexpr="0.03137*x+9.06" frexpr="(x-9.06)/0.03137" format="%.2f" min="7" max="25" inc="0.02" storagetype="uint16" endian="big"/>
	<scaling name="AirDensComp" units="Air Density Correction" toexpr="x/129" frexpr="x/129" format="%.3f" min="0" max="2" inc="0.01" 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="AirTempBaroCorrection" units="Fraction" toexpr="x/128" frexpr="x*128" format="%.2f" min="0" max="2" inc="0.02" storagetype="uint8" endian="big"/>
	<scaling name="AirTempBaroFactor" units="Fraction" toexpr="x/64" frexpr="x*64" format="%.2f" min="0" max="2" inc="0.02" storagetype="uint16" endian="big"/>
	<scaling name="AirTempFactor" units="Fraction" toexpr="x/64" frexpr="x*64" format="%.2f" min="0" max="2" inc="0.02" storagetype="uint8" endian="big"/>
	<scaling name="Baro16" units="bar" toexpr="x/200" frexpr="x*200" format="%.3f" min="0" max="1.1" inc="0.001" storagetype="uint16" 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="Blobbits" storagetype="bloblist" storagebits="1">
		<data name="0" value="00"/>
		<data name="1" value="01"/>
	</scaling>
	<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="BoostErrorPsi" units="psi" toexpr="(x-128)/(8*5.18)" frexpr="x*8*5.18+128" format="%.1f" min="-3.1" max="3.1" inc="0.1" storagetype="uint16" endian="big"/>
	<scaling name="BoostErrorPsi GM3barMAP" units="psi" toexpr="(x-128)/(8*5.728)" frexpr="x*8*5.728+128" format="%.1f" min="-2.8" max="2.8" inc="0.1" storagetype="uint16" endian="big"/>
	<scaling name="BoostErrorPsi JDM3barMAP" units="psi" toexpr="(x-128)/(8*5.18)" frexpr="x*8*5.18+128" format="%.1f" min="-3.1" max="3.1" inc="0.1" storagetype="uint16" endian="big"/>
	<scaling name="BoostErrorPsi Kavlico3.5barMAP" units="psi" toexpr="(x-128)/((8*4.098)-6.25)" frexpr="x*((8*4.098)-6.25)+128" format="%.1f" min="-4.8" max="4.8" inc="0.1" storagetype="uint16" endian="big"/>
	<scaling name="BoostErrorPsi Kavlico5barMAP" units="psi" toexpr="(x-128)/((8*2.732)-9.39)" frexpr="x*((8*2.732)-9.39)+128" format="%.1f" min="-10.3" max="10.3" inc="0.1" storagetype="uint16" endian="big"/>
	<scaling name="BoostErrorPsi OMNI3BarMAP" units="psi" toexpr="(x-128)/(8*5.616)" frexpr="x*8*5.616+128" format="%.1f" min="-2.8" max="2.8" inc="0.1" storagetype="uint16" endian="big"/>
	<scaling name="BoostErrorPsi OMNI4barMAP" units="psi" toexpr="(x-128)/(8*4.23)" frexpr="x*8*4.23+128" format="%.1f" min="-3.8" max="3.8" inc="0.1" storagetype="uint16" endian="big"/>
	<scaling name="ECUTime" units="ms" toexpr="1000*x/102" frexpr="102*x/1000" format="%.0f" min="0" max="100000" inc="10" storagetype="uint16" endian="big"/>
	<scaling name="EGRDuty" units="%" toexpr="x/1.28" frexpr="x*1.28" format="%.1f" min="0" max="100" inc="0.1" storagetype="uint8" endian="big"/>
	<scaling name="EGRDutyCTFactor" units="Fraction" toexpr="x/128" frexpr="x*128" format="%.1f" min="0" max="1" inc="0.01" 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="FABoostError" units="psi" toexpr="(x-168)/(8*5.18)" frexpr="x*8*5.18+168" format="%.1f" min="-3.1" max="3.1" inc="0.1" storagetype="uint16" endian="big"/>
	<scaling name="FuelCutLoadX2" units="%" toexpr="x*5/2" frexpr="x*2/5" format="%.0f" min="0" max="638" inc="2" 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="IPW mcsec" units="mcSec" toexpr="x*432/1000" frexpr="x/432*1000" format="%.0f" 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="ISCV_AX2_16" units="% Demand" toexpr="x*100/255" frexpr="x*255/100" format="%.1f" min="0" max="200" inc="0.5" storagetype="uint16" endian="big"/>
	<scaling name="ISCV_AX2_8" units="% Demand" toexpr="x*100/255" frexpr="x*255/100" format="%.1f" min="0" max="200" inc="0.5" storagetype="uint8" 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="1600" inc="10" 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="LOAD kPa" toexpr="x*10/32" frexpr="x*32/10" format="%.0f" min="0" max="300" inc="1" storagetype="uint16" endian="big"/>
	<scaling name="Load16" units="LOAD kPa" toexpr="x*5/8" frexpr="x*8/5" format="%.1f" min="0" max="100" inc="1" storagetype="uint16" endian="big"/>
	<scaling name="Load8" units="LOAD kPa" 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="LoadError" 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="MAFHz" units="Hz" toexpr="6.29*x/64" frexpr="64/(6.29*x)" format="%.0f" min="0" max="5000" inc="1" storagetype="int16" endian="big"/>
	<scaling name="MAFScaling plus MAF Adder" units="MAF Scaling + MAF Adder(g/s)" toexpr="(x+140)*321/256" frexpr="x*256/321-140" format="%.1f" min="0" max="495" inc="2" 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="MAP 16bit" units="kPa" toexpr="x*0.4072" frexpr="x/0.4072" format="%.1f" min="0" max="450" inc="0.4072" storagetype="uint16" endian="big"/>
	<scaling name="MAP VE load" units="Load (%)" toexpr="x*(5/32*0.596)" frexpr="x/(5/32*0.596)" format="%.1f" min="0" max="600" inc="0.093125" storagetype="uint16" endian="big"/>
	<scaling name="McSec" units="mcSec" toexpr="x*4" frexpr="x/4" format="%.0f" min="0" max="255" inc="1" storagetype="uint8" endian="big"/>
	<scaling name="O2 Trim" units="%" toexpr="(x-128)/5" frexpr="(x*5)+128" format="%.1f" min="-25.6" max="25.4" inc="0.2" storagetype="uint8" endian="big"/>
	<scaling name="O2Voltage" units="V" toexpr="0.0195*x" frexpr="x/0.0195" format="%.2f" min="0" max="1" inc="0.01" storagetype="uint16" 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.5" storagetype="uint8" endian="big"/>
	<scaling name="PSIa16" units="PSIa" toexpr="x/(5.18*2)" frexpr="x*(2*5.18)" format="%.1f" min="0" max="32" inc="0.1" storagetype="uint16" endian="big"/>
	<scaling name="PSIa16 GM3barMAP" units="PSIa" toexpr="x/(5.728*2)" frexpr="x*(2*5.728)" format="%.1f" min="0" max="29" inc="0.1" storagetype="uint16" endian="big"/>
	<scaling name="PSIa16 JDM3barMAP" units="PSIa" toexpr="x/(5.18*2)" frexpr="x*(2*5.18)" format="%.1f" min="0" max="32" inc="0.1" storagetype="uint16" endian="big"/>
	<scaling name="PSIa16 Kavlico3.5barMAP" units="PSIa" toexpr="(x/(4.098*2))-6.25" frexpr="(x+6.25)*(2*4.098)" format="%.1f" min="0" max="34.3" inc="0.1" storagetype="uint16" endian="big"/>
	<scaling name="PSIa16 Kavlico5barMAP" units="PSIa" toexpr="(x/(2.732*2))-9.39" frexpr="(x+9.39)*(2*2.732)" format="%.1f" min="0" max="51.4" inc="0.1" storagetype="uint16" endian="big"/>
	<scaling name="PSIa16 OMNI3BarMAP" units="PSIa" toexpr="x/(5.616*2)" frexpr="x*(2*5.616)" format="%.1f" min="0" max="29.6" inc="0.1" storagetype="uint16" endian="big"/>
	<scaling name="PSIa16 OMNI4barMAP" units="PSIa" toexpr="x/(4.23*2)" frexpr="x*(2*4.23)" format="%.1f" min="0" max="39.2" inc="0.1" storagetype="uint16" endian="big"/>
	<scaling name="PSIa8" units="PSIa" toexpr="x/(5.18*2)" frexpr="x*(2*5.18)" format="%.1f" min="0" max="24.6" inc="0.1" storagetype="uint8" endian="big"/>
	<scaling name="PSIa8 GM3barMAP" units="PSIa" toexpr="x/(5.728*2)" frexpr="x*(2*5.728)" format="%.1f" min="0" max="22.3" inc="0.1" storagetype="uint8" endian="big"/>
	<scaling name="PSIa8 JDM3barMAP" units="PSIa" toexpr="x/(5.18*2)" frexpr="x*(2*5.18)" format="%.1f" min="0" max="24.6" inc="0.1" storagetype="uint8" endian="big"/>
	<scaling name="PSIa8 JDM3barMAP-Adj" units="PSIa" toexpr="(x/(5.18*2))+7.4" frexpr="(x-7.4)*(2*5.18)" format="%.1f" min="0" max="32" inc="0.1" storagetype="uint8" endian="big"/>
	<scaling name="PSIa8 Kavlico3.5barMAP" units="PSIa" toexpr="(x/(4.098*2))-6.25" frexpr="(x+6.25)*(2*4.098)" format="%.1f" min="0" max="24.9" inc="0.1" storagetype="uint8" endian="big"/>
	<scaling name="PSIa8 Kavlico5barMAP" units="PSIa" toexpr="(x/(2.732*2))-9.39" frexpr="(x+9.39)*(2*2.732)" format="%.1f" min="0" max="37.3" inc="0.1" storagetype="uint8" endian="big"/>
	<scaling name="PSIa8 OMNI3barMAP" units="PSIa" toexpr="x/(5.616*2)" frexpr="x*(2*5.616)" format="%.1f" min="0" max="22.7" inc="0.1" storagetype="uint8" endian="big"/>
	<scaling name="PSIa8 OMNI4barMAP" units="PSIa" toexpr="x/(4.23*2)" frexpr="x*(2*4.23)" format="%.1f" min="0" max="30.1" inc="0.1" storagetype="uint8" endian="big"/>
	<scaling name="Percent (128)" units="%" toexpr="x/1.28" frexpr="x*1.28" format="%.0f" min="0" max="100" inc="1" storagetype="uint8" endian="big"/>
	<scaling name="Percent255" units="%" toexpr="100*x/255" frexpr="255*x/100" format="%.0f" min="0" max="100" inc="1" storagetype="uint8" 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="RPMPerKPH" units="RPM/KPH" toexpr="x/36.37" frexpr="36.37*x" format="%.0f" min="0" max="3000" inc="5" storagetype="uint16" endian="big"/>
	<scaling name="RPMPerMPH" units="RPM/MPH" toexpr="x/22.6" frexpr="22.6*x" format="%.0f" min="0" max="10000" inc="50" storagetype="uint16" endian="big"/>
	<scaling name="RPMStatLimit" units="RPM" toexpr="x*31.25" frexpr="x/31.25" format="%.0f" min="0" max="9000" inc="31.25" storagetype="uint16" endian="big"/>
	<scaling name="RPMStatLimit8" 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="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="RPMperMPH Gear" units="Gear" toexpr="x" frexpr="x" format="%.0f" min="0" max="65535" inc="1" storagetype="int8" endian="big"/>
	<scaling name="RamAdress" units="hex" toexpr="x-4294901760" frexpr="x+4294901760" format="%4.1X" min="10000" max="10005" inc="1" storagetype="uint32" endian="big"/>
	<scaling name="ScaleBase64Adder" units="Mult. Factor" toexpr="(x+64)/64" frexpr="64*(x-1)" format="%.2f" min="0" max="10" inc="0.05" storagetype="uint8" endian="big"/>
	<scaling name="Temp" units="Fahrenheit" toexpr="(9/5)*(x-40)+32" frexpr="(5/9)*(x-32)+40" format="%.0f" min="-30" max="900" inc="1" storagetype="uint16" endian="big"/>
	<scaling name="Temp8" units="Fahrenheit" toexpr="(9/5)*(x-40)+32" frexpr="(5/9)*(x-32)+40" format="%.0f" min="-30" max="900" inc="1" storagetype="uint8" endian="big"/>
	<scaling name="TempScale" units="Fahrenheit" toexpr="(9/5)*x+32" frexpr="(5/9)*(x-32)" format="%.0f" min="-30" max="900" inc="1" storagetype="int8" endian="big"/>
	<scaling name="TempScaleFuel" units="Fahrenheit" toexpr="(9/5)*(x/10)+32" frexpr="(5/9)*(x-32)*10" format="%.0f" min="-30" max="900" inc="1" storagetype="int16" endian="big"/>
	<scaling name="ThrottlePercentage" units="%" toexpr="x/255*100" frexpr="x*255/100" format="%.0f" min="0" max="100" inc="1" storagetype="uint16"/>
	<scaling name="ThrottlePercentage8" units="%" toexpr="x/255*100" frexpr="x*255/100" format="%.0f" min="0" max="100" inc="1" storagetype="uint8"/>
	<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="ThrottleVoltage16" units="V" toexpr="x*5/256" frexpr="x*256/5" format="%.2f" min="0" max="5" inc="0.05" 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="TimeInjCranking" units="ms" toexpr="x*0.008" frexpr="x/0.008" format="%.1f" min="0" max="500" inc="1" 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="-128" max="128" inc="1" storagetype="int8" endian="big"/>
	<scaling name="TimingTrim8" units="units" toexpr="x-128" frexpr="x+128" format="%.0f" min="-128" max="128" inc="1" storagetype="uint8" 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="ValveTiming16" units="degrees" toexpr="72-x*0.6/32" frexpr="(72-x)*32/0.6" format="%.1f" min="-1.8" max="28.8" inc="0.1" storagetype="uint16" endian="big"/>
	<scaling name="VehicleSpeed" units="MPH" toexpr="(x*2)*0.621371192" frexpr="(x/0.621371192)/2" format="%.0f" min="0" max="317" inc="1" storagetype="uint16" endian="big"/>
	<scaling name="VehicleSpeed8" units="MPH" toexpr="(x*2)*0.621371192" frexpr="(x/0.621371192)/2" format="%.0f" min="0" max="317" inc="1" storagetype="uint8" endian="big"/>
	<scaling name="Volts16" units="Volts" toexpr="x*5/255" frexpr="x*255/5" format="%.2f" min="0" max="5" inc="0.05" storagetype="uint16" endian="big"/>
	<scaling name="VoltsADC1023" units="Volts" toexpr="x*5/1023" frexpr="x*1023/5" format="%.3f" min="0" max="5" inc="0.005" storagetype="uint16" endian="big"/>
	<scaling name="VoltsADCx4" units="Volts" toexpr="x*5/1023" frexpr="x*1023/5" format="%.3f" min="0" max="5" inc="0.005" storagetype="uint16" endian="big"/>
	<scaling name="WGDC" units="%WGDC" toexpr="x/2" frexpr="x*2" format="%.1f" min="0" max="100" inc="0.5" storagetype="uint8" endian="big"/>
	<scaling name="WGDuty" units="%" toexpr="x/2" frexpr="x*2" format="%.1f" min="-150" max="150" inc="0.5" storagetype="uint8" endian="big"/>
	<scaling name="WGDuty16" units="%" toexpr="x/2" frexpr="x*2" format="%.1f" min="0" max="100" inc="0.5" storagetype="uint16" endian="big"/>
	<scaling name="kPa GM3barMAP" units="kPa" toexpr="x*0.3014" frexpr="x/0.3014" format="%.1f" min="0" max="350" inc="0.3014" storagetype="uint16" endian="big"/>
	<scaling name="kPa JDM3barMAP" units="kPa" toexpr="x/3" frexpr="x*3" format="%.1f" min="0" max="350" inc="0.3333" storagetype="uint16" endian="big"/>
	<scaling name="kPa Kavlico3.5barMAP" units="kPa" toexpr="x*0.4213-43.1" frexpr="(x+43.1)/0.4213" format="%.1f" min="0" max="400" inc="0.4213" storagetype="uint16" endian="big"/>
	<scaling name="kPa Kavlico5barMAP" units="kPa" toexpr="x*0.6320-64.7" frexpr="(x+64.7)/0.6320" format="%.1f" min="0" max="550" inc="0.632" storagetype="uint16" endian="big"/>
	<scaling name="kPa OMNI3barMAP" units="kPa" toexpr="x*0.3074" frexpr="x/0.3074" format="%.1f" min="0" max="350" inc="0.3074" storagetype="uint16" endian="big"/>
	<scaling name="kPa OMNI4barMAP" units="kPa" toexpr="x*0.4072" frexpr="x/0.4072" format="%.1f" min="0" max="450" inc="0.4072" storagetype="uint16" 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="Tephra Mod Options" category="Enable/Disable 'Tephra Mod Options' List" address="4821c" type="3D" scaling="uint16">
		<table name="X" type="Static X Axis" elements="1">
			<data>Value</data>
		</table>
		<table name="Y" type="Static Y Axis" elements="16">
			<data>Enable Valet Mode                                    :</data>
			<data>+ Enable Auto-Valet on Fresh Ignition                :</data>
			<data>Enable Alternate Maps Master ADC0F=1,AutoICS=2,TPS=3 :</data>
			<data>Restore ICS State on Ignition                        :</data>
			<data>Flash ICS when on Alternate Map                      :</data>
			<data>Flash CEL on Knock                                   :</data>
			<data>+ Drop Boost on High-Knock                           :</data>
			<data>Enable Manual ICS Linger                             :</data>
			<data>Enable Spray ICS on Knock                            :</data>
			<data>Enable No Lift to Shift                              :</data>
			<data>Enable RearO2 Simulator                              :</data>
			<data>Enable Manifold Absolute Pressure Averaging          :</data>
			<data>Enable WB02 Check AFR Safety                         :</data>
			<data>+ Drop Boost on AFR Out of Range                     :</data>
			<data>Enable AirFlow Calcs                                 :</data>
			<data>Enable Launch Maps                                   :</data>
		</table>
	</table>

	<table name="KnockSum Required for Slow CEL (Low Knock)" category="Knock Light Settings" address="4823c" type="2D" scaling="uint16">
		<table type="Static Y Axis" elements="1">
			<data>CEL will flash SLOWLY once KnockSum exceeds this value:</data>
		</table>
	</table>

	<table name="KnockSum Required for Fast CEL (High Knock)" category="Knock Light Settings" address="4823e" type="2D" scaling="uint16">
		<table type="Static Y Axis" elements="1">
			<data>CEL will flash QUICKLY once KnockSum exceeds this value:</data>
		</table>
	</table>

	<table name="Load Required for CEL on Knock" category="Knock Light Settings" address="48240" type="2D" scaling="Load">
		<table type="Static Y Axis" elements="1">
			<data>Load must EXCEED this value before 'CEL on Knock' activates:</data>
		</table>
	</table>

	<table name="High Knock Boost Drop and Knock CEL Flash time" category="Knock Light Settings" address="48242" type="2D" scaling="ECUTime">
		<table type="Static Y Axis" elements="1">
			<data>Duration CEL continues to flash AFTER the last occurance has stopped:</data>
		</table>
	</table>

	<table name="Valet Rev Limit" category="Valet Mode Settings" address="48244" type="2D" scaling="RPMLimit">
		<table type="Static Y Axis" elements="1">
			<data>Maximum RPM allowed when Valet Mode is activated:</data>
		</table>
	</table>

	<table name="TPS Toggle Time to Activate" category="Valet Mode Settings" address="48246" type="2D" scaling="ECUTime">
		<table type="Static Y Axis" elements="1">
			<data>Duration TPS must be held at 100% to activate/de-activate Valet Mode:</data>
		</table>
	</table>

	<table name="TPS Toggle CEL Flash Time" category="Valet Mode Settings" address="48248" type="2D" scaling="ECUTime">
		<table type="Static Y Axis" elements="1">
			<data>Duration CEL continues to flash after Valet Mode is activaed/de-activated:</data>
		</table>
	</table>

	<table name="KnockSum Required for Spray" category="ICS 'Spray on Knock' Settings" address="4824c" type="2D" scaling="uint16">
		<table type="Static Y Axis" elements="1">
			<data>KNOCK SUM must MEET or EXCEED this value to activate 'Spray on Knock':</data>
		</table>
	</table>

	<table name="Load Required for Spray on Knock" category="ICS 'Spray on Knock' Settings" address="4824e" type="2D" scaling="Load">
		<table type="Static Y Axis" elements="1">
			<data>Load must exceed this value to allow 'Spray on Knock' to activate:</data>
		</table>
	</table>

	<table name="Spray on Knock time" category="ICS 'Spray on Knock' Settings" address="48250" type="2D" scaling="ECUTime">
		<table type="Static Y Axis" elements="1">
			<data>Duration ICS continues to spray AFTER knock goes below 'KnockSUM Required for Spray':</data>
		</table>
	</table>

	<table name="NLTS RPM Drop" category="'No-Lift-To-Shift' Settings" address="48252" type="2D" scaling="uint16">
		<table type="Static Y Axis" elements="1">
			<data>Maximum amount RPM will drop once NLTS is activated:</data>
		</table>
	</table>

	<table name="NLTS TPS Threshold" category="'No-Lift-To-Shift' Settings" address="48254" type="2D" scaling="ThrottlePercentage">
		<table type="Static Y Axis" elements="1">
			<data>Throttle position percentage that must be exceeded to activate NLTS:</data>
		</table>
	</table>

	<table name="NLTS Speed Threshold" category="'No-Lift-To-Shift' Settings" address="48256" type="2D" scaling="VehicleSpeed">
		<table type="Static Y Axis" elements="1">
			<data>Vehicle speed must be UNDER this value to allow NLTS to be activated:</data>
		</table>
	</table>

	<table name="NLTS Load Threshold" category="'No-Lift-To-Shift' Settings" address="48258" type="2D" scaling="Load">
		<table type="Static Y Axis" elements="1">
			<data>LOAD must be UNDER this value for NLTS to be allowed to activate:</data>
		</table>
	</table>

	<table name="AFR Safety Load Threshold" category="AFR Safety Monitoring Settings" address="48262" type="2D" scaling="Load">
		<table type="Static Y Axis" elements="1">
			<data>Load must exceed this value to allow AFR Safety Monitoring to lower WGDC to 0% (ECU Controlled Boost only):</data>
		</table>
	</table>

	<table name="AFR Safety Max AFR (Volts)" category="AFR Safety Monitoring Settings" address="48264" type="2D" scaling="Volts16">
		<table type="Static Y Axis" elements="1">
			<data>WBo2 0-5v Input Voltage must exceed this value to lower WGDC to 0% (ECU controlled boost only):</data>
		</table>
	</table>

	<table name="AFR Safety Boost Drop and CEL Flash time" category="AFR Safety Monitoring Settings" address="48266" type="2D" scaling="ECUTime">
		<table type="Static Y Axis" elements="1">
			<data>Duration WGDC stays at 0% (and CEL flashes) after MAX AFR Volts return below threshold:</data>
		</table>
	</table>

	<table name="AFR Safety Detection Period" category="AFR Safety Monitoring Settings" address="48268" type="2D" scaling="ECUTime">
		<table type="Static Y Axis" elements="1">
			<data>Duration MAX AFR volts must be exceeded before WGDC is switched to 0%:</data>
		</table>
	</table>

	<table name="2byte to 1byte Load Factor" category="Miscellaneous Tephra Mods" address="48260" type="1D" scaling="1bytefactor"/>

	<table name="Manual ICS Linger Time" category="Miscellaneous Tephra Mods" address="4824a" type="2D" scaling="ECUTime">
		<table type="Static Y Axis" elements="1">
			<data>Duration ICS sprays after MANUAL ICS button is released:</data>
		</table>
	</table>

	<table name="Alternate Map Time to Activate" category="Alt Map Activation Settings" address="4825a" type="2D" scaling="ECUTime">
		<table name="Conditions" type="Static Y Axis" elements="1">
			<data>Delay Time before Alt Maps engage once activated:</data>
		</table>
	</table>

	<table name="Alternate Map Load Threshold" category="Alt Map Activation Settings" address="4825c" type="2D" scaling="Load">
		<table name="Conditions" type="Static Y Axis" elements="1">
			<data>Alt Maps cannot be activated if LOAD has already exceeded:</data>
		</table>
	</table>

	<table name="Alternate Map ADC0F Threshold" category="Alt Map Activation Settings" address="4825e" type="2D" scaling="Volts16">
		<table type="Static Y Axis" elements="1">
			<data>To Activate Alt Maps,ADC0F Voltage Input Must Exceed:</data>
		</table>
	</table>

	<table name="Alternate Hi Octane Ignition Map" category="Alt Map Ignition Settings" address="49e4d" type="3D" swapxy="true" scaling="Timing">
		<table name="Engine Load" address="4bb5a" type="X Axis" elements="30" scaling="Load"/>
		<table name="RPM" address="4bb0a" type="Y Axis" elements="25" scaling="RPM"/>
	</table>

	<table name="Alternate Hi Octane Fuel Map" category="Alt Map Fuel Settings" address="49b4d" type="3D" swapxy="true" scaling="AFR">
		<table name="Engine Load" address="4bb5a" type="X Axis" elements="30" scaling="Load"/>
		<table name="RPM" address="4bb0a" type="Y Axis" elements="25" scaling="RPM"/>
	</table>

	<table name="Alternate Injector Scaling" category="Alt Map Fuel Settings" address="49b40" type="1D" scaling="InjectorScaling"/>

	<table name="Alternate Cranking Enrichment IPW Adder (Main)" category="Alt Map Fuel Settings" address="4a24c" type="2D" scaling="TimeInjCranking">
		<table name="Coolant Temperature" address="6ff8" type="Y Axis" elements="9" scaling="Temp"/>
	</table>

	<table name="Alternate Base Wastegate Duty" category="Alt Map Boost Control Settings" address="4a14d" type="3D" level="2" swapxy="true" scaling="WGDuty">
		<table name="Gear" address="511c2" type="X Axis" elements="7" scaling="uint16"/>
		<table name="RPM" address="722e" type="Y Axis" elements="16" scaling="RPM"/>
	</table>

	<table name="Alternate Boost Desired Engine 'LOAD'" category="Alt Map Boost Control Settings" address="4a1cd" type="3D" level="2" swapxy="true" scaling="Load8">
		<table name="Gear" address="511c2" type="X Axis" elements="7" scaling="uint16"/>
		<table name="RPM" address="722e" type="Y Axis" elements="16" scaling="RPM"/>
	</table>

	<table name="Alternate Boost Desired Engine 'PSI'" category="Alt Map Boost Control Settings" address="4a1cd" type="3D" level="1" swapxy="true" scaling="PSIa8 JDM3barMAP">
		<table name="Gear" address="511c2" type="X Axis" elements="7" scaling="uint16"/>
		<table name="RPM" address="722e" type="Y Axis" elements="16" scaling="RPM"/>
	</table>

	<table name="Fuel Cut Multiplier" category="Global Fuel Settings" address="15cc4" type="2D" level="2" scaling="Hex16">
		<table type="Static Y Axis" elements="1">
			<data>To use "Fuel Cut Load x1" = 0x6DDD             To use "Fuel Cut Load x2" = 0x4D00     :</data>
		</table>
	</table>

	<table name="Fuel Cut Load X1" category="Global Fuel Settings" address="3050" type="2D" scaling="LoadBoost">
		<table name="RPM" address="76b0" type="Y Axis" elements="9" scaling="RPM"/>
	</table>

	<table name="ST Fuel Max Trim" category="Global Fuel Settings" address="30cc" type="2D" level="2" scaling="O2 Trim">
		<table name="Engine Temp" address="70c2" type="Y Axis" elements="8" scaling="Temp"/>
	</table>

	<table name="ST Fuel Min Trim" category="Global Fuel Settings" address="30da" type="2D" level="2" scaling="O2 Trim">
		<table name="Engine Temp" address="70c2" type="Y Axis" elements="8" scaling="Temp"/>
	</table>

	<table name="MAF Scaling (MAF Adder already included)" category="Global Fuel Settings" address="2d06" type="2D" level="3" scaling="MAFScaling plus MAF Adder">
		<table name="MAF Hz" address="6da4" type="Y Axis" elements="21" scaling="MAFHz"/>
	</table>

	<table name="Boost Error Correction (LOAD)" category="Global Boost Control Settings" address="3f20" type="2D" level="2" scaling="OffsetWGDC">
		<table name="Boost Error" address="7258" type="Y Axis" elements="17" scaling="LoadError"/>
	</table>

	<table name="Boost Error Correction (PSI)" category="Global Boost Control Settings" address="3f20" type="2D" level="1" scaling="OffsetWGDC">
		<table name="Boost Error" address="7258" type="Y Axis" elements="17" scaling="BoostErrorPsi OMNI4barMAP"/>
	</table>

	<table name="WGDC=100% under this Load" category="Global Boost Control Settings" address="512b8" type="2D" scaling="Load">
		<table type="Static Y Axis" elements="1">
			<data>WGDC stays set at 100% until this load value is exceeded:</data>
		</table>
	</table>

	<table name="RPM/Speed to Gear" category="Global Boost Control Settings" address="511b0" type="2D" scaling="RPMperMPH Gear">
		<table name="RPM/Speed" address="5119a" type="Y Axis" elements="7" scaling="RPMPerMPH"/>
	</table>

	<table name="MAF IAT WGDC Correction" category="Global Boost Control Settings" address="512dc" type="2D" scaling="OffsetWGDC">
		<table name="Degrees" address="512c6" type="Y Axis" elements="7" scaling="Temp"/>
	</table>

	<table name="TPS WGDC Correction" category="Global Boost Control Settings" address="51304" type="2D" scaling="Percent255">
		<table name="Throttle" address="512ee" type="Y Axis" elements="6" scaling="ThrottlePercentage"/>
	</table>

	<table name="== EDIT THE TABLES BELOW FOR LOAD OR PSI BOOST TARGETING ==" category="Global Boost Control 'TYPE' (Choose LOAD or PSI Targeted Boost Control)" address="0" type="1D"/>

	<table name="Variable for Boost Control (LOAD=0x6B48 PSI=0x6AEC)" category="Global Boost Control 'TYPE' (Choose LOAD or PSI Targeted Boost Control)" address="41e12" type="1D" scaling="Hex16"/>

	<table name="SHLR->SHLL for EBC (LOAD=0x4A01 PSI=0x4A00)" category="Global Boost Control 'TYPE' (Choose LOAD or PSI Targeted Boost Control)" address="41b84" type="1D" scaling="Hex16"/>

	<table name="Boost Error RAM Address (LOAD=0x69CA PSI=0x6EE2)" category="Global Boost Control 'TYPE' (Choose LOAD or PSI Targeted Boost Control)" address="41e06" type="1D" scaling="Hex16"/>

	<table name="Boost Error RAM Address in Load Error Table (LOAD=0x69CA PSI=0x6EE2)" category="Global Boost Control 'TYPE' (Choose LOAD or PSI Targeted Boost Control)" address="7254" type="1D" scaling="Hex16"/>

	<table name="MUT8A (LOAD=0x6ACD PSI=0x6EE3)" category="Global Boost Control 'TYPE' (Choose LOAD or PSI Targeted Boost Control)" address="3f0ae" type="1D" level="1" scaling="Hex16"/>

	<table name="MUT8B (LOAD=0x6B41 PSI=0x6EE9)" category="Global Boost Control 'TYPE' (Choose LOAD or PSI Targeted Boost Control)" address="3f0b2" type="1D" level="1" scaling="Hex16"/>

	<table name="Launch Hi Octane Fuel Map" category="Global Launch Maps" address="4b34d" type="3D" swapxy="true" scaling="AFR">
		<table name="Engine Load" address="4bb5a" type="X Axis" elements="30" scaling="Load"/>
		<table name="RPM" address="4bb0a" type="Y Axis" elements="25" scaling="RPM"/>
	</table>

	<table name="Launch Hi Octane Ignition Map" category="Global Launch Maps" address="4b64d" type="3D" swapxy="true" scaling="Timing">
		<table name="Engine Load" address="4bb5a" type="X Axis" elements="30" scaling="Load"/>
		<table name="RPM" address="4bb0a" type="Y Axis" elements="25" scaling="RPM"/>
	</table>

	<table name="Launch-Map TPS Threshold" category="Global Launch Maps" address="4826a" type="2D" scaling="ThrottlePercentage">
		<table type="Static Y Axis" elements="1">
			<data>Throttle position must exceed this percentage to activate Launch Maps:</data>
		</table>
	</table>

	<table name="Launch-Map Speed Threshold" category="Global Launch Maps" address="4826c" type="2D" scaling="VehicleSpeed">
		<table type="Static Y Axis" elements="1">
			<data>Vehicle speed must be BELOW this value to activate Launch Maps:</data>
		</table>
	</table>

	<table name="High Octane Ignition Map" category="Main Map Ignition Settings" address="4ad4d" type="3D" swapxy="true" scaling="Timing">
		<table name="Engine Load" address="4bb5a" type="X Axis" elements="30" scaling="Load"/>
		<table name="RPM" address="4bb0a" type="Y Axis" elements="25" scaling="RPM"/>
	</table>

	<table name="Low Octane Ignition Map" category="Main Map Ignition Settings" address="4b04d" type="3D" swapxy="true" scaling="Timing">
		<table name="Engine Load" address="4bb5a" type="X Axis" elements="30" scaling="Load"/>
		<table name="RPM" address="4bb0a" type="Y Axis" elements="25" scaling="RPM"/>
	</table>

	<table name="Injector Cranking Enrichment IPW Adder (Main)" category="Main Map Fuel Settings" address="52b2" type="2D" level="2" scaling="TimeInjCranking">
		<table name="Coolant Temperature" address="6ff8" type="Y Axis" elements="9" scaling="Temp"/>
	</table>

	<table name="Main Map Wastegate Duty" category="Main Map Boost Control Settings" address="4b94d" type="3D" level="2" swapxy="true" scaling="WGDuty">
		<table name="Gear" address="511c2" type="X Axis" elements="7" scaling="uint16"/>
		<table name="RPM" address="722e" type="Y Axis" elements="16" scaling="RPM"/>
	</table>

	<table name="Boost Desired Engine 'Load'" category="Main Map Boost Control Settings" address="4b9cd" type="3D" level="2" swapxy="true" scaling="Load8">
		<table name="Gear" address="511c2" type="X Axis" elements="7" scaling="uint16"/>
		<table name="RPM" address="722e" type="Y Axis" elements="16" scaling="RPM"/>
	</table>

	<table name="Boost Desired Engine 'PSI'" category="Main Map Boost Control Settings" address="4b9cd" type="3D" level="1" swapxy="true" scaling="PSIa8 OMNI4barMAP">
		<table name="Gear" address="511c2" type="X Axis" elements="7" scaling="uint16"/>
		<table name="RPM" address="722e" type="Y Axis" elements="16" scaling="RPM"/>
	</table>

	<table name="Boost Adder (LOAD)" category="Main Map Boost Control Settings" address="1670" type="1D" scaling="Load16"/>

	<table name="Boost Adder (PSI)" category="Main Map Boost Control Settings" address="1670" type="1D" scaling="PSIa16 OMNI4barMAP"/>

	<table name="Speed Limiter" category="Limits" address="118e" type="2D" scaling="VehicleSpeed">
		<table name="Condition" type="Static Y Axis" elements="2">
			<data>Limiter activated when above:</data>
			<data>Limiter deactivated when below:</data>
		</table>
	</table>

	<table name="Rev Limiter" category="Limits" address="118c" type="2D" scaling="RPMLimit">
		<table type="Static Y Axis" elements="1">
			<data>Maximum RPM engine can achieve under ANY condtions:</data>
		</table>
	</table>

	<table name="Stationary Rev Limiter" category="Limits" address="2798" type="2D" scaling="RPMStatLimit">
		<table type="Static Y Axis" elements="1">
			<data>Maximum RPM engine can achieve while the vehicle is STATIONARY:</data>
		</table>
	</table>

	<table name="Immobilizer Hex" category="Miscellaneous" address="ffa" type="2D" level="2" scaling="Hex16">
		<table type="Static Y Axis" elements="1">
			<data>0x0040 for 2003 or 0x0055 for 2004 or 0x0058 for 2005 USDM - 0x004D for EDM:</data>
		</table>
	</table>

	<table name="MAP Scaling" category="MAPSensor" address="670c" type="2D" level="1" scaling="uint8">
		<table name="MAP Output" address="800e" type="Y Axis" elements="9" scaling="Volts16"/>
	</table>

	<table name="MAP Fault Trig: Mid VE Max #1" category="MAPSensor" address="29d6" type="1D" level="1" scaling="Volts16"/>

	<table name="MAP Fault Trig: Mid VE Min #1" category="MAPSensor" address="29b6" type="1D" level="1" scaling="Volts16"/>

	<table name="MAP Fault Trig High VE #1" category="MAPSensor" address="29bc" type="1D" level="1" scaling="Volts16"/>

	<table name="MAP vs Baro" category="MAPSensor" address="283c" type="1D" level="1" scaling="uint16"/>

	<table name="EGR MAP Offset #1" category="MAPSensor" address="4936" type="2D" level="1" scaling="uint8">
		<table name="RPM" address="74de" type="Y Axis" elements="9" scaling="RPM"/>
	</table>

	<table name="EGR MAP offset #2" category="MAPSensor" address="4946" type="2D" level="1" scaling="uint8">
		<table name="RPM" address="74de" type="Y Axis" elements="9" scaling="RPM"/>
	</table>

	<table name="EGR Pressure Diff" category="MAPSensor" address="1b7c" type="1D" level="1" scaling="Volts16"/>

	<table name="MAP Comparison" category="MAPSensor" address="2838" type="1D" level="1" scaling="Volts16"/>

	<table name="Fuel Cut Load X2" category="Global Fuel Settings" address="3050" type="2D" level="2" scaling="FuelCutLoadX2">
		<table name="RPM" address="76b0" type="Y Axis" elements="9" scaling="RPM"/>
	</table>

	<table name="Fuel Cut Load Trigger Delay" category="Global Fuel Settings" address="119a" type="2D" level="2" scaling="Time">
		<table type="Static Y Axis" elements="1">
			<data>FUEL CUT will not engage until the limit has been exceeded for this duration of time:</data>
		</table>
	</table>

	<table name="Ignition Charge Time" category="Main Map Ignition Settings" address="3cc6" type="2D" level="1" scaling="uint8">
		<table name="Battery" address="6e0c" type="X Axis" elements="9" scaling="BatteryVoltage"/>
	</table>

	<table name="Ignition Coil Charge Time (Unknown 1)" category="Main Map Ignition Settings" address="3cd6" type="2D" level="1" scaling="uint8">
		<table name="Battery" address="6e0c" type="X Axis" elements="9" scaling="BatteryVoltage"/>
	</table>

	<table name="Ignition Coil Charge Time (Unknown 2)" category="Main Map Ignition Settings" address="3ce6" type="2D" level="1" scaling="uint8">
		<table name="Battery" address="6e0c" type="X Axis" elements="9" scaling="BatteryVoltage"/>
	</table>

	<table name="High Octane Fuel Map" category="Main Map Fuel Settings" address="4a74d" type="3D" swapxy="true" scaling="AFR">
		<table name="Engine Load" address="4bb5a" type="X Axis" elements="30" scaling="Load"/>
		<table name="RPM" address="4bb0a" type="Y Axis" elements="25" scaling="RPM"/>
	</table>

	<table name="Low Octane Fuel Map" category="Main Map Fuel Settings" address="4aa4d" type="3D" swapxy="true" scaling="AFR">
		<table name="Engine Load" address="4bb5a" type="X Axis" elements="30" scaling="Load"/>
		<table name="RPM" address="4bb0a" type="Y Axis" elements="25" scaling="RPM"/>
	</table>

	<table name="Max Rich AFR vs Coolant Temp" category="Main Map Fuel Settings" address="65c0" type="2D" level="2" scaling="AFR">
		<table name="Coolant Temperature" address="70dc" type="Y Axis" elements="9" scaling="Temp"/>
	</table>

	<table name="Injector Size Scaling" category="Main Map Fuel Settings" address="1106" type="1D" scaling="InjectorScaling"/>

	<table name="Injector Battery Voltage Latency Compensation" category="Global Fuel Settings" address="31d4" type="2D" scaling="InjectorLatency">
		<table name="Battery Voltage" address="6df4" type="Y Axis" elements="7" scaling="BatteryVoltage"/>
	</table>

	<table name="Accel Enrichment (Incorrect)" category="Global Fuel Settings" address="3278" type="2D" scaling="EnrichmentAdj">
		<table name="RPM" address="6c26" type="Y Axis" elements="15" scaling="RPM"/>
	</table>

	<table name="MAF Compensation" category="Global Fuel Settings" address="2d22" type="2D" level="3" scaling="AirFlow8">
		<table name="MAF Hz" address="6da4" type="Y Axis" elements="21" scaling="MAFHz"/>
	</table>

	<table name="Relative Air Density vs Temp for Airflow/Hz" category="Global Fuel Settings" address="2d3e" type="2D" level="3" flipy="true" scaling="AirTempFactor">
		<table name="Degrees" address="7070" type="Y Axis" elements="8" scaling="Temp"/>
	</table>

	<table name="Airflow/Hz Baro and Air Temp Compensation" category="Global Fuel Settings" address="2d51" type="3D" level="3" swapxy="true" scaling="AirTempBaroCorrection">
		<table name="IAT_Comp/Baro_Bar" address="6d92" type="X Axis" elements="4" scaling="AirTempBaroFactor"/>
		<table name="MAF Hz" address="6dd8" type="Y Axis" elements="9" scaling="MAFHz"/>
	</table>

	<table name="MAF Sensor Filtering" category="Global Fuel Settings" address="1108" type="2D" level="3" scaling="uint16">
		<table name="Load" type="Static Y Axis" elements="2">
			<data>Hi</data>
			<data>Lo</data>
		</table>
	</table>

	<table name="MAF Size" category="Global Fuel Settings" address="110c" type="1D" level="3" scaling="AirFlow16"/>

	<table name="Open Loop Load #1" category="Global Fuel Settings" address="3060" type="2D" scaling="Load8">
		<table name="RPM" address="6b98" type="Y Axis" elements="16" scaling="RPM"/>
	</table>

	<table name="Open Loop Load #2" category="Global Fuel Settings" address="3076" type="2D" scaling="Load8">
		<table name="RPM" address="6b98" type="Y Axis" elements="16" scaling="RPM"/>
	</table>

	<table name="Open Loop Throttle #1" category="Global Fuel Settings" address="3092" type="2D" scaling="ThrottlePercentage8">
		<table name="RPM" address="6b98" type="Y Axis" elements="16" scaling="RPM"/>
	</table>

	<table name="Open Loop Throttle #2" category="Global Fuel Settings" address="30a8" type="2D" scaling="ThrottlePercentage8">
		<table name="RPM" address="6b98" type="Y Axis" elements="16" scaling="RPM"/>
	</table>

	<table name="Lean Spool Start RPM" category="Global Fuel Lean Spool" address="1280" type="1D" scaling="RPMStatLimit"/>

	<table name="Lean Spool Stop RPM" category="Global Fuel Lean Spool" address="1284" type="1D" scaling="RPMStatLimit"/>

	<table name="Lean Spool Load Threshold" category="Global Fuel Lean Spool" address="33b6" type="2D" level="2" scaling="Load8">
		<table name="input value" address="6e62" type="Y Axis" elements="14" scaling="RPM"/>
	</table>

	<table name="Lean Spool Trailing Time (Rich Side)" category="Global Fuel Lean Spool" address="338e" type="2D" level="2" scaling="uint8">
		<table name="input value" address="6e62" type="Y Axis" elements="14" scaling="RPM"/>
	</table>

	<table name="Lean Spool Trailing Time (Lean Side)" category="Global Fuel Lean Spool" address="33a2" type="2D" level="2" scaling="uint8">
		<table name="input value" address="6e62" type="Y Axis" elements="14" scaling="RPM"/>
	</table>

	<table name="Min Temp for Lean Spool" category="Global Fuel Lean Spool" address="127e" type="1D" level="2" scaling="Temp"/>

	<table name="Lean Spool Enable Load Hysteresis" category="Global Fuel Lean Spool" address="127c" type="1D" level="2" scaling="Load16"/>

	<table name="Lean Spool AFR Mapping" category="Global Fuel Lean Spool" address="33ca" type="2D" level="2" scaling="AFR">
		<table name="base AFR" address="6e88" type="Y Axis" elements="7" scaling="AFR16"/>
	</table>

	<table name="Lean Spool AFR below Enable" category="Global Fuel Lean Spool" address="1282" type="1D" level="2" scaling="AFR16"/>

	<table name="Lean Spool Clip Value" category="Global Fuel Lean Spool" address="1286" type="1D" level="2" scaling="AFR16"/>

	<table name="High Oct EGR-Enabled Advance" category="Global Ignition Settings" address="38f9" type="3D" level="2" swapxy="true" scaling="Timing">
		<table name="Engine Load" address="6f2c" type="X Axis" elements="21" scaling="Load"/>
		<table name="RPM" address="6efa" type="Y Axis" elements="20" scaling="RPM"/>
	</table>

	<table name="Low Oct EGR-Enabled Advance" category="Global Ignition Settings" address="3749" type="3D" level="2" swapxy="true" scaling="Timing">
		<table name="Engine Load" address="6f2c" type="X Axis" elements="21" scaling="Load"/>
		<table name="RPM" address="6efa" type="Y Axis" elements="20" scaling="RPM"/>
	</table>

	<table name="Low Coolant Temp Timing Trim Map 1" category="Global Ignition Settings" address="3aa9" type="3D" level="2" swapxy="true" scaling="TimingTrim8">
		<table name="Engine Load" address="6f2c" type="X Axis" elements="21" scaling="Load"/>
		<table name="RPM" address="6efa" type="Y Axis" elements="20" scaling="RPM"/>
	</table>

	<table name="Low Coolant Temp Timing Trim Map 2" category="Global Ignition Settings" address="5883" type="3D" level="2" swapxy="true" scaling="TimingTrim8">
		<table name="Engine Load" address="6f2c" type="X Axis" elements="21" scaling="Load"/>
		<table name="RPM" address="6efa" type="Y Axis" elements="20" scaling="RPM"/>
	</table>

	<table name="Low Coolant Temp Timing Trim Map 3" category="Global Ignition Settings" address="5d93" type="3D" level="2" swapxy="true" scaling="TimingTrim8">
		<table name="Engine Load" address="6f2c" type="X Axis" elements="21" scaling="Load"/>
		<table name="RPM" address="6efa" type="Y Axis" elements="20" scaling="RPM"/>
	</table>

	<table name="Percent Low Temp Timing Trim vs Coolant Temp" category="Global Ignition Settings" address="3cb8" type="2D" level="2" scaling="Percent255">
		<table name="Engine Temp" address="804c" type="Y Axis" elements="8" scaling="Temp"/>
	</table>

	<table name="MIVEC Intake Advance" category="MIVEC" address="68bd" type="3D" swapxy="true" scaling="ValveTiming">
		<table name="Engine Load" address="7a64" type="X Axis" elements="20" scaling="Load"/>
		<table name="RPM" address="7a96" type="Y Axis" elements="16" scaling="RPM"/>
	</table>

	<table name="MIVEC Intake Advance Min" category="MIVEC" address="293a" type="1D" level="2" scaling="ValveTiming16"/>

	<table name="MIVEC Intake Advance Max" category="MIVEC" address="293c" type="1D" level="2" scaling="ValveTiming16"/>

	<table name="MIVEC Max vs Coolant Temp" category="MIVEC" address="6a04" type="2D" level="2" scaling="ValveTiming">
		<table name="Coolant Temp" address="6fde" type="Y Axis" elements="8" scaling="Temp"/>
	</table>

	<table name="WGDC Correction Interval (High Gear Range)" category="Global Boost Control Settings" address="1654" type="2D" scaling="uint16">
		<table type="Static Y Axis" elements="1">
			<data>(Adjustable from 1-10) 1=most frequent WGDC correction intervals, 10=least frequent:</data>
		</table>
	</table>

	<table name="WGDC Correction Interval (Low Gear Range)" category="Global Boost Control Settings" address="1656" type="2D" scaling="uint16">
		<table type="Static Y Axis" elements="1">
			<data>(Adjustable from 1-10) 1= most frequent WGDC correction intervals      10= Least frequent :</data>
		</table>
	</table>

	<table name="Max Total Upward WGDC Correction vs TPS" category="Global Boost Control Settings" address="3f10" type="2D" scaling="OffsetWGDC">
		<table name="TPS" address="7284" type="Y Axis" elements="9" scaling="ThrottlePercentage"/>
	</table>

	<table name="Max Total Downward WGDC Correction" category="Global Boost Control Settings" address="1658" type="1D" level="3" scaling="OffsetWGDC"/>

	<table name="Max WGDC vs Coolant Temp" category="Global Boost Control Settings" address="65d0" type="2D" scaling="WGDuty">
		<table name="Coolant Temp" address="70f8" type="Y Axis" elements="8" scaling="Temp"/>
	</table>

	<table name="WGDC Limit During Fault" category="Global Boost Control Settings" address="1e26" type="1D" level="3" scaling="WGDuty16"/>

	<table name="Boost Control High/Low Gear Range RPM/MPH Crossover" category="Global Boost Control Settings" address="1e2a" type="1D" level="3" scaling="RPMPerMPH"/>

	<table name="Min Load for Boost Control" category="Global Boost Control Settings" address="6688" type="2D" scaling="Load8">
		<table name="RPM" address="6b98" type="Y Axis" elements="16" scaling="RPM"/>
	</table>

	<table name="BCS Re/De-Activation RPM" category="Global Boost Control Settings" address="1668" type="2D" scaling="RPMStatLimit">
		<table name="Condition" type="Static Y Axis" elements="4">
			<data>Reactivate On</data>
			<data>Reactivate Off</data>
			<data>Deactivate On</data>
			<data>Deactivate Off</data>
		</table>
	</table>

	<table name="Target Minimum Idle" category="Idle" address="3d24" type="2D" scaling="RPM8">
		<table name="Engine Temp" address="70c2" type="Y Axis" elements="8" scaling="Temp"/>
	</table>

	<table name="Target Idle RPM with AC On #1" category="Idle" address="1470" type="1D" scaling="RPMTarget"/>

	<table name="Target Idle RPM with AC On #2" category="Idle" address="146c" type="1D" scaling="RPMTarget"/>

	<table name="Target Idle For Off-Normal MIVEC" category="Idle" address="223e" type="1D" scaling="RPMTarget"/>

	<table name="Target Idle When IAT > 205F" category="Idle" address="1e30" type="2D" scaling="RPMTarget">
		<table name="Conditions" type="Static Y Axis" elements="2">
			<data>AC Off</data>
			<data>AC On</data>
		</table>
	</table>

	<table name="Desired ISCV intial step position with AC off-Drive" category="Idle" address="3d38" type="2D" scaling="ISCVSteps">
		<table name="Engine Temp" address="70c2" type="Y Axis" elements="8" scaling="Temp"/>
	</table>

	<table name="Desired ISCV intial step position with AC on-Neutral" category="Idle" address="3d4c" type="2D" scaling="ISCVSteps">
		<table name="Engine Temp" address="70c2" type="Y Axis" elements="8" scaling="Temp"/>
	</table>

	<table name="Idle Stepper Lookup Table" category="Idle" address="3e31" type="3D" scaling="ISCVSteps">
		<table name="Coolant Temp" address="7164" type="X Axis" elements="8" scaling="Temp"/>
		<table name="Load" address="717e" type="Y Axis" elements="27" scaling="uint16"/>
	</table>

	<table name="Immobilizer" category="Miscellaneous" address="3ffce" type="1D" level="3" scaling="Hex16"/>

	<table name="Init Code" category="Miscellaneous" address="3ffcc" type="1D" level="2" scaling="Hex16"/>

	<table name="ECU Internal ID" category="Miscellaneous" address="f52" type="2D" level="3" scaling="Hex8">
		<table name="Byte Position" type="Static X Axis" elements="4">
			<data>b1</data>
			<data>b2</data>
			<data>b3</data>
			<data>b4</data>
		</table>
	</table>

	<table name="Air Density Compensation for Load And IPW" category="Misc" address="30fe" type="2D" level="2" scaling="AirDensComp">
		<table name="MAF Air Temp" address="714a" type="Y Axis" elements="8" scaling="Temp"/>
	</table>

	<table name="Coolant Temp Scaling" category="Misc" address="ae6a" type="2D" level="2" scaling="TempScale">
		<table name="Coolant Temp Sensor Raw" address="af1c" type="Y Axis" elements="167" scaling="VoltsADCx4"/>
	</table>

	<table name="IAT Scaling" category="Misc" address="b070" type="2D" level="2" scaling="TempScale">
		<table name="Intake Air Temp Sensor Raw" address="b106" type="Y Axis" elements="139" scaling="VoltsADCx4"/>
	</table>

	<table name="Knock Sensitivity Load Threshold" category="Knock" address="3cf6" type="2D" level="2" scaling="Load8">
		<table name="RPM" address="6b7a" type="X Axis" elements="10" scaling="RPM"/>
	</table>

	<table name="Knock Background Noise Multiplier" category="Knock" address="669e" type="2D" level="2" scaling="uint8">
		<table name="RPM" address="7fe8" type="X Axis" elements="14" scaling="RPM"/>
	</table>

	<table name="Knock Background Noise Adder (TRIPLE GAIN)" category="Knock" address="66b2" type="2D" level="2" scaling="uint8">
		<table name="RPM" address="7fe8" type="X Axis" elements="14" scaling="RPM"/>
	</table>

	<table name="Knock Background Noise Adder (SINGLE GAIN)" category="Knock" address="66c6" type="2D" level="2" scaling="uint8">
		<table name="RPM" address="7fe8" type="X Axis" elements="14" scaling="RPM"/>
	</table>

	<table name="OBD-II Codes" category="OBD-II" address="a70c" type="3D" level="2" scaling="Hex16">
		<table name="r4 (hex)" type="Static X Axis" elements="16" scaling="Hex16">
			<data>8000</data>
			<data>4000</data>
			<data>2000</data>
			<data>1000</data>
			<data>800</data>
			<data>400</data>
			<data>200</data>
			<data>100</data>
			<data>80</data>
			<data>40</data>
			<data>20</data>
			<data>10</data>
			<data>8</data>
			<data>4</data>
			<data>2</data>
			<data>1</data>
		</table>
		<table name="r5 (hex)" type="Static Y Axis" elements="16">
			<data>00</data>
			<data>01</data>
			<data>02</data>
			<data>03</data>
			<data>04</data>
			<data>05</data>
			<data>06</data>
			<data>07</data>
			<data>08</data>
			<data>09</data>
			<data>0A</data>
			<data>0B</data>
			<data>0C</data>
			<data>0D</data>
			<data>0E</data>
			<data>0F</data>
		</table>
	</table>

	<table name="Fuel Temp scaling" category="OBD-II Evap" address="b232" type="2D" level="2" scaling="TempScaleFuel">
		<table name="FT sensor voltage" address="b32e" type="Y Axis" elements="121" scaling="VoltsADCx4"/>
	</table>

	<table name="Fuel Temp Sensor Check Lo" category="OBD-II Evap" address="1fac" type="1D" level="2" scaling="uint16"/>

	<table name="Fuel Temp Sensor Check Hi" category="OBD-II Evap" address="1fae" type="1D" level="2" scaling="uint16"/>

	<table name="EGR System Enable/Disable" category="Emissions EGR" address="1041" type="1D" level="2" scaling="uint8"/>

	<table name="Base EGR Duty vs Load and RPM" category="Emissions EGR" address="4139" type="3D" level="2" swapxy="true" scaling="EGRDuty">
		<table name="Load Fuel/Timing" address="72f6" type="X Axis" elements="11" scaling="Load"/>
		<table name="RPM" address="72d8" type="Y Axis" elements="10" scaling="RPM"/>
	</table>

	<table name="EGR Duty Normalization Factor vs Coolant Temp" category="Emissions EGR" address="41ba" type="2D" level="2" scaling="EGRDutyCTFactor">
		<table name="Coolant Temp" address="6fde" type="Y Axis" elements="8" scaling="Temp"/>
	</table>

	<table name="EGR Duty vs RPM (Fault Condition?)" category="Emissions EGR" address="41c8" type="2D" level="2" scaling="EGRDuty">
		<table name="RPM" address="6b7a" type="Y Axis" elements="10" scaling="RPM"/>
	</table>

	<table name="ECU Periphery00 Hex" category="Periphery" address="f9a" type="1D" level="2" scaling="Hex16"/>

	<table name="ECU Periphery0 Hex" category="Periphery" address="faa" type="1D" level="2" scaling="Hex16"/>

	<table name="ECU Periphery1 Hex" category="Periphery" address="fba" type="1D" level="2" scaling="Hex16"/>

	<table name="ECU Periphery2 Hex" category="Periphery" address="fca" type="1D" level="2" scaling="Hex16"/>

	<table name="ECU Periphery3 Hex" category="Periphery" address="fda" type="1D" level="2" scaling="Hex16"/>

	<table name="ECU Periphery4 Hex" category="Periphery" address="fea" type="1D" level="2" scaling="Hex16"/>

	<table name="ECU Periphery00 (F9A) Bits" category="Periphery" address="f9a" type="2D" level="2" scaling="Blobbits">
		<table name="Periphery Bit Number" type="Static Y Axis" flipy="true" 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 Periphery0 (FAA) Bits" category="Periphery" address="faa" type="2D" level="2" scaling="Blobbits">
		<table name="Periphery Bit Number" type="Static Y Axis" flipy="true" elements="16">
			<data>bit.15</data>
			<data>bit.14 front o2 sensor heater circuit</data>
			<data>bit.13</data>
			<data>bit.12</data>
			<data>bit.11, 0=Disable EGR Test .</data>
			<data>bit.10, 0=Disable "weird unknown" timing pull at cruise .</data>
			<data>bit.9, 0=Disable cat-Warmup Ign Retard Tables .</data>
			<data>bit.8</data>
			<data>bit.7, 1=Enable High Oct Ign Map Lookup and many other subroutines .</data>
			<data>bit.6, 1=Enable WG solenoid? Enable Speed Limit Test .</data>
			<data>bit.5</data>
			<data>bit.4 for full time open loop set to 0</data>
			<data>bit.3, 0=Disable Immobilizer function .</data>
			<data>bit.2</data>
			<data>bit.1, 0=Disable Rear O2 Test and fault report .</data>
			<data>bit.0</data>
		</table>
	</table>

	<table name="ECU Periphery1 (FBA) Bits" category="Periphery" address="fba" type="2D" level="2" scaling="Blobbits">
		<table name="Periphery Bit Number" type="Static Y Axis" flipy="true" 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 2nd thermo fan table</data>
			<data>bit.4</data>
			<data>bit.3</data>
			<data>bit.2</data>
			<data>bit.1</data>
			<data>bit.0 Lean Spool (1=enable 0=diasble)</data>
		</table>
	</table>

	<table name="ECU Periphery2 (FCA) Bits" category="Periphery" address="fca" type="2D" level="2" scaling="Blobbits">
		<table name="Periphery Bit Number" type="Static Y Axis" flipy="true" elements="16">
			<data>bit.15 P0443, P0446, P0403, P0243, P0090, P2263</data>
			<data>bit.14 P0450, P0451, P0452, P0453 Evap</data>
			<data>bit.13 P0441, P0442 Evap</data>
			<data>bit.12</data>
			<data>bit.11 P0031, P0032, P0037, P0038</data>
			<data>bit.10 P1400 MAP Sensor</data>
			<data>bit.9 P0401 EGR Test</data>
			<data>bit.8 P0506, P0507 Idle Test</data>
			<data>bit.7 P0170 (P0171, P0172)</data>
			<data>bit.6 P0134 Front O2</data>
			<data>bit.5 P0300; set bit.4 and bit.5 to 0 to disable</data>
			<data>bit.4 P0300; set bit.4 and bit.5 to 0 to disable</data>
			<data>bit.3 P0132, P0136 O2</data>
			<data>bit.2 P0133, P0159</data>
			<data>bit.1 P0421 not in FSM</data>
			<data>bit.0</data>
		</table>
	</table>

	<table name="ECU Periphery3 (FDA) Bits" category="Periphery" address="fda" type="2D" level="2" scaling="Blobbits">
		<table name="Periphery Bit Number" type="Static Y Axis" flipy="true" elements="16">
			<data>bit.15 P0128 CT Below Reg</data>
			<data>bit.14 P1603 Battery Backup</data>
			<data>bit.13</data>
			<data>bit.12</data>
			<data>bit.11 P0180 - P0183, P0461, P2066 Fuel Sensors</data>
			<data>bit.10</data>
			<data>bit.9</data>
			<data>bit.8</data>
			<data>bit.7 P0551 PS Pressure</data>
			<data>bit.6 P0500 Speed Sens</data>
			<data>bit.5</data>
			<data>bit.4</data>
			<data>bit.3</data>
			<data>bit.2 P0234, P0243, P2263</data>
			<data>bit.1 P0510 not in FSM</data>
			<data>bit.0 P1715, P1750, etc</data>
		</table>
	</table>

	<table name="ECU Periphery4 (FEA) Bits" category="Periphery" address="fea" type="2D" level="2" scaling="Blobbits">
		<table name="Periphery Bit Number" type="Static Y Axis" flipy="true" elements="16">
			<data>bit.15 P0140 Rear O2 No Act</data>
			<data>bit.14 P0069 MAP vs Baro</data>
			<data>bit.13 P0111 IAT Circuit</data>
			<data>bit.12 P0554 PS Press Sens</data>
			<data>bit.11 P1530 A/C1 Switch</data>
			<data>bit.10</data>
			<data>bit.9</data>
			<data>bit.8 P0830 Clutch Pedal Circuit</data>
			<data>bit.7 P0090 Fuel Pressure Circuit</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 Table" address="3ee84" type="3D" level="1" scaling="RamAdress">
		<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="16">
			<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>
		</table>
	</table>

	<table name="Timing Retard Limit #1" category="Global Ignition Settings" address="133e" type="1D" scaling="uint16"/>

	<table name="Timing Retard Limit #2" category="Global Ignition Settings" address="2038" type="1D" scaling="uint16"/>

	<table name="Non-Continuous Monitor Availability Patch Part 1" category="OBD Inspection" address="3a90c" type="2D" level="1" scaling="Hex16">
		<table type="Static Y Axis" elements="1">
			<data>Stock Setting= 0x4019            Forced PASS Inpection Setting= 0xE000      :</data>
		</table>
	</table>

	<table name="Non-Continuous Monitor Availability Patch Part 2" category="OBD Inspection" address="3a926" type="2D" level="1" scaling="Hex16">
		<table type="Static Y Axis" elements="1">
			<data>Stock Setting= 0x6AA1           Forced PASS Inspection= 0xEAFF        :</data>
		</table>
	</table>

	<table name="Non-Continuous Monitor Completion Patch" category="OBD Inspection" address="3a928" type="2D" level="1" scaling="Hex16">
		<table type="Static Y Axis" elements="2">
			<data>Stock Setting= 0xDA66           Forced PASS Inspection= 0xEAFF       :</data>
			<data>Stock Setting= 0x6AA1           Forced PASS Inspection= 0x6AA7       :</data>
		</table>
	</table>

	<table name="Monitor Available(1)/Not Available(0)" category="OBD Inspection" address="3a927" type="2D" level="2" scaling="Blobbits">
		<table name="Non-Continuous Monitor Availability Bits" type="Static Y Axis" flipy="true" elements="8">
			<data>EGR system</data>
			<data>Oxygen heater sensor</data>
			<data>Oxygen sensor</data>
			<data>A/C system refrigerant</data>
			<data>Secondary air system</data>
			<data>Evaporative system</data>
			<data>Heated catalyst</data>
			<data>Catalyst</data>
		</table>
	</table>

	<table name="Monitor Passed(1)/Failed(0)" category="OBD Inspection" address="3a929" type="2D" level="2" scaling="Blobbits">
		<table name="Non-Continuous Monitor Completion Bits" type="Static Y Axis" flipy="true" elements="8">
			<data>EGR system</data>
			<data>Oxygen heater sensor</data>
			<data>Oxygen sensor</data>
			<data>A/C system refrigerant</data>
			<data>Secondary air system</data>
			<data>Evaporative system</data>
			<data>Heated catalyst</data>
			<data>Catalyst</data>
		</table>
	</table>

	<table name="Max RPM To Rear O2 Heaer OBD Reset" category="Rear O2 Heater Simulator" address="8746" type="1D" scaling="RPMStatLimit"/>

	<table name="Rear O2 Heater Patch ROM Addr" category="Rear O2 Heater Simulator" address="2dc50" type="3D" scaling="Hex16">
		<table name="Code" type="Static X Axis" elements="1" scaling="Hex16">
			<data>Hex16</data>
		</table>
		<table name="Address" type="Static Y Axis" elements="2">
			<data>2DC50</data>
			<data>2DC52</data>
		</table>
	</table>

	<table name="Rear O2 Heater Patch" category="Rear O2 Heater Simulator" address="47e30" type="3D" scaling="Hex16">
		<table name="Code" type="Static X Axis" elements="1" scaling="Hex16">
			<data>Hex16</data>
		</table>
		<table name="Address" type="Static Y Axis" elements="40">
			<data>47E30</data>
			<data>47E32</data>
			<data>47E34</data>
			<data>47E36</data>
			<data>47E38</data>
			<data>47E3A</data>
			<data>47E3C</data>
			<data>47E3E</data>
			<data>47E40</data>
			<data>47E42</data>
			<data>47E44</data>
			<data>47E46</data>
			<data>47E48</data>
			<data>47E4A</data>
			<data>47E4C</data>
			<data>47E4E</data>
			<data>47E50</data>
			<data>47E52</data>
			<data>47E54</data>
			<data>47E56</data>
			<data>47E58</data>
			<data>47E5A</data>
			<data>47E5C</data>
			<data>47E5E</data>
			<data>47E60</data>
			<data>47E62</data>
			<data>47E64</data>
			<data>47E66</data>
			<data>47E68</data>
			<data>47E6A</data>
			<data>47E6C</data>
			<data>47E6E</data>
			<data>47E70</data>
			<data>47E72</data>
			<data>47E74</data>
			<data>47E76</data>
			<data>47E78</data>
			<data>47E7A</data>
			<data>47E7C</data>
			<data>47E7E</data>
		</table>
	</table>

	<table name="Airflow Rate Calc On/Off" category="Airflow Measurement Patch" address="873e" type="1D" scaling="uint8"/>

	<table name="0x80 for Airflow Rate" category="Airflow Measurement Patch" address="8744" type="1D" scaling="uint16"/>

	<table name="Airflow Rate Patch ROM Addr" category="Airflow Measurement Patch" address="1780c" type="3D" scaling="Hex16">
		<table name="Code" type="Static X Axis" elements="1" scaling="Hex16">
			<data>Hex16</data>
		</table>
		<table name="Address" type="Static Y Axis" elements="2">
			<data>1780C</data>
			<data>1780E</data>
		</table>
	</table>

	<table name="Airflow Rate Patch Part 1" category="Airflow Measurement Patch" address="47e80" type="3D" scaling="Hex16">
		<table name="Code" type="Static X Axis" elements="1" scaling="Hex16">
			<data>Hex16</data>
		</table>
		<table name="Address" type="Static Y Axis" elements="40">
			<data>47E80</data>
			<data>47E82</data>
			<data>47E84</data>
			<data>47E86</data>
			<data>47E88</data>
			<data>47E8A</data>
			<data>47E8C</data>
			<data>47E8E</data>
			<data>47E90</data>
			<data>47E92</data>
			<data>47E94</data>
			<data>47E96</data>
			<data>47E98</data>
			<data>47E9A</data>
			<data>47E9C</data>
			<data>47E9E</data>
			<data>47EA0</data>
			<data>47EA2</data>
			<data>47EA4</data>
			<data>47EA6</data>
			<data>47EA8</data>
			<data>47EAA</data>
			<data>47EAC</data>
			<data>47EAE</data>
			<data>47EB0</data>
			<data>47EB2</data>
			<data>47EB4</data>
			<data>47EB6</data>
			<data>47EB8</data>
			<data>47EBA</data>
			<data>47EBC</data>
			<data>47EBE</data>
			<data>47EC0</data>
			<data>47EC2</data>
			<data>47EC4</data>
			<data>47EC6</data>
			<data>47EC8</data>
			<data>47ECA</data>
			<data>47ECC</data>
			<data>47ECE</data>
		</table>
	</table>

	<table name="Airflow Rate Patch Part 2" category="Airflow Measurement Patch" address="47ed0" type="3D" scaling="Hex16">
		<table name="Code" type="Static X Axis" elements="1">
			<data>Hex16</data>
		</table>
		<table name="Address" type="Static Y Axis" elements="24">
			<data>47ED0</data>
			<data>47ED2</data>
			<data>47ED4</data>
			<data>47ED6</data>
			<data>47ED8</data>
			<data>47EDA</data>
			<data>47EDC</data>
			<data>47EDE</data>
			<data>47EE0</data>
			<data>47EE2</data>
			<data>47EE4</data>
			<data>47EE6</data>
			<data>47EE8</data>
			<data>47EEA</data>
			<data>47EEC</data>
			<data>47EEE</data>
			<data>47EF0</data>
			<data>47EF2</data>
			<data>47EF4</data>
			<data>47EF6</data>
			<data>47EF8</data>
			<data>47EFA</data>
			<data>47EFC</data>
			<data>47EFE</data>
		</table>
	</table>

	<table name="ISCV Demand Target Idle Trim (sub_1ECF6)" category="ISCV Control" address="3dec" type="2D" level="2" scaling="ISCV_AX2_8">
		<table name="Target Idle Deviation" address="6c9e" type="Y Axis" elements="9" scaling="RPMTarget"/>
	</table>

	<table name="Target Idle ISCV Trim Adjust Frequency" category="ISCV Control" address="14c2" type="1D" level="2" scaling="Time"/>

	<table name="ISCV Demand Below 500 RPM Idle Recovery Adder (sub_1E2C8)" category="ISCV Control" address="1516" type="1D" level="2" scaling="ISCV_AX2_16"/>

	<table name="ISCV Demand Startup CTS Adder (sub_1EBB8)" category="ISCV Control" address="3d60" type="2D" level="2" scaling="ISCV_AX2_8">
		<table name="Coolant Temp" address="6fde" type="Y Axis" elements="8" scaling="Temp"/>
	</table>

	<table name="ISCV Demand General CTS Subtractor (sub_1EBE6)" category="ISCV Control" address="3e0a" type="2D" level="2" scaling="ISCV_AX2_8">
		<table name="Coolant Temp" address="6fde" type="Y Axis" elements="8" scaling="Temp"/>
	</table>

	<table name="ISCV Demand Baro Adder (FFFF6E98) (sub_1E1EE)" category="ISCV Control" address="3dda" type="2D" level="2" scaling="ISCV_AX2_8">
		<table name="Baro" address="6e28" type="Y Axis" elements="5" scaling="Baro16"/>
	</table>

	<table name="ISCV Demand RPM Adder* (sub_1EFC0)" category="ISCV Control" address="41d8" type="2D" level="2" scaling="ISCV_AX2_8">
		<table name="RPM" address="6b7a" type="Y Axis" elements="10" scaling="RPM"/>
	</table>

	<table name="ISCV Demand TPS Subtractor* (sub_1EFC0)" category="ISCV Control" address="6810" type="2D" level="2" scaling="ISCV_AX2_8">
		<table name="Shifted TPS" address="810c" type="Y Axis" elements="11" scaling="ThrottlePercentage"/>
	</table>

	<table name="ISCV Demand RPM Adder [rpm > 4500, load > 170, speed > 12 mph] (sub_1EFC0)" category="ISCV Control" address="65de" type="2D" level="2" scaling="ISCV_AX2_8">
		<table name="RPM" address="7fb0" type="Y Axis" elements="10" scaling="RPM"/>
	</table>

	<table name="ISCV Demand CTS Adder #1** (sub_1F1F8, sub_1EA0C, sub_1F596) [sub_1EFC0]" category="ISCV Control" address="3d38" type="2D" level="2" scaling="ISCV_AX2_8">
		<table name="Coolant Temp" address="70c2" type="Y Axis" elements="8" scaling="Temp"/>
	</table>

	<table name="ISCV Demand CTS Adder #2** (Post WOT) (sub_1F1F8) [sub_1EFC0]" category="ISCV Control" address="54e6" type="2D" level="2" scaling="ISCV_AX2_8">
		<table name="Coolant Temp" address="7070" type="Y Axis" elements="8" scaling="Temp"/>
	</table>

	<table name="ISCV Demand CTS Adder #1a*** (sub_1F2C6, 1F596) [sub_1EFC0]" category="ISCV Control" address="51b0" type="2D" level="2" scaling="ISCV_AX2_8">
		<table name="Coolant Temp" address="70c2" type="Y Axis" elements="8" scaling="Temp"/>
	</table>

	<table name="ISCV Demand CTS Adder #1b*** (sub_1F2C6) [sub_1EFC0]" category="ISCV Control" address="3d4c" type="2D" level="2" scaling="ISCV_AX2_8">
		<table name="Coolant Temp" address="70c2" type="Y Axis" elements="8" scaling="Temp"/>
	</table>

	<table name="ISCV Demand CTS Adder #2*** (Post WOT) (sub_1F2C6) [sub_1EFC0]" category="ISCV Control" address="5502" type="2D" level="2" scaling="ISCV_AX2_8">
		<table name="Coolant Temp" address="7070" type="Y Axis" elements="8" scaling="Temp"/>
	</table>

	<table name="ISCV Demand RPM Adder (Moderated by Baro, IATS) (FFFF6EA8) (sub_204B6) [sub_1EFC0]" category="ISCV Control" address="672a" type="2D" level="2" scaling="ISCV_AX2_8">
		<table name="RPM" address="802a" type="Y Axis" elements="10" scaling="RPM"/>
	</table>

	<table name="ISCV Demand Power Steering Baro Adder**** (FFFF7C0E) (sub_1F6E6) [sub_1EFC0]" category="ISCV Control" address="6adc" type="2D" level="2" scaling="ISCV_AX2_8">
		<table name="Baro" address="6e28" type="Y Axis" elements="5" scaling="Baro16"/>
	</table>

	<table name="ISCV Demand Power Steering IATS Adder**** (FFFF7C0E) (sub_1F6E6) [sub_1EFC0]" category="ISCV Control" address="6ae8" type="2D" level="2" scaling="ISCV_AX2_8">
		<table name="Intake Air Temp" address="714a" type="Y Axis" elements="8" scaling="Temp"/>
	</table>

	<table name="ISCV Demand TPS Adder, AC off (FFFF6E84) (mattjin fuel cut delay)" category="Idle" address="3d6e" type="2D" level="1" scaling="ISCV_AX2_8">
		<table name="TPS" address="6f9a" type="Y Axis" elements="7" scaling="ThrottlePercentage"/>
	</table>

	<table name="ISCV Demand TPS Adder, AC on (FFFF6E84) (mattjin fuel cut delay)" category="Idle" address="3d82" type="2D" level="1" scaling="ISCV_AX2_8">
		<table name="TPS" address="6f9a" type="Y Axis" elements="7" scaling="ThrottlePercentage"/>
	</table>

	<table name="ISCV Demand CTS Addder (FFFF6E84)" category="Idle" address="4e56" type="2D" level="1" scaling="ISCV_AX2_8">
		<table name="Coolant Temp" address="6fde" type="Y Axis" elements="8" scaling="Temp"/>
	</table>

	<table name="Baro Mult. Factor for ISCV Demand Adder FFFF6E84" category="Idle" address="6b68" type="2D" level="1" scaling="ScaleBase64Adder">
		<table name="Baro" address="6e4e" type="Y Axis" elements="5" scaling="Baro16"/>
	</table>

	<table name="Idle Stepper Lookup Table" category="ISCV Control" address="3e31" type="3D" scaling="ISCVSteps">
		<table name="Coolant Temp" address="7164" type="X Axis" elements="8" scaling="Temp"/>
		<table name="ISCV Demand" address="717e" type="Y Axis" elements="27" scaling="ISCV_AX2_16"/>
	</table>

	<table name="ISCV Demand CTS Adder AC Off - Drive" category="ISCV Control" address="4296" type="2D" scaling="ISCV_AX2_8">
		<table name="Engine Temp" address="6a86" type="Y Axis" elements="8" scaling="Temp"/>
	</table>

	<table name="Decel Fuel Cut Delay #1" category="Global Fuel Settings" address="3d6e" type="2D" level="2" scaling="uint8">
                <table name="Load" address="6fc6" type="X Axis" elements="7" scaling="Load"/>
      	 </table>

	<table name="Decel Fuel Cut Delay #2" category="Global Fuel Settings" address="3d82" type="2D" level="2" scaling="uint8">
        	<table name="Load" address="6fc6" type="X Axis" elements="7" scaling="Load"/>
        </table>

</rom>
