These have one less RPM point that what's in the current 32BITBASE so these definitions need to be added:
Code:
<table name="Intake Duty Correction A_" category="Variable Valve Timing (AVCS)" type="3D" scaling="Intake Duty Correction">
<description></description>
<table name="Intake VVT Error" type="X Axis" elements="9" scaling="VVT Error"/>
<table name="Engine Speed" type="Y Axis" elements="9" scaling="EngineSpeed(RPM)1"/>
</table>
<table name="Intake Duty Correction B_" category="Variable Valve Timing (AVCS)" type="3D" scaling="Intake Duty Correction">
<description>no description</description>
<table name="Intake VVT Error" type="X Axis" elements="9" scaling="VVT Error"/>
<table name="Engine Speed" type="Y Axis" elements="9" scaling="EngineSpeed(RPM)1"/>
</table>
<table name="Intake Duty Correction C_" category="Variable Valve Timing (AVCS)" type="3D" scaling="Intake Duty Correction">
<description>no description</description>
<table name="Intake VVT Error" type="X Axis" elements="9" scaling="VVT Error"/>
<table name="Engine Speed" type="Y Axis" elements="9" scaling="EngineSpeed(RPM)1"/>
</table>
<table name="Intake Duty Correction D_" category="Variable Valve Timing (AVCS)" type="3D" scaling="Intake Duty Correction">
<description>no description</description>
<table name="Intake VVT Error" type="X Axis" elements="9" scaling="VVT Error"/>
<table name="Engine Speed" type="Y Axis" elements="9" scaling="EngineSpeed(RPM)1"/>
</table>
<table name="Exhaust Duty Correction A_" category="Variable Valve Timing (AVCS)" type="3D" scaling="Intake Duty Correction">
<description>no description</description>
<table name="Exhaust VVT Error" type="X Axis" elements="9" scaling="VVT Error"/>
<table name="Engine Speed" type="Y Axis" elements="9" scaling="EngineSpeed(RPM)1"/>
</table>
<table name="Exhaust Duty Correction B_" category="Variable Valve Timing (AVCS)" type="3D" scaling="Intake Duty Correction">
<description>no description</description>
<table name="Exhaust VVT Error" type="X Axis" elements="9" scaling="VVT Error"/>
<table name="Engine Speed" type="Y Axis" elements="9" scaling="EngineSpeed(RPM)1"/>
</table>
<table name="Exhaust Duty Correction C_" category="Variable Valve Timing (AVCS)" type="3D" scaling="Intake Duty Correction">
<description>no description</description>
<table name="Exhaust VVT Error" type="X Axis" elements="9" scaling="VVT Error"/>
<table name="Engine Speed" type="Y Axis" elements="9" scaling="EngineSpeed(RPM)1"/>
</table>
<table name="Exhaust Duty Correction D_" category="Variable Valve Timing (AVCS)" type="3D" scaling="Intake Duty Correction">
<description>no description</description>
<table name="Exhaust VVT Error" type="X Axis" elements="9" scaling="VVT Error"/>
<table name="Engine Speed" type="Y Axis" elements="9" scaling="EngineSpeed(RPM)1"/>
</table>
And for the ROM itself:
Code:
<table name="Intake Duty Correction A_" address="e18fc">
<table name="Intake VVT Error" address="e18b4"/>
<table name="Engine Speed" address="e18d8"/>
</table>
<table name="Intake Duty Correction B_" address="e19e8">
<table name="Intake VVT Error" address="e19a0"/>
<table name="Engine Speed" address="e19c4" elements="9"/>
</table>
<table name="Intake Duty Correction C_" address="e1ad4">
<table name="Intake VVT Error" address="e1a8c"/>
<table name="Engine Speed" address="e1ab0"/>
</table>
<table name="Intake Duty Correction D_" address="e1bc0">
<table name="Intake VVT Error" address="e1b78"/>
<table name="Engine Speed" address="e1b9c" elements="9"/>
</table>
<table name="Exhaust Duty Correction A_" address="e269c">
<table name="Exhaust VVT Error" address="e2654"/>
<table name="Engine Speed" address="e2678" elements="9"/>
</table>
<table name="Exhaust Duty Correction B_" address="e2788">
<table name="Exhaust VVT Error" address="e2740"/>
<table name="Engine Speed" address="e2764" elements="9"/>
</table>
<table name="Exhaust Duty Correction C_" address="e1ad4">
<table name="Exhaust VVT Error" address="e282c"/>
<table name="Engine Speed" address="e2850" elements="9"/>
</table>
<table name="Exhaust Duty Correction D_" address="e2960">
<table name="Exhaust VVT Error" address="e2918"/>
<table name="Engine Speed" address="e293c" elements="9"/>
</table>