<rom>
    <romid>
        <xmlid>evo10base</xmlid>
        <internalidaddress>0</internalidaddress>
        <internalidstring>----</internalidstring>
        <flashmethod>mitsucan</flashmethod>
        <checksummodule>mitsucan</checksummodule>
        <memmodel>M32186F8</memmodel>
    </romid>

    <scaling name="AFR" units="AFR" toexpr="14.7*128/x" frexpr="14.7*128/x" format="%.1f" min="8" max="20" inc="0.1" storagetype="uint8" endian="big"/>
    <scaling name="AirFlow16" units="g/s" toexpr="x*600/65536" frexpr="x*65536/600" format="%.1f" min="0" max="600" inc="1" storagetype="uint16" endian="big"/>
    <scaling name="AirFlow8" units="g/s" toexpr="x*321/256" frexpr="x*256/321" format="%.1f" min="0" max="321" inc="1" storagetype="uint8" endian="big"/>
    <scaling name="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*18.75/255" frexpr="x*255/18.75" format="%.2f" min="0" max="18.75" inc="0.25" 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="LoadError" units="load" toexpr="x*5/32-20" frexpr="(x+20)*32/5" format="%.1f" min="-20" max="20" inc="0.5" storagetype="uint16" endian="big"/>
    <scaling name="DynamicBoost" units="%" toexpr="(x-128)/2" frexpr="x*2+128" format="%.1f" min="-64" max="63.5" inc="0.5" storagetype="uint8" endian="big"/>
    <scaling name="ECU ID" units="units" toexpr="x" frexpr="x" format="%08x" min="0" max="1e+08" inc="1" storagetype="uint32" endian="big"/>
    <scaling name="ECUTime" units="ms" toexpr="1000*x/102" frexpr="102*x/1000" format="%.0f" min="0" max="100000" inc="1" storagetype="uint16" endian="big"/>
    <scaling name="Engine rpm" units="rpm" toexpr="x/2" frexpr="x*2" format="%.0f" min="0" max="11000" inc="250" storagetype="uint16" 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="Hex32" units="hex" toexpr="x" frexpr="x" format="%08X" min="0" max="1e+08" inc="1" storagetype="uint32" 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="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="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="Load" toexpr="x*5/8" frexpr="x*8/5" format="%.0f" min="0" max="100" inc="1" storagetype="uint16" endian="big"/>
    <scaling name="Load8" units="Load" toexpr="x*5/8" frexpr="x*8/5" format="%.0f" min="0" max="160" inc="1" storagetype="uint8" endian="big"/>
    <scaling name="LoadBoost" units="Load" 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="MAP16" units="Bar (Absolute)" toexpr="3.4*x/1023" frexpr="1023*x/3.4" format="%.2f" min="0" max="4" inc="0.1" storagetype="uint16" endian="big"/>
    <scaling name="MIVECInterpolation" units="% Normal Temp Map" toexpr="x*100/255" frexpr="x*255/100" format="%.1f" min="0" max="100" inc="2" storagetype="uint8" endian="big"/>
    <scaling name="MUT32" units="hex" toexpr="x" frexpr="x" format="%06X" min="804000" max="810000" inc="1" storagetype="uint32" endian="big"/>
    <scaling name="Percent255" units="%" toexpr="x*100/255" frexpr="x*255/100" format="%.1f" min="0" max="100" inc="2" 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="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="RPM" 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/255" frexpr="x*255/100" format="%.1f" min="0" max="100" inc="2" storagetype="uint16" endian="big"/>
    <scaling name="Throttle Opening" units="%" toexpr="x/3277*100" frexpr="x/100*3277" format="%.1f" min="0" max="100" inc="0.5" storagetype="uint16" endian="big"/>
    <scaling name="ThrottleVoltage" units="V" toexpr="x*5/255" frexpr="x*255/5" format="%.2f" min="0" max="5" inc="0.05" storagetype="uint8" endian="big"/>
    <scaling name="ThrottleVoltage16" units="V" toexpr="x*5/255" frexpr="x*255/5" format="%.2f" min="0" max="5" inc="1" 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="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="TimeInjCranking" units="ms" toexpr="x*0.005" frexpr="x/0.005" format="%.1f" min="0" max="500" inc="1" storagetype="uint16" endian="big"/>
    <scaling name="Timing" units="degrees" toexpr="x" frexpr="x" format="%.0f" min="-61" max="61" inc="1" storagetype="int8" endian="big"/>
    <scaling name="ValveTiming16" units="degrees" toexpr="80-x*0.625/32" frexpr="(80-x)*32/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="big"/>
    <scaling name="ValveTimingIntake" units="degrees" toexpr="80-x*0.625" frexpr="(80-x)/0.625" format="%.1f" min="10" max="35" inc="1" storagetype="uint8" endian="big"/>
    <scaling name="ValveTimingExhaust" units="degrees" toexpr="124-x*0.625" frexpr="(124-x)/0.625" format="%.1f" min="9" max="44" inc="1" 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="VehicleSpeedFreq" units="km/h" toexpr="x*0.25" frexpr="x/0.25" format="%.1f" min="0" max="64" inc="0.2" storagetype="uint16" endian="big"/>
    <scaling name="VoltsADC255-8" units="Volts" toexpr="x*5/255" frexpr="x*255/5" format="%.2f" min="0" max="5" inc="0.05" storagetype="uint8" endian="big"/>
    <scaling name="VoltsADC255-16" 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="%.2f" min="0" max="5" inc="0.05" 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.1" storagetype="uint8" 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="WGDuty16" units="%" toexpr="x/2" frexpr="x*2" format="%.1f" min="0" max="100" inc="0.5" 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"/>
    <scaling name="blobbits" storagetype="bloblist" storagebits="1">
       <data name="0" value="00"/>
       <data name="1" value="01"/>
    </scaling>


