<rom>
	<romid>
		<xmlid>SM5360</xmlid>
		<internalidaddress>3fffa</internalidaddress>
		<internalidstring>SM5360</internalidstring>
		<make>Mitsubishi</make>
		<market>USDM</market>
		<model>Lancer</model>
		<submodel>Lancer Ralliart</submodel>
		<transmission>SST</transmission>
		<year>2008</year>
		<flashmethod>mitsucan</flashmethod>
		<memmodel>M32186F8</memmodel>
		<checksummodule>mitsucan</checksummodule>
	</romid>

	<scaling name="AFR" units="AFR" toexpr="14.7*128/x" frexpr="14.7*128/x" format="%.1f" min="8" max="20" inc="0.1" storagetype="uint8" endian="big"/>
	<scaling name="AirFlow16" units="g/s" toexpr="x*600/65536" frexpr="x*65536/600" format="%.1f" min="0" max="600" inc="1" storagetype="uint16" endian="little"/>
	<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="little"/>
	<scaling name="BAUDRATE" units="units" toexpr="500000/(x+1)" frexpr="500000/x-1" format="%.0d" min="0" max="500000" inc="1" storagetype="uint8" endian="big"/>
	<scaling name="BatteryVoltage" units="V" toexpr="x*75/1024" frexpr="x*1024/75" format="%.2f" min="0" max="18.75" inc="0.5" storagetype="uint16" endian="big"/>
	<scaling name="BoostBar" units="bar" toexpr="x/93.7" frexpr="x*93.7" format="%.2f" min="0" max="2.7" inc="0.05" storagetype="uint8" endian="big"/>
	<scaling name="BoostBar16" units="bar" toexpr="x/1372.2" frexpr="x*1372.2" format="%.2f" min="0" max="2.7" inc="0.05" storagetype="uint16" endian="little"/>
	<scaling name="BoostError" units="%" toexpr="x*5/32-20" frexpr="(x+20)*32/5" format="%.1f" min="-20" max="20" inc="0.5" storagetype="uint16" endian="big"/>
	<scaling name="DynamicBoost" units="%" toexpr="(x-128)/2" frexpr="x*2+128" format="%.1f" min="-64" max="63.5" inc="0.5" storagetype="uint8" endian="little"/>
	<scaling name="ECU ID" units="units" toexpr="x" frexpr="x" format="%08x" min="0" max="1e+08" inc="1" storagetype="uint16" endian="little"/>
	<scaling name="ECUTime" units="ms" toexpr="1000*x/102" frexpr="102*x/1000" format="%.0f" min="0" max="100000" inc="1" storagetype="uint16" endian="little"/>
	<scaling name="Engine rpm" units="rpm" toexpr="x/2" frexpr="x*2" format="%.0f" min="0" max="11000" inc="250" storagetype="uint16" endian="little"/>
	<scaling name="EnrichmentAdj" units="%" toexpr="x/128" frexpr="x*128" format="%.2f" min="0" max="2" inc="0.05" storagetype="uint8" endian="little"/>
	<scaling name="Hex16" units="hex" toexpr="x" frexpr="x" format="%04X" min="0" max="65535" inc="1" storagetype="uint16" endian="little"/>
	<scaling name="Hex8" units="hex" toexpr="x" frexpr="x" format="%02X" min="0" max="255" inc="1" storagetype="uint8" endian="little"/>
	<scaling name="ISCVSteps" units="Steps" toexpr="x" frexpr="x" format="%.0f" min="0" max="255" inc="1" storagetype="uint8" endian="little"/>
	<scaling name="ISCVSteps16" units="Steps" toexpr="x" frexpr="x" format="%.0f" min="0" max="255" inc="1" storagetype="uint16" endian="little"/>
	<scaling name="InjectorLatency" units="ms" toexpr="x*0.024" frexpr="x/0.024" format="%.3f" min="0" max="4" inc="1" storagetype="uint8" endian="big"/>
	<scaling name="InjectorScaling" units="cc/min" toexpr="29241/x" frexpr="29241/x" format="%.0f" min="1" max="1000" inc="10" storagetype="uint16" endian="big"/>
	<scaling name="InjectorTime" units="ms" toexpr="(x-128)/1.275" frexpr="x*1.275+128" format="%.3f" min="-10" max="10" inc="0.05" storagetype="uint8" endian="big"/>
	<scaling name="Latency_base" units="ms" toexpr="x*0.024" frexpr="x/0.024" format="%.3f" min="0" max="4" inc="1" storagetype="int16" endian="little"/>
	<scaling name="Load" units="%" toexpr="x*10/32" frexpr="x*32/10" format="%.0f" min="0" max="300" inc="1" storagetype="uint16" endian="big"/>
	<scaling name="Load16" units="units" toexpr="x*5/8" frexpr="x*8/5" format="%.1f" min="0" max="100" inc="1" storagetype="uint16" endian="big"/>
	<scaling name="Load8" units="%" toexpr="x*5/8" frexpr="x*8/5" format="%.1f" min="0" max="160" inc="1" storagetype="uint8" endian="big"/>
	<scaling name="LoadBoost" units="%" toexpr="x*5/4" frexpr="x*4/5" format="%.0f" min="0" max="319" inc="1" storagetype="uint8" endian="big"/>
	<scaling name="MAFsize" units="units" toexpr="39044/x" frexpr="39044/x" format="%.0f" min="1000" max="5000" inc="1" storagetype="int16" endian="big"/>
	<scaling name="RPM" units="RPM" toexpr="x*1000/256" frexpr="x*256/1000" format="%.0f" min="0" max="11000" inc="50" storagetype="uint16" endian="big"/>
	<scaling name="RPM8" units="RPM" toexpr="x*125/16" frexpr="x*16/125" format="%.0f" min="0" max="2000" inc="50" storagetype="uint8" endian="big"/>
	<scaling name="RPMLimit" units="RPM" toexpr="7500000/x" frexpr="7500000/x" format="%.0f" min="0" max="9000" inc="60" storagetype="uint16" endian="big"/>
	<scaling name="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="Temp" units="Celsius" toexpr="x-40" frexpr="x+40" format="%.0f" min="-40" max="215" inc="1" storagetype="uint16" endian="big"/>
	<scaling name="Throttle %" units="%" toexpr="x*100/256" frexpr="x*256/100" format="%.2f" min="0" max="100" inc="10" storagetype="uint16" endian="big"/>
	<scaling name="Throttle Opening" units="%" toexpr="x/3277*100" frexpr="x/100*3277" format="%.2f" min="0" max="100" inc="0.5" storagetype="uint16" endian="big"/>
	<scaling name="ThrottleVoltage" units="V" toexpr="x*5/256" frexpr="x*256/5" format="%.2f" min="0" max="5" inc="0.05" storagetype="uint8" endian="little"/>
	<scaling name="ThrottleVoltage16" units="V" toexpr="x*5/256" frexpr="x*256/5" format="%.2f" min="0" max="5" inc="1" storagetype="uint16" endian="little"/>
	<scaling name="Time" units="ms" toexpr="x*25" frexpr="x/25" format="%.0f" min="0" max="1.63838e+06" inc="25" storagetype="uint16" endian="big"/>
	<scaling name="TimeSec" units="s" toexpr="x/10" frexpr="x*10" format="%.1f" min="0" max="25.5" inc="0.1" storagetype="uint16" endian="little"/>
	<scaling name="Timing" units="degrees" toexpr="x" frexpr="x" format="%.0f" min="-61" max="61" inc="1" storagetype="int8" endian="big"/>
	<scaling name="VVT timing16" units="degrees" toexpr="80-x*.625" frexpr="(80-x)/0.625" format="%.1f" min="-30" max="30" inc="1" storagetype="uint16" endian="big"/>
	<scaling name="Vacuum" units="mm Hg" toexpr="(x/256*50)-50" frexpr="(x+50)*256/50" format="%.0f" min="-50" max="0" inc="10" storagetype="uint16" endian="little"/>
	<scaling name="ValveTiming" units="degrees" toexpr="80-x*0.625" frexpr="(80-x)/0.625" format="%.1f" min="-30" max="30" inc="0.6" storagetype="uint8" endian="big"/>
	<scaling name="VehicleSpeed" units="km/h" toexpr="x*2" frexpr="x/2" format="%.0f" min="0" max="510" inc="1" storagetype="uint16" endian="big"/>
	<scaling name="VehicleSpeed8" units="units" toexpr="x*2" frexpr="x/2" format="%.0f" min="0" max="510" inc="1" storagetype="uint8" endian="little"/>
	<scaling name="Volts16" units="Volts" toexpr="x*5/256" frexpr="x*256/5" format="%.2f" min="0" max="16" 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="little"/>
	<scaling name="uint16" units="units" toexpr="x" frexpr="x" format="%.0f" min="0" max="65535" inc="1" storagetype="uint16" endian="little"/>
	<scaling name="uint8" units="units" toexpr="x" frexpr="x" format="%.0f" min="0" max="255" inc="1" storagetype="uint8" endian="big"/>

	<table name="Hex Finder" category="Misc" address="54960" type="3D" swapxy="true" scaling="RPMLimit">
		<table name="X" address="66543" type="Static X Axis" elements="64">
			<data>XX</data>
			<data>10</data>
			<data>20</data>
			<data>30</data>
			<data>40</data>
			<data>50</data>
			<data>60</data>
			<data>70</data>
			<data>80</data>
			<data>90</data>
			<data>A0</data>
			<data>B0</data>
			<data>C0</data>
			<data>D0</data>
			<data>E0</data>
			<data>F0</data>
			<data>1XX</data>
			<data>10</data>
			<data>20</data>
			<data>30</data>
			<data>40</data>
			<data>50</data>
			<data>60</data>
			<data>70</data>
			<data>80</data>
			<data>90</data>
			<data>A0</data>
			<data>B0</data>
			<data>C0</data>
			<data>D0</data>
			<data>E0</data>
			<data>F0</data>
			<data>2XX</data>
			<data>10</data>
			<data>20</data>
			<data>30</data>
			<data>40</data>
			<data>50</data>
			<data>60</data>
			<data>70</data>
			<data>80</data>
			<data>90</data>
			<data>A0</data>
			<data>B0</data>
			<data>C0</data>
			<data>D0</data>
			<data>E0</data>
			<data>F0</data>
			<data>3XX</data>
			<data>10</data>
			<data>20</data>
			<data>30</data>
			<data>40</data>
			<data>50</data>
			<data>60</data>
			<data>70</data>
			<data>80</data>
			<data>90</data>
			<data>A0</data>
			<data>B0</data>
			<data>C0</data>
			<data>D0</data>
			<data>E0</data>
			<data>F0</data>
		</table>
		<table name="Y" address="64455" 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="Timing map High Octane" category="Timing" address="5590b" type="3D" swapxy="true" scaling="Timing">
		<table name="Load" address="53524" type="X Axis" elements="22" scaling="Load"/>
		<table name="RPM" address="60f42" type="Y Axis" elements="23" scaling="RPM"/>
	</table>

	<table name="Timing Map Low Octane" category="Timing" address="55b0d" type="3D" swapxy="true" scaling="Timing">
		<table name="Load" address="60f76" type="X Axis" elements="22" scaling="Load"/>
		<table name="Y" address="60f42" type="Y Axis" elements="23" scaling="RPM"/>
	</table>

	<table name="Evap Map timing 4" category="Fuel" address="5b141" type="3D" swapxy="true" scaling="AFR">
		<table name="Load" address="60f76" type="X Axis" elements="22" scaling="Load"/>
		<table name="RPM" address="60f42" type="Y Axis" elements="23" scaling="RPM"/>
	</table>

	<table name="Evap Map timing 1" category="Fuel" address="57f97" type="3D" swapxy="true" scaling="AFR">
		<table name="Load" address="60f76" type="X Axis" elements="22" scaling="Load"/>
		<table name="RPM" address="60f42" type="Y Axis" elements="23" scaling="RPM"/>
	</table>

	<table name="Evap Map w Timing" category="Timing" address="5ab3b" type="3D" swapxy="true" scaling="AFR">
		<table name="Load" address="60f76" type="X Axis" elements="22" scaling="Load"/>
		<table name="RPM" address="60f42" type="Y Axis" elements="23" scaling="RPM"/>
	</table>

	<table name="Evap Map timing 2" category="Fuel" address="5ad3d" type="3D" swapxy="true" scaling="AFR">
		<table name="Load" address="60f76" type="X Axis" elements="22" scaling="Load"/>
		<table name="RPM" address="60f42" type="Y Axis" elements="23" scaling="RPM"/>
	</table>

	<table name="Evap Map timing 3" category="Fuel" address="5af3f" type="3D" swapxy="true" scaling="AFR">
		<table name="Load" address="60f76" type="X Axis" elements="22" scaling="Load"/>
		<table name="RPM" address="60f42" type="Y Axis" elements="23" scaling="RPM"/>
	</table>

	<table name="Fuel High Octane" category="Fuel" address="55027" type="3D" swapxy="true" scaling="AFR">
		<table name="Load" address="8284a" type="X Axis" elements="21" scaling="Load"/>
		<table name="RPM" address="60ed6" type="Y Axis" elements="16" scaling="RPM"/>
	</table>

	<table name="Fuel Low Octane" category="Fuel" address="552d7" type="3D" swapxy="true" scaling="AFR">
		<table name="Load" address="63cc6" type="X Axis" elements="21" scaling="Load"/>
		<table name="RPM" address="63d1e" type="Y Axis" elements="16" scaling="RPM"/>
	</table>

	<table name="Boost Limit" category="Turbo" address="555b4" type="2D" scaling="LoadBoost">
		<table name="RPM" address="6156e" type="Y Axis" elements="9" scaling="RPM"/>
	</table>

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

	<table name="Mivec Intake #1" category="Timing" address="5dd1d" type="3D" swapxy="true" scaling="ValveTiming">
		<table name="Load" address="61584" type="X Axis" elements="21" scaling="Load"/>
		<table name="RPM" address="615b4" type="Y Axis" elements="24" scaling="RPM"/>
	</table>

	<table name="Mivec Exhaust #1" category="Timing" address="5e11d" type="3D" swapxy="true" scaling="ValveTiming">
		<table name="Load" address="61584" type="X Axis" elements="21" scaling="Load"/>
		<table name="RPM" address="615b4" type="Y Axis" elements="24" scaling="RPM"/>
	</table>

	<table name="Mivec Exhaust #2" category="Timing" address="5df1d" type="3D" swapxy="true" scaling="ValveTiming">
		<table name="Load" address="61584" type="X Axis" elements="21" scaling="Load"/>
		<table name="Y" address="615b4" type="Y Axis" elements="24" scaling="RPM"/>
	</table>

	<table name="Mivec Intake #2" category="Timing" address="5db1d" type="3D" swapxy="true" scaling="ValveTiming">
		<table name="Load" address="61584" type="X Axis" elements="21" scaling="Load"/>
		<table name="RPM" address="615b4" type="Y Axis" elements="24" scaling="RPM"/>
	</table>

	<table name="Speed Limiter" category="Limits" address="53062" 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="Knock Filter #5" category="Timing" address="56647" type="3D" swapxy="true" scaling="uint8">
		<table name="X" address="611b0" type="X Axis" elements="16" scaling="Load"/>
		<table name="Y" address="61194" type="Y Axis" elements="11" scaling="RPM"/>
	</table>

	<table name="Knock Filter #1" category="Timing" address="566ff" type="3D" swapxy="true" scaling="uint8">
		<table name="Load" address="611b0" type="X Axis" elements="16" scaling="Load"/>
		<table name="RPM" address="61194" type="Y Axis" elements="11" scaling="RPM"/>
	</table>

	<table name="Knock Filter #1" category="Timing" address="567b7" type="3D" swapxy="true" scaling="uint8">
		<table name="Load" address="611b0" type="X Axis" elements="16" scaling="Load"/>
		<table name="RPM" address="61194" type="Y Axis" elements="11" scaling="RPM"/>
	</table>

	<table name="Knock Filter #3" category="Timing" address="5686f" type="3D" swapxy="true" scaling="uint8">
		<table name="X" address="60c44" type="X Axis" elements="16" scaling="Load"/>
		<table name="Y" address="60c2a" type="Y Axis" elements="11" scaling="RPM"/>
	</table>

	<table name="Knock Filter #2" category="Timing" address="56927" type="3D" swapxy="true" scaling="uint8">
		<table name="X" address="611b0" type="X Axis" elements="16" scaling="Load"/>
		<table name="Y" address="61156" type="Y Axis" elements="11" scaling="RPM"/>
	</table>

	<table name="Knock Filter#4" category="Timing" address="569df" type="3D" swapxy="true" scaling="uint8">
		<table name="X" address="611b0" type="X Axis" elements="16" scaling="Load"/>
		<table name="Y" address="61156" type="Y Axis" elements="11" scaling="RPM"/>
	</table>

	<table name="Boost Cut Delay Timer" category="Turbo" address="53068" type="1D" scaling="Time"/>

	<table name="Evap Map #1" category="Fuel" address="55d0f" type="3D" swapxy="true" scaling="AFR">
		<table name="Load" address="60f76" type="X Axis" elements="22" scaling="Load"/>
		<table name="RPM" address="60f42" type="Y Axis" elements="23" scaling="RPM"/>
	</table>

	<table name="Evap Map #2" category="Fuel" address="55f11" type="3D" swapxy="true" scaling="AFR">
		<table name="Load" address="60f76" type="X Axis" elements="22" scaling="Load"/>
		<table name="RPM" address="60f42" type="Y Axis" elements="23" scaling="RPM"/>
	</table>

	<table name="Idle Timing Modifier" category="Timing" address="56abd" type="3D" swapxy="true" scaling="Timing">
		<table name="Load" address="60c98" type="X Axis" elements="7" scaling="Load"/>
		<table name="RPM" address="60c86" type="Y Axis" elements="6" scaling="RPM"/>
	</table>

	<table name="VVT Table unknown" category="Timing" address="5dff4" type="2D" scaling="Timing">
		<table name="RPM" address="61e5c" type="X Axis" elements="9" scaling="Load"/>
	</table>

	<table name="VVT Table unknown" category="Timing" address="5e010" type="2D" scaling="Timing">
		<table name="X" address="61e74" type="X Axis" elements="11" scaling="Load"/>
	</table>

	<table name="Knock Filter bypass #1" category="Timing" address="5f240" type="3D" swapxy="true" scaling="uint8">
		<table name="X" address="60c46" type="X Axis" elements="16" scaling="Load"/>
		<table name="Y" address="60bec" type="Y Axis" elements="14" scaling="RPM"/>
	</table>

	<table name="Knock Filter #6" category="Timing" address="5f5aa" type="3D" swapxy="true" scaling="uint16">
		<table name="X" address="611b0" type="X Axis" elements="16" scaling="Load"/>
		<table name="Y" address="61156" type="Y Axis" elements="14" scaling="RPM"/>
	</table>

	<table name="Base WG Duty map #1(unused)" category="Turbo" address="58ced" type="3D" swapxy="true" scaling="WGDuty">
		<table name="Throttle" address="62610" type="X Axis" elements="9" scaling="Throttle %"/>
		<table name="RPM" address="562ed" type="Y Axis" elements="18" scaling="RPM"/>
	</table>

	<table name="Base WG Duty map #2(Primary)" category="Turbo" address="58d97" type="3D" swapxy="true" scaling="WGDuty">
		<table name="Throttle" address="62610" type="X Axis" elements="9" scaling="Throttle %"/>
		<table name="RPM" address="6258e" type="Y Axis" elements="14" scaling="RPM"/>
	</table>

	<table name="Base WG Duty map #3(Limiter)" category="Turbo" address="57347" type="3D" swapxy="true" scaling="WGDuty">
		<table name="Throttle" address="62610" type="X Axis" elements="9" scaling="Throttle %"/>
		<table name="RPM" address="6258e" type="Y Axis" elements="18" scaling="RPM"/>
	</table>

	<table name="Base WG Solenoid Secondary #1(unused)" category="Turbo" address="5a1c6" type="2D" scaling="WGDuty">
		<table name="RPM" address="6258e" type="Y Axis" elements="18" scaling="RPM"/>
	</table>

	<table name="Base WG Solenoid Secondary #2(Primary)" category="Turbo" address="5a1dc" type="2D" scaling="WGDuty">
		<table name="RPM" address="6258e" type="Y Axis" elements="18" scaling="RPM"/>
	</table>

	<table name="Base WG Solenoid Secondary #3(Limiter)" category="Turbo" address="5a1f2" type="2D" scaling="WGDuty">
		<table name="RPM" address="6258e" type="Y Axis" elements="18" scaling="RPM"/>
	</table>

	<table name="Boost Target Engine Load #1(Unused)" category="Turbo" address="58e41" type="3D" swapxy="true" scaling="Load8">
		<table name="Throttle" address="62610" type="X Axis" elements="9" scaling="Throttle %"/>
		<table name="RPM" address="6258e" type="Y Axis" elements="18" scaling="RPM"/>
	</table>

	<table name="Boost Target Engine Load #2(Primary)" category="Turbo" address="58eeb" type="3D" swapxy="true" scaling="Load8">
		<table name="Throttle" address="62610" type="X Axis" elements="9" scaling="Throttle %"/>
		<table name="RPM" address="625be" type="Y Axis" elements="18" scaling="RPM"/>
	</table>

	<table name="Boost Target Engine Load #3(Limiter)" category="Turbo" address="573f1" type="3D" swapxy="true" scaling="Load8">
		<table name="Throttle" address="62610" type="X Axis" elements="9" scaling="Throttle %"/>
		<table name="RPM" address="6258e" type="Y Axis" elements="18" scaling="RPM"/>
	</table>

	<table name="Turbo Boost Error Correction" category="Turbo" address="58cd4" type="2D" scaling="DynamicBoost">
		<table name="Boost Error" address="625b8" type="Y Axis" elements="17" scaling="BoostError"/>
	</table>

	<table name="Boost Control Load Offset" category="Turbo" address="53484" type="1D" scaling="Load16"/>

	<table name="Idle RPM top #1 561fa" category="Idle" address="561fe" type="2D" scaling="RPM8">
		<table name="Battery Voltage" address="608fc" type="Y Axis" elements="8" scaling="Temp"/>
	</table>

	<table name="Idle RPM top #2 5a878" category="Idle" address="5a878" type="2D" scaling="RPM8">
		<table name="Temperature" address="61300" type="Y Axis" elements="8" scaling="Temp"/>
	</table>

	<table name="Idle RPM #1 5a8a6" category="Idle" address="5a8a6" type="2D" scaling="RPM8">
		<table name="Temp" address="60ff4" type="Y Axis" elements="8" scaling="Temp"/>
	</table>

	<table name="Idle RPM Map #2 5a896" category="Idle" address="5a89a" type="2D" scaling="RPM8">
		<table name="Temperature" address="60ff4" type="Y Axis" elements="8" scaling="Temp"/>
	</table>

	<table name="Idle RPM #3 59df4" category="Idle" address="59df4" type="2D" scaling="RPM8">
		<table name="Temp" address="60ff4" type="Y Axis" elements="8" scaling="Temp"/>
	</table>

	<table name="Idle RPM Map #4 59DE8" category="Idle" address="59de8" type="2D" scaling="RPM8">
		<table name="X" address="61300" type="Y Axis" elements="8" scaling="Temp"/>
	</table>

	<table name="Idle RPM Top #11" category="Idle" address="561f2" type="2D" scaling="RPM8">
		<table name="X" address="60ff4" type="Y Axis" elements="8" scaling="Temp"/>
	</table>

	<table name="Idle RPM Map#5" category="Idle" address="5f30c" type="2D" scaling="RPM8">
		<table name="X" address="60ff4" type="Y Axis" elements="8" scaling="Temp"/>
	</table>

	<table name="Idle RPM #6" category="Idle" address="5f300" type="2D" scaling="RPM8">
		<table name="X" address="60ff4" type="Y Axis" elements="8" scaling="Temp"/>
	</table>

	<table name="Idle Unknown #1" category="Idle" address="60990" type="2D" scaling="ISCVSteps">
		<table name="X" address="6100a" type="Y Axis" elements="9" scaling="Temp"/>
	</table>

	<table name="Idle Unknown #2" category="Idle" address="6099e" type="2D" scaling="ISCVSteps">
		<table name="X" address="6100a" type="Y Axis" elements="9" scaling="Temp"/>
	</table>

	<table name="Throttle Map" category="Intake" address="50b68" type="3D" swapxy="true" scaling="Throttle Opening">
		<table name="Load" address="613d0" type="X Axis" elements="49" scaling="Load"/>
		<table name="RPM" address="61322" type="Y Axis" elements="16" scaling="RPM"/>
	</table>

	<table name="Throttle Map #2" category="Intake" address="51192" type="3D" swapxy="true" scaling="Throttle Opening">
		<table name="Load" address="613d0" type="X Axis" elements="49" scaling="Load"/>
		<table name="RPM" address="61322" type="Y Axis" elements="16" scaling="RPM"/>
	</table>

	<table name="Throttle Map #3" category="Intake" address="517bc" type="3D" swapxy="true" scaling="Throttle Opening">
		<table name="Load" address="613d0" type="X Axis" elements="49" scaling="Load"/>
		<table name="RPM" address="61322" type="Y Axis" elements="16" scaling="RPM"/>
	</table>

	<table name="Throttle Map #4" category="Intake" address="51de6" type="3D" swapxy="true" scaling="Throttle Opening">
		<table name="Load" address="613d0" type="X Axis" elements="49" scaling="Load"/>
		<table name="RPM" address="61322" type="Y Axis" elements="16" scaling="RPM"/>
	</table>

	<table name="Throttle Map #5" category="Intake" address="52410" type="3D" swapxy="true" scaling="Throttle Opening">
		<table name="Load" address="613d0" type="X Axis" elements="49" scaling="Load"/>
		<table name="RPM" address="61322" type="Y Axis" elements="16" scaling="RPM"/>
	</table>

	<table name="Airflow Check Map #1" category="Intake" address="5e949" type="3D" swapxy="true" scaling="AirFlow8">
		<table name="Throttle" address="6248e" type="X Axis" elements="14" scaling="Throttle %"/>
		<table name="Y" address="62466" type="Y Axis" elements="17" scaling="RPM"/>
	</table>

	<table name="Airflow Unknown #1" category="Intake" address="5ec3f" type="3D" swapxy="true" scaling="Load8">
		<table name="X" address="624d6" type="X Axis" elements="6" scaling="ThrottleVoltage16"/>
		<table name="Y" address="624b0" type="Y Axis" elements="16" scaling="RPM"/>
	</table>

	<table name="Airflow Check Map #2" category="Intake" address="5ea3e" type="3D" swapxy="true" scaling="AirFlow8">
		<table name="Throttle" address="6248e" type="X Axis" elements="14" scaling="Throttle %"/>
		<table name="Y" address="62466" type="Y Axis" elements="17" scaling="RPM"/>
	</table>

	<table name="Airflow Check map #3" category="Intake" address="5eb34" type="3D" swapxy="true" scaling="ISCVSteps">
		<table name="Throttle" address="6248e" type="X Axis" elements="14" scaling="Throttle %"/>
		<table name="Y" address="62466" type="Y Axis" elements="17" scaling="RPM"/>
	</table>

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

	<table name="Injector Battery Voltage Latency Compensation" category="Fuel" address="556cc" type="2D" scaling="InjectorLatency">
		<table name="Battery Voltage" address="6512e" type="Y Axis" elements="7" scaling="BatteryVoltage"/>
	</table>

	<table name="Open Loop Load #1" category="Fuel" address="574b0" type="2D" scaling="Load8">
		<table name="RPM" address="60d76" type="Y Axis" elements="20" scaling="RPM"/>
	</table>

	<table name="Open Loop Load #2" category="Fuel" address="574c8" type="2D" scaling="Load8">
		<table name="RPM" address="60d76" type="Y Axis" elements="20" scaling="RPM"/>
	</table>

	<table name="Open Loop Throttle #1" category="Fuel" address="555c2" type="2D" scaling="ThrottleVoltage">
		<table name="RPM" address="60d76" type="Y Axis" elements="20" scaling="RPM"/>
	</table>

	<table name="Open Loop Throttle #2" category="Fuel" address="555da" type="2D" scaling="ThrottleVoltage">
		<table name="RPM" address="60d76" type="Y Axis" elements="20" scaling="RPM"/>
	</table>

	<table name="Flow Check table" category="Intake" address="60a89" type="3D" swapxy="true" scaling="ISCVSteps">
		<table name="X" address="62a72" type="X Axis" elements="21" scaling="Load"/>
		<table name="Y" address="62a5a" type="Y Axis" elements="9" scaling="RPM"/>
	</table>

	<table name="Throttle Conditional Switch" category="Intake" address="5494e" type="1D" scaling="RPMStatLimit"/>

	<table name="Rev Limiter" category="Limits" address="5305e" 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="Cylinder Fuel Trim #1" category="Fuel" address="57dad" type="3D" swapxy="true" scaling="AFR">
		<table name="Load" address="60efc" type="X Axis" elements="21" scaling="Load"/>
		<table name="RPM" address="619d2" type="Y Axis" elements="23" scaling="RPM"/>
	</table>

	<table name="Cylinder Fuel Trim #2" category="Fuel" address="57f97" type="3D" swapxy="true" scaling="AFR">
		<table name="Load" address="60efc" type="X Axis" elements="21" scaling="Load"/>
		<table name="RPM" address="619d2" type="Y Axis" elements="23" scaling="RPM"/>
	</table>

	<table name="Cylinder Fuel Trim #3" category="Fuel" address="58181" type="3D" swapxy="true" scaling="AFR">
		<table name="Load" address="60efc" type="X Axis" elements="21" scaling="Load"/>
		<table name="RPM" address="619d2" type="Y Axis" elements="23" scaling="RPM"/>
	</table>

	<table name="Cylinder Fuel Trim #4" category="Fuel" address="5836b" type="3D" swapxy="true" scaling="AFR">
		<table name="Load" address="60efc" type="X Axis" elements="21" scaling="Load"/>
		<table name="RPM" address="619d2" type="Y Axis" elements="23" scaling="RPM"/>
	</table>

	<table name="SST Throttle Computation Map #1" category="Intake" address="5925d" type="3D" swapxy="true" scaling="ISCVSteps">
		<table name="Load" address="613ac" type="X Axis" elements="17" scaling="Throttle %"/>
		<table name="RPM" address="61326" type="Y Axis" elements="16" scaling="RPM"/>
	</table>

	<table name="SST Throttle Computation Map #2" category="Intake" address="59375" type="3D" swapxy="true" scaling="ISCVSteps">
		<table name="Load" address="613ac" type="X Axis" elements="22" scaling="Throttle %"/>
		<table name="RPM" address="61326" type="Y Axis" elements="18" scaling="RPM"/>
	</table>

	<table name="SST Throttle Computation Map #3" category="Intake" address="5948d" type="3D" swapxy="true" scaling="ISCVSteps">
		<table name="Load" address="613ac" type="X Axis" elements="17" scaling="Throttle %"/>
		<table name="RPM" address="61326" type="Y Axis" elements="16" scaling="RPM"/>
	</table>

	<table name="Injector Latency" category="Fuel" address="556d0" type="2D" scaling="InjectorLatency">
		<table name="Voltage" address="60e6a" type="Y Axis" elements="7" scaling="BatteryVoltage"/>
	</table>

	<table name="Injector Base Latency" category="Fuel" address="53000" type="1D" scaling="InjectorLatency"/>

	<table name="Stationary Rev Limiter" category="Limits" address="53442" type="2D" level="1" scaling="RPMStatLimit">
		<table name="X" type="Static Y Axis" elements="2">
			<data>Stationary Limiter ON</data>
			<data>Stationary Limiter OFF</data>
		</table>
	</table>

	<table name="Boost Control RPM Xover" category="Turbo" address="5466a" type="1D" level="1" scaling="RPMPerMPH"/>

	<table name="Ignition Warmup Retard" category="Timing" address="5b8a5" type="3D" level="1" swapxy="true" scaling="Timing">
		<table name="X" address="60f76" type="X Axis" elements="22" scaling="Load"/>
		<table name="Y" address="60f42" type="Y Axis" elements="23" scaling="RPM"/>
	</table>

	<table name="Evap Timing Advance" category="Timing" address="572b5" type="3D" level="1" swapxy="true" scaling="Timing">
		<table name="X" address="61520" type="X Axis" elements="9" scaling="Load"/>
		<table name="Y" address="61506" type="Y Axis" elements="10" scaling="RPM"/>
	</table>

	<table name="MAP-Engine Load #1" category="Fuel" address="60452" type="3D" level="1" swapxy="true" scaling="EnrichmentAdj">
		<table name="X" address="62a2e" type="X Axis" elements="19" scaling="Load"/>
		<table name="Y" address="62a02" type="Y Axis" elements="19" scaling="RPM"/>
	</table>

	<table name="MAP-Engine Load #2" category="Fuel" address="60176" type="3D" level="1" swapxy="true" scaling="MAPScaling">
		<table name="X" address="62a2e" type="X Axis" elements="19" scaling="Load"/>
		<table name="Y" address="62a02" type="Y Axis" elements="19" scaling="RPM"/>
	</table>

	<table name="MAP-Engine Load #3" category="Fuel" address="5fe9a" type="3D" level="1" swapxy="true" scaling="MAPScaling">
		<table name="X" address="62a2e" type="X Axis" elements="19" scaling="Load"/>
		<table name="Y" address="62a02" type="Y Axis" elements="19" scaling="RPM"/>
	</table>

	<table name="MAF Compensation" category="Misc" address="5753a" type="2D" level="1" scaling="RPM">
		<table name="X" address="615ea" type="X Axis" elements="130" scaling="uint16"/>
	</table>

</rom>

