<rom>
	<romid>
		<xmlid>99650002</xmlid>
		<internalidaddress>f52</internalidaddress>
		<internalidhex>99650002</internalidhex>
		<make>Mitsubishi</make>
		<market>EDM</market>
		<model>Carisma</model>
		<submodel>Evolution 8</submodel>
		<transmission>Manual</transmission>
		<year>2003</year>
		<flashmethod>mitsukernel</flashmethod>
		<memmodel>SH7052</memmodel>
	</romid>

	<include>evo7base</include>
	<scaling name="AFR" units="AFR" toexpr="14.7*128/x" frexpr="14.7*128/x" format="%.1f" min="8" max="20" inc="0.1" storagetype="uint8" endian="big"/>
	<scaling name="AirFlow16" units="g/s" toexpr="x*600/65536" frexpr="x*65536/600" format="%.1f" min="0" max="600" inc="1" storagetype="uint16" endian="big"/>
	<scaling name="AirFlow8" units="g/s" toexpr="x*321/256" frexpr="x*256/321" format="%.1f" min="0" max="321" inc="1" storagetype="uint8" endian="big"/>
	<scaling name="BatteryVoltage" units="V" toexpr="x*75/1024" frexpr="x*1024/75" format="%.2f" min="0" max="18.75" inc="0.5" storagetype="uint16" endian="big"/>
	<scaling name="BoostBar" units="bar" toexpr="x/93.7" frexpr="x*93.7" format="%.2f" min="0" max="2.7" inc="0.05" storagetype="uint8" endian="big"/>
	<scaling name="BoostBar16" units="bar" toexpr="x/1372.2" frexpr="x*1372.2" format="%.2f" min="0" max="2.7" inc="0.05" storagetype="uint16" endian="big"/>
	<scaling name="BoostError" units="%" toexpr="x*5/32-20" frexpr="(x+20)*32/5" format="%.1f" min="-20" max="20" inc="0.5" storagetype="uint16" endian="big"/>
	<scaling name="ColdStartTime" units="ms" toexpr="x*0.008" frexpr="x/0.008" format="%.1f" min="0" max="500" inc="1" storagetype="uint16" endian="big"/>
	<scaling name="DynamicBoost" units="%" toexpr="(x-128)/2" frexpr="x*2+128" format="%.1f" min="-64" max="63.5" inc="0.5" storagetype="uint8" endian="big"/>
	<scaling name="EnrichmentAdj" units="%" toexpr="x/128" frexpr="x*128" format="%.2f" min="0" max="2" inc="0.05" storagetype="uint8" endian="big"/>
	<scaling name="Hex16" units="hex" toexpr="x" frexpr="x" format="%04X" min="0" max="65535" inc="1" storagetype="uint16" endian="big"/>
	<scaling name="Hex8" units="hex" toexpr="x" frexpr="x" format="%02X" min="0" max="255" inc="1" storagetype="uint8" endian="big"/>
	<scaling name="ISCVSteps" units="Steps" toexpr="x" frexpr="x" format="%.0f" min="0" max="255" inc="1" storagetype="uint8" endian="big"/>
	<scaling name="ISCVSteps16" units="Steps" toexpr="x" frexpr="x" format="%.0f" min="0" max="255" inc="1" storagetype="uint16" endian="big"/>
	<scaling name="InjectorLatency" units="ms" toexpr="x*0.024" frexpr="x/0.024" format="%.3f" min="0" max="4" inc="1" storagetype="uint8" endian="big"/>
	<scaling name="InjectorScaling" units="cc/min" toexpr="29241/x" frexpr="29241/x" format="%.0f" min="1" max="1000" inc="10" storagetype="uint16" endian="big"/>
	<scaling name="Load" units="%" toexpr="x*10/32" frexpr="x*32/10" format="%.0f" min="0" max="300" inc="1" storagetype="uint16" endian="big"/>
	<scaling name="Load16" units="units" toexpr="x*5/8" frexpr="x*8/5" format="%.1f" min="0" max="100" inc="1" storagetype="uint16" endian="big"/>
	<scaling name="Load8" units="%" toexpr="x*5/8" frexpr="x*8/5" format="%.1f" min="0" max="160" inc="1" storagetype="uint8" endian="big"/>
	<scaling name="LoadBoost" units="%" toexpr="x*5/4" frexpr="x*4/5" format="%.0f" min="0" max="319" inc="1" storagetype="uint8" endian="big"/>
	<scaling name="MAFAirFlow(Hz)" units="Hz" toexpr="x*6.25/64" frexpr="x*64/6.25" format="%.0f" min="0" max="2000" inc="1" storagetype="uint16" endian="big"/>
	<scaling name="MAFsize" units="units" toexpr="39044/x" frexpr="39044/x" format="%.0f" min="1000" max="5000" inc="1" storagetype="int16" endian="big"/>
	<scaling name="RPM" units="RPM" toexpr="x*1000/256" frexpr="x*256/1000" format="%.0f" min="0" max="11000" inc="50" storagetype="uint16" endian="big"/>
	<scaling name="RPM8" units="RPM" toexpr="x*125/16" frexpr="x*16/125" format="%.0f" min="0" max="2000" inc="50" storagetype="uint8" endian="big"/>
	<scaling name="RPMLimit" units="RPM" toexpr="7500000/x" frexpr="7500000/x" format="%.0f" min="0" max="9000" inc="60" storagetype="uint16" endian="big"/>
	<scaling name="RPMStatLimit" units="units" toexpr="x*31.25" frexpr="x/31.25" format="%.0f" min="0" max="9000" inc="31.25" storagetype="uint16" endian="big"/>
	<scaling name="RPMTarget" units="RPM" toexpr="x*125/16" frexpr="x*16/125" format="%.0f" min="0" max="2000" inc="50" storagetype="uint16" endian="big"/>
	<scaling name="Temp" units="Celsius" toexpr="x-40" frexpr="x+40" format="%.0f" min="-40" max="215" inc="1" storagetype="uint16" endian="big"/>
	<scaling name="ThrottleVoltage" units="V" toexpr="x*5/256" frexpr="x*256/5" format="%.2f" min="0" max="5" inc="0.05" storagetype="uint8" endian="big"/>
	<scaling name="Time" units="ms" toexpr="x*25" frexpr="x/25" format="%.0f" min="0" max="1.63838e+06" inc="25" storagetype="uint16" endian="big"/>
	<scaling name="TimeSec" units="s" toexpr="x/10" frexpr="x*10" format="%.1f" min="0" max="25.5" inc="0.1" storagetype="uint16" endian="big"/>
	<scaling name="Timing" units="degrees" toexpr="x" frexpr="x" format="%.0f" min="-61" max="61" inc="1" storagetype="int8" endian="big"/>
	<scaling name="ValveTiming" units="degrees" toexpr="72-x*0.6" frexpr="(72-x)/0.6" format="%.1f" min="0" max="30" inc="0.6" storagetype="uint8" endian="big"/>
	<scaling name="VehicleSpeed" units="km/h" toexpr="x*2" frexpr="x/2" format="%.0f" min="0" max="510" inc="1" storagetype="uint16" endian="big"/>
	<scaling name="VehicleSpeed8" units="units" toexpr="x*2" frexpr="x/2" format="%.0f" min="0" max="510" inc="1" storagetype="uint8" endian="big"/>
	<scaling name="Volts16" units="Volts" toexpr="x*5/256" frexpr="x*256/5" format="%.2f" min="0" max="5" inc="0.05" storagetype="uint16" endian="big"/>
	<scaling name="WGDuty" units="%" toexpr="x/2" frexpr="x*2" format="%.1f" min="0" max="100" inc="0.5" storagetype="uint8" endian="big"/>
	<scaling name="blobbits" storagetype="bloblist" storagebits="1">
		<data name="0" value="00"/>
		<data name="1" value="01"/>
	</scaling>
	<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="High Octane Fuel Map" category="Fuel" address="35bb" type="3D" level="1" swapxy="true" scaling="AFR">
		<table name="Load" address="5638" type="X Axis" elements="10" scaling="Load"/>
		<table name="RPM" address="55d4" type="Y Axis" elements="14" scaling="RPM"/>
	</table>

	<table name="Low Octane Fuel Map" category="Fuel" address="3653" type="3D" swapxy="true" scaling="AFR">
		<table name="Load" address="5638" type="X Axis" elements="10" scaling="Load"/>
		<table name="RPM" address="55d4" type="Y Axis" elements="14" scaling="RPM"/>
	</table>

	<table name="High Octane Ignition Map 1" category="Timing" address="3ae5" type="3D" swapxy="true" scaling="Timing">
		<table name="Load" address="5684" type="X Axis" elements="12" scaling="Load"/>
		<table name="RPM" address="5656" type="Y Axis" elements="18" scaling="RPM"/>
	</table>

	<table name="Low Octane Ignition Map 1" category="Timing" address="3bc9" type="3D" swapxy="true" scaling="Timing">
		<table name="Load" address="5684" type="X Axis" elements="12" scaling="Load"/>
		<table name="RPM" address="5656" type="Y Axis" elements="18" scaling="RPM"/>
	</table>

	<table name="Injector Battery Voltage Latency Compensation" category="Fuel" address="38ae" type="2D" level="1" scaling="InjectorLatency">
		<table name="Battery Voltage" address="557a" type="Y Axis" elements="7" scaling="BatteryVoltage"/>
	</table>

	<table name="Rev Limit" category="Limits" address="157c" type="1D" scaling="RPMLimit"/>

	<table name="Stationary Rev Limit" category="Limits" type="1D" level="4" scaling="RPMStatLimit"/>

	<table name="Accel Enrichment" category="Fuel" address="3810" type="2D" scaling="EnrichmentAdj">
		<table name="RPM" address="573e" type="Y Axis" elements="10" scaling="RPM"/>
	</table>

	<table name="Open Loop Load # 1" category="Fuel" address="371e" type="2D" scaling="Load8">
		<table name="RPM" address="5612" type="Y Axis" elements="14" scaling="RPM"/>
	</table>

	<table name="Open Loop Load # 2" category="Fuel" address="3734" type="2D" scaling="Load8">
		<table name="RPM" address="5612" type="Y Axis" elements="14" scaling="RPM"/>
	</table>

	<table name="Open Loop Throttle Low Load" category="Fuel" address="3734" type="2D" scaling="ThrottleVoltage">
		<table name="RPM" address="5612" type="Y Axis" elements="14" scaling="RPM"/>
	</table>

	<table name="Open Loop Throttle High Load" category="Fuel" address="3766" type="2D" scaling="ThrottleVoltage">
		<table name="RPM" address="5612" type="Y Axis" elements="14" scaling="RPM"/>
	</table>

	<table name="IC Relay Timer ON Mode Switch Time" category="Misc" type="1D" scaling="TimeSec"/>

	<table name="IC Relay Timer Control RPM" category="Misc" type="1D" scaling="RPMStatLimit"/>

	<table name="IC Relay Timer Control Water Temp" category="Misc" type="2D" scaling="Temp">
		<table name="Condition" type="Static Y Axis" elements="2"/>
	</table>

	<table name="IC Relay Control Vehicle Speed" category="Misc" type="1D" scaling="VehicleSpeed"/>

	<table name="IC Relay Control EV" category="Misc" type="1D" scaling="Load"/>

	<table name="IC Relay Timer Time" category="Misc" type="2D" scaling="TimeSec">
		<table name="Condition" type="Static Y Axis" elements="2"/>
	</table>

	<table name="IC Relay Timer Control Judgement" category="Misc" type="2D" scaling="Volts16">
		<table name="Condition" type="Static Y Axis" elements="2"/>
	</table>

	<table name="IC Relay Timer Air Temp" category="Misc" type="1D" scaling="Temp"/>

	<table name="Desired ISCV intial step position with AC off-Neutral" category="Idle" address="3dfe" type="2D" scaling="ISCVSteps">
		<table name="Engine Temp" address="5f5a" type="Y Axis" elements="9" scaling="Temp"/>
	</table>

	<table name="Desired ISCV intial step position with AC off-Drive" category="Idle" address="3eae" type="2D" level="1" scaling="ISCVSteps">
		<table name="Engine Temp" address="577a" type="Y Axis" elements="8" scaling="Temp"/>
	</table>

	<table name="Desired ISCV intial step position with AC on-Neutral" category="Idle" address="3820" type="2D" scaling="ISCVSteps">
		<table name="Engine Temp" address="573e" type="Y Axis" elements="9" scaling="Temp"/>
	</table>

	<table name="Desired Idle RPM-Neutral" category="Idle" address="3e92" type="2D" scaling="RPM8">
		<table name="Engine Temp" address="577a" type="Y Axis" elements="8" scaling="Temp"/>
	</table>

	<table name="Desired Idle RPM-Drive" category="Idle" address="3ea0" type="2D" scaling="RPM8">
		<table name="Engine Temp" address="5724" type="Y Axis" elements="8" scaling="Temp"/>
	</table>

	<table name="Desired Idle RPM with AC on" category="Idle" address="1820" type="2D" scaling="RPMTarget">
		<table name="Condition" type="Static Y Axis" elements="4"/>
	</table>

	<table name="High Intake Air Temp Idle Speed Target" category="Idle" address="2460" type="2D" scaling="RPMTarget">
		<table name="Condition" type="Static Y Axis" elements="2"/>
	</table>

	<table name="High Intake Air Temp ISCV Increase" category="Idle" address="2464" type="2D" scaling="ISCVSteps16">
		<table name="Condition" type="Static Y Axis" elements="2"/>
	</table>

	<table name="Min Coolant Temp for Closed Loop" category="Fuel" address="15fa" type="1D" scaling="Temp"/>

	<table name="Speed Limit" category="Limits" address="157e" type="2D" scaling="VehicleSpeed">
		<table name="Condition" type="Static Y Axis" elements="2">
			<data>off</data>
			<data>on</data>
		</table>
	</table>

	<table name="Injector Scaling" category="Fuel" address="1506" type="1D" scaling="InjectorScaling"/>

	<table name="MAF Scaling" category="Fuel" address="3506" type="2D" level="1" scaling="AirFlow8">
		<table name="MAF Air Flow" address="552a" type="Y Axis" elements="21" scaling="MAFAirFlow(Hz)"/>
	</table>

	<table name="MAF Smoothing Table" category="Fuel" address="3522" type="2D" level="3" scaling="AirFlow8">
		<table name="MAF Air Flow" address="552a" type="Y Axis" elements="21" scaling="MAFAirFlow(Hz)"/>
	</table>

	<table name="Air Temperature Compensation" category="Fuel" address="353e" type="2D" level="3" flipy="true" scaling="uint8">
		<table name="Degrees" address="57d0" type="Y Axis" elements="7" scaling="Temp"/>
	</table>

	<table name="Barometric Pressure Compensation" category="Fuel" address="3551" type="3D" level="3" swapxy="true" scaling="BoostBar">
		<table name="Atmosphere Pressure" address="5518" type="X Axis" elements="4" scaling="Load16"/>
		<table name="RPM" address="555e" type="Y Axis" elements="9" scaling="RPM"/>
	</table>

	<table name="Idle Stepper Look-up Table" category="Idle" address="3fcf" type="3D" level="2" scaling="ISCVSteps">
		<table name="Throttle Position" address="57e8" type="X Axis" elements="8" scaling="uint16"/>
		<table name="RPM" address="5802" type="Y Axis" elements="27" scaling="RPM"/>
	</table>

	<table name="Knock Sensor Filter Map 1" category="Timing" address="4185" type="3D" level="1" swapxy="true" scaling="uint8">
		<table name="TAR" address="5976" type="X Axis" elements="8" scaling="Load16"/>
		<table name="RPM" address="5958" type="Y Axis" elements="10" scaling="RPM"/>
	</table>

	<table name="Knock Sensor Filter Map 2" category="Timing" address="4185" type="3D" level="1" swapxy="true" scaling="uint8">
		<table name="TAR" address="5976" type="X Axis" elements="8" scaling="Load16"/>
		<table name="RPM" address="5c20" type="Y Axis" elements="10" scaling="RPM"/>
	</table>

	<table name="Knock Sensor Filter Map 3" category="Timing" address="42d1" type="3D" level="1" swapxy="true" scaling="uint8">
		<table name="TAR" address="59b0" type="X Axis" elements="9" scaling="Load16"/>
		<table name="RPM" address="5990" type="Y Axis" elements="11" scaling="RPM"/>
	</table>

	<table name="Knock Sensor Filter Map 4" category="Timing" address="433f" type="3D" level="1" swapxy="true" scaling="uint8">
		<table name="TAR" address="59b0" type="X Axis" elements="9" scaling="Load16"/>
		<table name="RPM" address="5990" type="Y Axis" elements="11" scaling="RPM"/>
	</table>

	<table name="Knock Sensor Filter Map 5" category="Timing" address="43ad" type="3D" level="1" swapxy="true" scaling="uint8">
		<table name="TAR" address="59b0" type="X Axis" elements="9" scaling="Load16"/>
		<table name="RPM" address="5990" type="Y Axis" elements="11" scaling="RPM"/>
	</table>

	<table name="Knock Sensor Filter Map 6" category="Timing" address="441b" type="3D" level="1" swapxy="true" scaling="uint8">
		<table name="TAR" address="59b0" type="X Axis" elements="9" scaling="Load16"/>
		<table name="RPM" address="5990" type="Y Axis" elements="11" scaling="RPM"/>
	</table>

	<table name="Knock Sensor Filter Map 7" category="Timing" address="4489" type="3D" level="1" swapxy="true" scaling="uint8">
		<table name="TAR" address="59b0" type="X Axis" elements="9" scaling="Load16"/>
		<table name="RPM" address="5990" type="Y Axis" elements="11" scaling="RPM"/>
	</table>

	<table name="Knock Sensor Filter Map 8" category="Timing" address="44f7" type="3D" level="1" swapxy="true" scaling="uint8">
		<table name="TAR" address="59b0" type="X Axis" elements="9" scaling="Load16"/>
		<table name="RPM" address="5990" type="Y Axis" elements="11" scaling="RPM"/>
	</table>

	<table name="Knock Sensor Filter Map 9" category="Timing" address="4565" type="3D" level="1" swapxy="true" scaling="uint8">
		<table name="TAR" address="59b0" type="X Axis" elements="9" scaling="Load16"/>
		<table name="RPM" address="5990" type="Y Axis" elements="11" scaling="RPM"/>
	</table>

	<table name="Knock Sensor Filter Map 10" category="Timing" address="45d3" type="3D" level="1" swapxy="true" scaling="uint8">
		<table name="TAR" address="59b0" type="X Axis" elements="9" scaling="Load16"/>
		<table name="RPM" address="5990" type="Y Axis" elements="11" scaling="RPM"/>
	</table>

	<table name="Knock Sensor Filter Map 11" category="Timing" address="4641" type="3D" level="1" swapxy="true" scaling="uint8">
		<table name="TAR" address="59b0" type="X Axis" elements="9" scaling="Load16"/>
		<table name="RPM" address="5990" type="Y Axis" elements="11" scaling="RPM"/>
	</table>

	<table name="Knock Sensor Filter Map 12" category="Timing" address="46af" type="3D" level="1" swapxy="true" scaling="uint8">
		<table name="TAR" address="59b0" type="X Axis" elements="9" scaling="Load16"/>
		<table name="RPM" address="5990" type="Y Axis" elements="11" scaling="RPM"/>
	</table>

	<table name="Init Code" category="Misc" address="3ffcc" type="1D" level="1" scaling="Hex16"/>

	<table name="Immobilizer" category="Misc" address="3ffce" type="1D" level="3" scaling="Hex16"/>

	<table name="MAF Sensor Filtering" category="Fuel" address="1508" type="2D" level="3" scaling="uint16">
		<table name="Load" type="Static Y Axis" elements="2"/>
	</table>

	<table name="MAF Size" category="Fuel" address="150c" type="1D" level="3" scaling="AirFlow16"/>

	<table name="ECU Periphery0" category="Misc" address="faa" type="2D" level="1" scaling="Hex16">
		<table name="Adres" type="Static Y Axis" flipy="true" elements="8">
			<data>FAA</data>
			<data>FAC</data>
			<data>FAE</data>
			<data>FB0</data>
			<data>FB2</data>
			<data>FB4</data>
			<data>FB6</data>
			<data>FB8</data>
		</table>
	</table>

	<table name="newTable" category="Fuel" address="3885" type="3D" level="1" swapxy="true" scaling="uint8">
		<table name="X" address="570c" type="X Axis" elements="7" scaling="Load"/>
		<table name="Y" address="56f8" type="Y Axis" elements="5" scaling="RPM"/>
	</table>

	<table name="Ignition Map c1" category="Timing" address="3cad" type="3D" level="1" swapxy="true" scaling="AFR">
		<table name="X" address="5684" type="X Axis" elements="12" scaling="Load"/>
		<table name="Y" address="5656" type="Y Axis" elements="18" scaling="RPM"/>
	</table>

	<table name="newTable2" address="3551" type="3D" level="1" swapxy="true" scaling="AFR">
		<table name="X" address="5518" type="X Axis" elements="4" scaling="Load"/>
		<table name="Y" address="555e" type="Y Axis" elements="9" scaling="RPM"/>
	</table>

	<table name="Knock Sensor Filter Map 13" category="Timing" address="471d" type="3D" level="1" swapxy="true" scaling="uint8">
		<table name="X" address="59b0" type="X Axis" elements="9" scaling="Load16"/>
		<table name="Y" address="5990" type="Y Axis" elements="11" scaling="RPM"/>
	</table>

	<table name="2" category="Timing" address="4893" type="3D" level="1" swapxy="true" scaling="uint8">
		<table name="X" address="5b46" type="X Axis" elements="10" scaling="Load16"/>
		<table name="Y" address="5b12" type="Y Axis" elements="7" scaling="RPM"/>
	</table>

	<table name="1" category="Timing" address="478b" type="3D" level="1" swapxy="true" scaling="uint8">
		<table name="X" address="5b46" type="X Axis" elements="10" scaling="Load16"/>
		<table name="Y" address="5990" type="Y Axis" elements="11" scaling="RPM"/>
	</table>

	<table name="3" category="Timing" address="48e5" type="3D" level="1" swapxy="true" scaling="uint8">
		<table name="X" address="5b46" type="X Axis" elements="10" scaling="Load16"/>
		<table name="Y" address="5b12" type="Y Axis" elements="7" scaling="RPM"/>
	</table>

	<table name="4" category="Timing" address="4937" type="3D" level="1" swapxy="true" scaling="uint8">
		<table name="X" address="5b46" type="X Axis" elements="10" scaling="Load16"/>
		<table name="Y" address="5c20" type="Y Axis" elements="10" scaling="RPM"/>
	</table>

	<table name="5" category="Timing" address="49a7" type="3D" level="1" swapxy="true" scaling="uint8">
		<table name="X" address="5b46" type="X Axis" elements="10" scaling="Load16"/>
		<table name="Y" address="5c20" type="Y Axis" elements="10" scaling="RPM"/>
	</table>

	<table name="6" category="Timing" address="52cf" type="3D" level="1" swapxy="true" scaling="uint8">
		<table name="X" address="5f90" type="X Axis" elements="6" scaling="uint8"/>
		<table name="Y" address="55c2" type="Y Axis" elements="4" scaling="uint8"/>
	</table>

	<table name="7" category="Timing" address="52f3" type="3D" level="1" swapxy="true" scaling="uint8">
		<table name="X" address="5684" type="X Axis" elements="12" scaling="uint8"/>
		<table name="Y" address="55c2" type="Y Axis" elements="4" scaling="uint8"/>
	</table>

	<table name="ECU Internal ID" category="Misc" 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="ECU Periphery00 (F9A) Bits" category="Misc" address="f9a" type="2D" level="1" 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="Misc" address="faa" type="2D" level="1" scaling="blobbits">
		<table name="Periphery Bit Number" type="Static Y Axis" flipy="true" elements="16">
			<data>bit.15</data>
			<data>front o2 sensor heater circuit</data>
			<data>bit.13</data>
			<data>bit.12</data>
			<data>Disable EGR / Enabled Ign Adv (set bit=1)</data>
			<data>timing knockdown on light acceleration and less than 3000rpm</data>
			<data>Enable Warmup Ign Retard</data>
			<data>bit.8</data>
			<data>Enable High Oct Ign Map Lookup (and many other subroutines)</data>
			<data>"WG solenoid? Enable Speed Limit Test"</data>
			<data>bit.5</data>
			<data>for full time open loop set to 0</data>
			<data>for immobilizer function disable set to 0</data>
			<data>bit.2</data>
			<data>rear o2</data>
			<data>bit.0</data>
		</table>
	</table>

	<table name="ECU Periphery1 (FBA) Bits" category="Misc" address="fba" type="2D" level="1" 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>2nd thermo fan table</data>
			<data>bit.4</data>
			<data>bit.3</data>
			<data>bit.2</data>
			<data>bit.1</data>
			<data>Lean Spool (1=enable 0=diasble)</data>
		</table>
	</table>

	<table name="ECU Periphery2 (FCA) Bits" category="Misc" address="fca" type="2D" level="1" scaling="blobbits">
		<table name="Periphery Bit Number" type="Static Y Axis" flipy="true" elements="16">
			<data>P0443, P0446, P0403, P0243, P0090, P2263</data>
			<data>P0450, P0451, P0452, P0453 Evap</data>
			<data>P0441, P0442 Evap</data>
			<data>bit.12</data>
			<data>P0031, P0032, P0037, P0038</data>
			<data>P1400 MAP Sensor</data>
			<data>P0401 EGR Test</data>
			<data>P0506, P0507 Idle Test</data>
			<data>P0170 (P0171, P0172)</data>
			<data>P0134 Front O2</data>
			<data>P0300; set bit.4 and bit.5 to 0 to disable</data>
			<data>P0300; set bit.4 and bit.5 to 0 to disable</data>
			<data>P0132, P0136 O2</data>
			<data>P0133, P0159</data>
			<data>P0421 not in FSM</data>
			<data>bit.0</data>
		</table>
	</table>

	<table name="ECU Periphery3 (FDA) Bits" category="Misc" address="fda" type="2D" level="1" scaling="blobbits">
		<table name="Periphery Bit Number" type="Static Y Axis" flipy="true" elements="16">
			<data>P0128 CT Below Reg</data>
			<data>P1603 Battery Backup</data>
			<data>bit.13</data>
			<data>bit.12</data>
			<data>P0180 - P0183, P0461, P2066 Fuel Sensors</data>
			<data>bit.10</data>
			<data>bit.9</data>
			<data>bit.8</data>
			<data>P0551 PS Pressure</data>
			<data>P0500 Speed Sens</data>
			<data>bit.5</data>
			<data>bit.4</data>
			<data>bit.3</data>
			<data>P0234, P0243, P2263</data>
			<data>P0510 not in FSM</data>
			<data>P1715, P1750, etc</data>
		</table>
	</table>

	<table name="ECU Periphery4 (FEA) Bits" category="Misc" address="fea" type="2D" level="1" scaling="blobbits">
		<table name="Periphery Bit Number" type="Static Y Axis" flipy="true" elements="16">
			<data>P0140 Rear O2 No Act</data>
			<data>P0069 MAP vs Baro</data>
			<data>P0111 IAT Circuit</data>
			<data>P0554 PS Press Sens</data>
			<data>P1530 A/C1 Switch</data>
			<data>bit.10</data>
			<data>bit.9</data>
			<data>P0830 Clutch Pedal Circuit</data>
			<data>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="IPW Adder for Cold Start 1" address="39d8" type="2D" level="1" scaling="ColdStartTime">
		<table name="Coolant Temperature" address="573e" type="Y Axis" elements="9" scaling="Temp"/>
	</table>

	<table name="IPW Adder for Cold Start 2" address="4fce" type="2D" level="1" scaling="ColdStartTime">
		<table name="Coolant Temperature" address="573e" type="Y Axis" elements="9" scaling="Temp"/>
	</table>

	<table name="zzz" address="3800" type="2D" level="1" scaling="AFR">
		<table name="X" address="573e" type="Y Axis" elements="9" scaling="Temp"/>
	</table>

	<table name="zzz2" address="3810" type="2D" level="1" scaling="AFR">
		<table name="X" address="573e" type="Y Axis" elements="9" scaling="Temp"/>
	</table>

	<table name="zzz3" address="3820" type="2D" level="1" scaling="ISCVSteps">
		<table name="X" address="573e" type="Y Axis" elements="9" scaling="Temp"/>
	</table>

	<table name="zzz4" address="3830" type="2D" level="1" scaling="uint8">
		<table name="X" address="573e" type="Y Axis" elements="9" scaling="Temp"/>
	</table>

	<table name="zzz5" address="3840" type="2D" level="1" scaling="ISCVSteps">
		<table name="X" address="573e" type="Y Axis" elements="9" scaling="Temp"/>
	</table>

	<table name="zzz6" address="3850" type="2D" level="1" scaling="uint8">
		<table name="X" address="573e" type="Y Axis" elements="9" scaling="Temp"/>
	</table>

	<table name="zzz7" address="3860" type="2D" level="1" scaling="uint8">
		<table name="X" address="573e" type="Y Axis" elements="9" scaling="Temp"/>
	</table>

	<table name="zzz8" address="3870" type="2D" level="1" scaling="uint8">
		<table name="X" address="573e" type="Y Axis" elements="9" scaling="Temp"/>
	</table>

	<table name="xxx" address="3eae" type="2D" level="1" scaling="uint8">
		<table name="X" address="577a" type="Y Axis" elements="8" scaling="Temp"/>
	</table>

	<table name="xxx2" address="3ebc" type="2D" level="1" scaling="uint8">
		<table name="X" address="5724" type="Y Axis" elements="8" scaling="Temp"/>
	</table>

	<table name="xxx3" address="3eca" type="2D" level="1" scaling="uint8">
		<table name="X" address="577a" type="Y Axis" elements="8" scaling="Temp"/>
	</table>

	<table name="xxx4" address="3ed8" type="2D" level="1" scaling="uint8">
		<table name="X" address="577a" type="Y Axis" elements="8" scaling="Temp"/>
	</table>

	<table name="xxx5" address="3ee6" type="2D" level="1" scaling="uint8">
		<table name="X" address="5724" type="Y Axis" elements="8" scaling="Temp"/>
	</table>

	<table name="xxx6" address="3ef4" type="2D" level="1" scaling="uint8">
		<table name="X" address="5724" type="Y Axis" elements="8" scaling="Temp"/>
	</table>

	<table name="xxx7" address="3f02" type="2D" level="1" scaling="uint8">
		<table name="X" address="5724" type="Y Axis" elements="8" scaling="Temp"/>
	</table>

</rom>