<!--  **Timing**  -->

    <table name="High Octane Timing Map" category="Timing" type="3D" swapxy="true" scaling="Timing">
        <table name="Load" type="X Axis" elements="22" scaling="Load"/>
        <table name="RPM" type="Y Axis" elements="23" scaling="RPM"/>
    </table>

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

    <table name="Ignition Warmup Retard" category="Timing" type="3D" swapxy="true" scaling="Timing">
        <table name="Load" type="X Axis" elements="22" scaling="Load"/>
        <table name="RPM" type="Y Axis" elements="23" scaling="RPM"/>
    </table>

    <table name="Unknown Timing Advance" category="Timing" type="3D" level="2" swapxy="true" scaling="Timing">
        <table name="Load" type="X Axis" elements="9" scaling="Load"/>
        <table name="RPM" type="Y Axis" elements="10" scaling="RPM"/>
    </table>

    <table name="MIVEC Intake Normal Coolant Temp" category="Timing" type="3D" swapxy="true" scaling="ValveTimingIntake">
        <table name="Load" type="X Axis" elements="21" scaling="Load"/>
        <table name="RPM" type="Y Axis" elements="24" scaling="RPM"/>
    </table>

    <table name="MIVEC Intake Low Coolant Temp" category="Timing" level="2" type="3D" swapxy="true" scaling="ValveTimingIntake">
        <table name="Load" type="X Axis" elements="21" scaling="Load"/>
        <table name="RPM" type="Y Axis" elements="24" scaling="RPM"/>
    </table>

    <table name="MIVEC Intake Map Interpolation" category="Timing" level="2" type="2D" level="2" scaling="MIVECInterpolation">
        <table name="Coolant Temperature" type="Y Axis" elements="9" scaling="Temp"/>
    </table>

    <table name="MIVEC Exhaust Normal Coolant Temp" category="Timing" type="3D" swapxy="true" scaling="ValveTimingExhaust">
        <table name="Load" type="X Axis" elements="21" scaling="Load"/>
        <table name="RPM" type="Y Axis" elements="24" scaling="RPM"/>
    </table>

    <table name="MIVEC Exhaust Low Coolant Temp" category="Timing" level="2" type="3D" swapxy="true" scaling="ValveTimingExhaust">
        <table name="Load" type="X Axis" elements="21" scaling="Load"/>
        <table name="RPM" type="Y Axis" elements="24" scaling="RPM"/>
    </table>
    
    <table name="MIVEC Exhaust Map Interpolation" category="Timing" level="2" type="2D" level="2" scaling="MIVECInterpolation">
        <table name="Coolant Temperature" type="Y Axis" elements="9" scaling="Temp"/>
    </table>



<!--  **Fuel Control**  -->

    <table name="High Octane Fuel Map" category="Fuel" type="3D" swapxy="true" scaling="AFR">
        <table name="Load" type="X Axis" elements="21" scaling="Load"/>
        <table name="RPM" type="Y Axis" elements="16" scaling="RPM"/>
    </table>

    <table name="Low Octane Fuel Map" category="Fuel" type="3D" swapxy="true" scaling="AFR">
        <table name="Load" type="X Axis" elements="21" scaling="Load"/>
        <table name="RPM" type="Y Axis" elements="16" scaling="RPM"/>
    </table>

    <table name="Fuel Alt #1" category="Fuel" type="3D" swapxy="true" scaling="AFR">
        <table name="Load" type="X Axis" elements="21" scaling="Load"/>
        <table name="RPM" type="Y Axis" elements="16" scaling="RPM"/>
    </table>

    <table name="Fuel Alt #2" category="Fuel" type="3D" swapxy="true" scaling="AFR">
        <table name="Load" type="X Axis" elements="21" scaling="Load"/>
        <table name="Y" type="Y Axis" elements="16" scaling="RPM"/>
    </table>
    
    <table name="Max Rich AFR Clip vs Coolant Temp" category="Fuel" type="2D" level="2" scaling="AFR">
        <table name="Coolant Temperature" type="Y Axis" elements="9" scaling="Temp"/>
    </table>

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

    <table name="Injector Battery Voltage Latency Compensation" category="Fuel" type="2D" scaling="InjectorLatency">
        <table name="Battery Voltage" type="Y Axis" elements="7" scaling="BatteryVoltage"/>
    </table>
    
    <table name="Cranking Enrichment IPW Adder (Main)" category="Fuel" type="2D" scaling="TimeInjCranking">
        <table name="Coolant Temperature" type="Y Axis" elements="9" scaling="Temp"/>
    </table>

    <table name="Cranking Enrichment IPW Adder (Unused)" category="Fuel" type="2D" scaling="TimeInjCranking">
        <table name="Coolant Temperature" type="Y Axis" elements="9" scaling="Temp"/>
    </table>
    
    <table name="MAF Scaling Part 1" category="Fuel" type="2D" level="2" scaling="uint16">
        <table name="Volts" type="Y Axis" elements="44" scaling="VoltsADC1023"/>
    </table>
    
    <table name="MAF Scaling Part 2" category="Fuel" type="2D" level="2" scaling="uint16">
        <table name="Volts" type="Y Axis" elements="44" scaling="VoltsADC1023"/>
    </table>
    
    <table name="MAF Scaling Part 3" category="Fuel" type="2D" level="2" scaling="uint16">
        <table name="Volts" type="Y Axis" elements="42" scaling="VoltsADC1023"/>
    </table>
    
    <table name="MAP Mass Air Flow Scaling #1" category="Fuel" type="3D" swapxy="true" level="2" scaling="uint16">
        <table name="MAP" type="X Axis" elements="19" scaling="MAP16"/>
        <table name="RPM" type="Y Axis" elements="19" scaling="RPM"/>
    </table>
    
    <table name="MAP Mass Air Flow Scaling #2" category="Fuel" type="3D" swapxy="true" level="2" scaling="uint16">
        <table name="MAP" type="X Axis" elements="19" scaling="MAP16"/>
        <table name="RPM" type="Y Axis" elements="19" scaling="RPM"/>
    </table>
   
    <table name="MAP Mass Air Flow Scaling #3" category="Fuel" type="3D" swapxy="true" level="2" scaling="uint16">
        <table name="MAP" type="X Axis" elements="19" scaling="MAP16"/>
        <table name="RPM" type="Y Axis" elements="19" scaling="RPM"/>
    </table>
    
    <table name="Open Loop Load High Octane #1" category="Fuel" type="2D" scaling="Load8">
        <table name="RPM" type="Y Axis" elements="20" scaling="RPM"/>
    </table>

    <table name="Open Loop Load Low Octane #1" category="Fuel" type="2D" scaling="Load8">
        <table name="RPM" type="Y Axis" elements="20" scaling="RPM"/>
    </table>

    <table name="Open Loop Load High Octane #2" category="Fuel" type="2D" scaling="Load8">
        <table name="RPM" type="Y Axis" elements="20" scaling="RPM"/>
    </table>

    <table name="Open Loop Load Low Octane #2" category="Fuel" type="2D" scaling="Load8">
        <table name="RPM" type="Y Axis" elements="20" scaling="RPM"/>
    </table>

    <table name="Cylinder Fuel Trim #1" category="Fuel" level="2" type="3D" swapxy="true" scaling="AFR">
        <table name="Load" type="X Axis" elements="21" scaling="Load"/>
        <table name="RPM" type="Y Axis" elements="23" scaling="RPM"/>
    </table>

    <table name="Cylinder Fuel Trim #2" category="Fuel" level="2" type="3D" swapxy="true" scaling="AFR">
        <table name="Load" type="X Axis" elements="21" scaling="Load"/>
        <table name="RPM" type="Y Axis" elements="23" scaling="RPM"/>
    </table>

    <table name="Cylinder Fuel Trim #3" category="Fuel" level="2" type="3D" swapxy="true" scaling="AFR">
        <table name="Load" type="X Axis" elements="21" scaling="Load"/>
        <table name="RPM" type="Y Axis" elements="23" scaling="RPM"/>
    </table>

    <table name="Cylinder Fuel Trim #4" category="Fuel" level="2" type="3D" swapxy="true" scaling="AFR">
        <table name="Load" type="X Axis" elements="21" scaling="Load"/>
        <table name="RPM" type="Y Axis" elements="23" scaling="RPM"/>
    </table>
    
    <table name="Evap Map #1" category="Fuel" level="2" type="3D" swapxy="true" scaling="AFR">
        <table name="Load" type="X Axis" elements="22" scaling="Load"/>
        <table name="RPM" type="Y Axis" elements="23" scaling="RPM"/>
    </table>

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



<!--  **Turbo Control**  -->

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

    <table name="Boost Target Engine Load #1A (High Gear Range)" category="Turbo" type="3D" swapxy="true" scaling="Load8">
        <table name="Throttle" type="X Axis" elements="9" scaling="Throttle %"/>
        <table name="RPM" type="Y Axis" elements="18" scaling="RPM"/>
    </table>

    <table name="Boost Target Engine Load #1B (High Gear Range)" category="Turbo" type="3D" swapxy="true" scaling="Load8">
        <table name="Throttle" type="X Axis" elements="9" scaling="Throttle %"/>
        <table name="RPM" type="Y Axis" elements="18" scaling="RPM"/>
    </table>

    <table name="Boost Target Engine Load #2 (Low Gear Range)" category="Turbo" type="3D" swapxy="true" scaling="Load8">
        <table name="Throttle" type="X Axis" elements="9" scaling="Throttle %"/>
        <table name="RPM" type="Y Axis" elements="18" scaling="RPM"/>
    </table>
    
    <table name="Reactive Solenoid Base WGDC Map #1A (High Gear Range)" category="Turbo" type="3D" swapxy="true" scaling="WGDuty">
        <table name="Throttle" type="X Axis" elements="9" scaling="Throttle %"/>
        <table name="RPM" type="Y Axis" elements="18" scaling="RPM"/>
    </table>

    <table name="Reactive Solenoid Base WGDC Map #1B (High Gear Range)" category="Turbo" type="3D" swapxy="true" scaling="WGDuty">
        <table name="Throttle" type="X Axis" elements="9" scaling="Throttle %"/>
        <table name="RPM" type="Y Axis" elements="18" scaling="RPM"/>
    </table>

    <table name="Reactive Solenoid Base WGDC Map #2 (Low Gear Range)" category="Turbo" type="3D" swapxy="true" scaling="WGDuty">
        <table name="Throttle" type="X Axis" elements="9" scaling="Throttle %"/>
        <table name="RPM" type="Y Axis" elements="18" scaling="RPM"/>
    </table>
    
    <table name="Reactive Solenoid WGDC Correction Interval (High Gear Range)" category="Turbo" type="1D" scaling="uint16"/>
    
    <table name="Reactive Solenoid WGDC Correction Interval (Low Gear Range)" category="Turbo" type="1D" scaling="uint16"/>

    <table name="Reactive Solenoid Turbo Boost Error Correction" category="Turbo" type="2D" scaling="DynamicBoost">
        <table name="Load Error" type="Y Axis" elements="17" scaling="LoadError"/>
    </table>
    
    <table name="Reactive Solenoid Max Total Upward WGDC Correction vs TPS" category="Turbo" type="2D" scaling="OffsetWGDC">
      <table name="TPS" type="Y Axis" elements="9" scaling="Throttle %"/>
    </table>
  
    <table name="Reactive Solenoid Max Total Downward WGDC Correction" category="Turbo" type="1D" scaling="OffsetWGDC"/>

    <table name="Passive Solenoid Base WGDC Map #1A (High Gear Range)" category="Turbo" type="2D" scaling="WGDuty">
        <table name="RPM" type="Y Axis" elements="18" scaling="RPM"/>
    </table>

    <table name="Passive Solenoid Base WGDC Map #1B (High Gear Range)" category="Turbo" type="2D" scaling="WGDuty">
        <table name="RPM" type="Y Axis" elements="18" scaling="RPM"/>
    </table>

    <table name="Passive Solenoid Base WGDC Map #2 (Low Gear Range)" category="Turbo" type="2D" scaling="WGDuty">
        <table name="RPM" type="Y Axis" elements="18" scaling="RPM"/>
    </table>

    <table name="Boost Control RPM Per MPH Xover (Gear Based)" category="Turbo" type="1D" scaling="RPMPerMPH"/>

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

    <table name="Boost Cut Delay Timer" category="Turbo" type="1D" scaling="Time"/>
    
    
    
<!--  **Throttle Control**  -->

    <table name="Throttle Map #1" category="Intake" type="3D" swapxy="true" scaling="Throttle Opening">
        <table name="Unkown" type="X Axis" elements="49" scaling="uint16"/>
        <table name="RPM" type="Y Axis" elements="16" scaling="RPM"/>
    </table>

    <table name="Throttle Map #2" category="Intake" type="3D" swapxy="true" scaling="Throttle Opening">
        <table name="Unknown" type="X Axis" elements="49" scaling="uint16"/>
        <table name="RPM" type="Y Axis" elements="16" scaling="RPM"/>
    </table>

    <table name="Throttle Map #3" category="Intake" type="3D" swapxy="true" scaling="Throttle Opening">
        <table name="Unknown" type="X Axis" elements="49" scaling="uint16"/>
        <table name="RPM" type="Y Axis" elements="16" scaling="RPM"/>
    </table>

    <table name="Throttle Map #4" category="Intake" type="3D" swapxy="true" scaling="Throttle Opening">
        <table name="Unknown" type="X Axis" elements="49" scaling="uint16"/>
        <table name="RPM" type="Y Axis" elements="16" scaling="RPM"/>
    </table>

    <table name="Throttle Map #5" category="Intake" type="3D" swapxy="true" scaling="Throttle Opening">
        <table name="Unknown" type="X Axis" elements="49" scaling="uint16"/>
        <table name="RPM" type="Y Axis" elements="16" scaling="RPM"/>
    </table>
    
    <table name="Throttle Conditional Switch" category="Intake" type="1D" scaling="RPMStatLimit"/>



<!--  **Limits**  -->

    <table name="Stationary Rev Limit" category="Limits" type="1D" scaling="RPMStatLimit"/>

    <table name="Max Speed for Stationary Rev Limit" category="Limits" type="1D" scaling="VehicleSpeedFreq"/>

    <table name="Stationary Rev Limit Cross Under Max Speed Enable Delay" category="Limits" type="1D" scaling="Time"/>

    <table name="Rev Limiter" category="Limits" 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="Speed Limiter" category="Limits" type="2D" scaling="VehicleSpeed">
        <table name="X" type="Static Y Axis" elements="2">
            <data>Limiter ON</data>
            <data>Limiter OFF</data>
        </table>
    </table>
    
    <table name="Airflow Check #1" category="Limits" type="3D" swapxy="true" scaling="uint8">
        <table name="TPS-Related" type="X Axis" elements="14" scaling="Throttle %"/>
        <table name="RPM" type="Y Axis" elements="17" scaling="RPM"/>
    </table>

    <table name="Airflow Check #2" category="Limits" type="3D" swapxy="true" scaling="uint8">
        <table name="TPS-Related" type="X Axis" elements="14" scaling="Throttle %"/>
        <table name="RPM" type="Y Axis" elements="17" scaling="RPM"/>
    </table>

    <table name="Airflow Check #3" category="Limits" type="3D" swapxy="true" scaling="uint8">
        <table name="TPS-Related" type="X Axis" elements="14" scaling="Throttle %"/>
        <table name="RPM" type="Y Axis" elements="17" scaling="RPM"/>
    </table>

    <table name="Airflow Check #4" category="Limits" type="3D" swapxy="true" scaling="uint8">
        <table name="TPS-Related" type="X Axis" elements="6" scaling="Throttle %"/>
        <table name="RPM" type="Y Axis" elements="16" scaling="RPM"/>
    </table>

    <table name="Airflow Check Offset" category="Limits" type="3D" swapxy="false" scaling="uint8">
        <table name="TPS-Related" type="X Axis" elements="9" scaling="Throttle %"/>
        <table name="Reactive Solenoid BWGDC-Related" type="Y Axis" elements="21" scaling="WGDuty16"/>
    </table>

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

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

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

    <table name="Torque Limiter #4" category="Limits" type="3D" swapxy="true" scaling="uint8">
        <table name="TPS-Related" type="X Axis" elements="6" scaling="Throttle %"/>
        <table name="RPM" type="Y Axis" elements="16" scaling="RPM"/>
    </table>
    
    
    
<!--  **Knock Detection**  -->
    
    <table name="Knock Sensitivity Load Threshold" category="Knock Detection" type="2D" level="2" scaling="Load8">
      <table name="RPM" type="Y Axis" elements="16" scaling="RPM"/>
    </table>

    <table name="Knock Background Noise Multiplier" category="Knock Detection" type="2D" level="2" scaling="uint8">
      <table name="RPM" type="Y Axis" elements="16" scaling="RPM"/>
    </table>

    <table name="Knock Background Noise Adder (SINGLE GAIN) #1" category="Knock Detection" type="2D" level="2" scaling="uint8">
      <table name="RPM" type="Y Axis" elements="16" scaling="RPM"/>
    </table>
    
    <table name="Knock Background Noise Adder (SINGLE GAIN) #2" category="Knock Detection" type="2D" level="2" scaling="uint8">
      <table name="RPM" type="Y Axis" elements="16" scaling="RPM"/>
    </table>
    
    <table name="Knock Background Noise Adder (TRIPLE GAIN) #1" category="Knock Detection" type="2D" level="2" scaling="uint8">
      <table name="RPM" type="Y Axis" elements="16" scaling="RPM"/>
    </table>
    
    <table name="Knock Background Noise Adder (TRIPLE GAIN) #2" category="Knock Detection" type="2D" level="2" scaling="uint8">
      <table name="RPM" type="Y Axis" elements="16" scaling="RPM"/>
    </table>

    
    
<!--  **IDLE**  -->
   
    <table name="Idle RPM #1 vs Coolant Temp" category="Idle" type="2D" scaling="RPM8"> 
      <table name="Coolant Temperature" type="Y Axis" elements="8" scaling="Temp" /> 
    </table> 
    
    <table name="Idle RPM #2 vs Coolant Temp" category="Idle" type="2D" scaling="RPM8"> 
      <table name="Coolant Temperature" type="Y Axis" elements="8" scaling="Temp" /> 
    </table> 
    
    <table name="Idle RPM #3 vs Coolant Temp" category="Idle" type="2D" scaling="RPM8"> 
      <table name="Coolant Temperature" type="Y Axis" elements="8" scaling="Temp" /> 
    </table> 
    
    <table name="Idle RPM #4 vs Coolant Temp" category="Idle" type="2D" scaling="RPM8"> 
      <table name="Coolant Temperature" type="Y Axis" elements="8" scaling="Temp" /> 
    </table> 
    
    <table name="Idle RPM #5 vs Coolant Temp" category="Idle" type="2D" scaling="RPM8"> 
      <table name="Coolant Temperature" type="Y Axis" elements="8" scaling="Temp" /> 
    </table> 
    
    <table name="Idle RPM #6 vs Coolant Temp" category="Idle" type="2D" scaling="RPM8"> 
      <table name="Coolant Temperature" type="Y Axis" elements="8" scaling="Temp" /> 
    </table> 
    
    <table name="Idle RPM #7 vs Coolant Temp" category="Idle" type="2D" scaling="RPM8"> 
      <table name="Coolant Temperature" type="Y Axis" elements="8" scaling="Temp" /> 
    </table> 
    
    <table name="Idle RPM #8 vs Coolant Temp" category="Idle" type="2D" scaling="RPM8"> 
      <table name="Coolant Temperature" type="Y Axis" elements="8" scaling="Temp" /> 
    </table> 
    
      <table name="Idle RPM #9 vs Coolant Temp" category="Idle" type="2D" scaling="RPM8"> 
    <table name="Coolant Temperature" type="Y Axis" elements="8" scaling="Temp" /> 
    </table> 
    
    <table name="Idle Adder #1 vs Coolant Temp" category="Idle" type="2D" scaling="uint8"> 
      <table name="Coolant Temperature" type="Y Axis" elements="9" scaling="Temp" /> 
    </table> 
    
    <table name="Idle Adder #2 vs Coolant Temp" category="Idle" type="2D" scaling="uint8"> 
      <table name="Coolant Temperature" type="Y Axis" elements="9" scaling="Temp" /> 
    </table>
    
    <table name="Target Idle #1" category="Idle" type="1D" scaling="RPMTarget"/>
    
    <table name="Target Idle #2" category="Idle" type="1D" scaling="RPMTarget"/>
    
    <table name="Target Idle #3" category="Idle" type="1D" scaling="RPMTarget"/>

    <table name="Target Idle #4" category="Idle" type="1D" scaling="RPMTarget"/>
    
    <table name="Target Idle #5" category="Idle" type="1D" scaling="RPMTarget"/>
    
    <table name="Target Idle #6" category="Idle" type="1D" scaling="RPMTarget"/>
    
    <table name="Target Idle #7" category="Idle" type="1D" scaling="RPMTarget"/>
    
    <table name="Target Idle #8" category="Idle" type="1D" scaling="RPMTarget"/>
    
    <table name="Target Idle #9" category="Idle" type="1D" scaling="RPMTarget"/>
    
    <table name="Target Idle #10" category="Idle" type="1D" scaling="RPMTarget"/>
    
    <table name="Target Idle #11" category="Idle" type="1D" scaling="RPMTarget"/>
    
    <table name="Target Idle #12" category="Idle" type="1D" scaling="RPMTarget"/>
    
    <table name="Target Idle #13" category="Idle" type="1D" scaling="RPMTarget"/>
    
    <table name="Target Idle #14" category="Idle" type="1D" scaling="RPMTarget"/>



<!--  **Misc**  -->

    <table name="ECU ID" category="Misc" type="1D" scaling="ECU ID"/>
      
      
      
<!--  *** OBD-II ***  -->

  <table name="OBD-II Codes" category="OBD-II" type="3D" level="1" 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>
  
  
  
  <!-- ** ECU Options ** -->
    
      <table name="ECU Options Set #1" category="ECU Options" address="50072" 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 Options Set #2" category="ECU Options" address="50082" 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: Enable Knock Retard</data>
          <data>bit.6</data>
          <data>bit.5</data>
          <data>bit.4</data>
          <data>bit.3</data>
          <data>bit.2</data>
          <data>bit.1</data>
          <data>bit.0</data>
        </table>
      </table>
    
      <table name="ECU Options Set #3" category="ECU Options" address="50092" 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: Lean Spool Off/On</data>
        </table>
      </table>
    
        <table name="ECU Options Set #4" category="ECU Options" address="500A2" 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 Options Set #5" category="ECU Options" address="500B2" 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 Options Set #6" category="ECU Options" address="500C2" 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 Options Set #7" category="ECU Options" address="500D2" 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>


<!-- **MUT** -->

  <table name="MUT Table" category="MUT" type="3D" level="2" scaling="MUT32">
    <table name="X" type="Static X Axis" elements="16" scaling="Hex32">
      <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="30">
      <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>


</rom>

