96940011 05 EVOVIII ROM: Known Patches
#18
#23
Ok I figured it out some how it worked on my laptop with the file I posted (I am betting because I set up the definitions partly it the XML and partly in the ECUflash GIU), anyway I will edit my original attachment with a fully working file. The previous one was missing the category and map type.
#25
Here are all of the tables that I think I have added to the .xml for this ROM:
Note: DO NOT use the knock light PATCH ONLY table. This is the address that maybe used for a knock light ONLY IF your ROM has code changes for it. I haven't completely developed that patch like Bez has, so please don't use it. I posted it here simply for reference for anyone wanting to look in it further. More information is in the thread by Bez on AktiveMatrix.
I also added these three lines to the EVO7base xml:
Eric
PHP Code:
<table name="Boost Enhancement (Anti-lag) Table" address="308e">
<table name="RPM" address="5c48"/>
</table>
<table name="Maf adder" address="1113" scaling="uint8"/>
<table name="Lean Spool Enable" address="1280" scaling="RPMStatLimit"/>
<table name="Lean Spool Disable" address="1284" scaling="RPMStatLimit"/>
<table name="Knock SUM to decrease Octane Number" category="Timing" address="13a8" type="1D" level="1" scaling="uint16"/>
<table name="Second O2 VoltageCheck1" category="Misc" address="1d96" type="1D" level="1" scaling="Volts16"/>
<table name="Primary O2 VoltageCheck1" category="Misc" address="1b84" type="1D" level="1" scaling="Volts16"/>
<table name="Primary O2 VoltageCheck2" category="Misc" address="1272" type="1D" level="1" scaling="Volts16"/>
<table name="Second O2 primary voltage filter" category="Misc" address="1a16" type="2D" level="4" scaling="Volts16">
<table name="X" type="Static X Axis" elements="2">
<data>LO</data>
<data>HI</data>
</table>
</table>
<table name="O22rpmcheck1" category="Misc" address="11c2" type="1D" level="1" scaling="RPMStatLimit"/>
<table name="O22rpmlimit2" category="Misc" address="11c4" type="1D" level="1" scaling="RPMStatLimit"/>
<table name="O22rpmlimit3" category="Misc" address="11c6" type="1D" level="1" scaling="RPMStatLimit"/>
<table name="Heater_outputs. POTR_E12,13" category="Misc" address="98f0" type="1D" level="1" scaling="Hex16"/>
<table name="PATCH_ONLY ! Knock sum to flash light" category="Misc" address="adcf" type="1D" level="1" scaling="uint8"/>
<table name="MUT table" address="3f314" type="3D" level="1" scaling="Hex16">
<table name="X" type="Static X Axis" elements="16" scaling="Hex16">
<data>4</data>
<data>6</data>
<data>8</data>
<data>A</data>
<data>C</data>
<data>E</data>
<data>10</data>
<data>12</data>
<data>14</data>
<data>16</data>
<data>18</data>
<data>1A</data>
<data>1C</data>
<data>1E</data>
<data>0</data>
<data>2</data>
</table>
<table name="Y" type="Static Y Axis" elements="32">
<data>3f314</data>
<data>3f334</data>
<data>3f354</data>
<data>3f374</data>
<data>3f394</data>
<data>3f3B4</data>
<data>3f3D4</data>
<data>3f3F4</data>
<data>3f414</data>
<data>3f434</data>
<data>3f444</data>
<data>3f474</data>
<data>3f494</data>
<data>3f4B4</data>
<data>3f4D4</data>
<data>3f4F4</data>
<data>3f514</data>
<data>3f534</data>
<data>3f554</data>
<data>3f574</data>
<data>3f594</data>
<data>3f5B4</data>
<data>3f5D4</data>
<data>3f5F4</data>
<data>3f614</data>
<data>3f634</data>
<data>3f654</data>
<data>3f674</data>
<data>3f694</data>
<data>3f6B4</data>
<data>3f6D4</data>
<data>3f6F4</data>
<data>3f714</data>
</table>
</table>
<table name="ECU_PEREPHERY" category="Misc" address="faa" type="1D" level="4" scaling="Hex16"/>
<table name="ECU_PEREPHERY1" category="Misc" address="fba" type="1D" level="4" scaling="Hex16"/>
<table name="ECU_PEREPHERY2" category="Misc" address="fca" type="1D" level="4" scaling="Hex16"/>
<table name="ECU_PEREPHERY3" category="Misc" address="fda" type="1D" level="4" scaling="Hex16"/>
<table name="Injector latency base" category="Fuel" address="1100" type="1D" level="1" scaling="Hex16"/>
I also added these three lines to the EVO7base xml:
PHP Code:
<table name="Maf adder" category="Fuel" type="1D" level="1"/>
<table name="Lean Spool Enable" category="Fuel" type="1D" level="1"/>
<table name="Lean Spool Disable" category="Fuel" type="1D" level="1"/>
Eric
#26
The table for the lean spool needs an address witch can be added to the xml:
<table name="LeanSpoolEnable" category="Misc" address="1280" type="1D" level="1" scaling="RPMStatLimit"/>
<table name="LeanSpoolDisable" category="Misc" address="1284" type="1D" level="1" scaling="RPMStatLimit"/>
This is the updated table definition that is in the file posted on the first page of this thread. This version allows for the use of rpm values instead of hex.
<table name="LeanSpoolEnable" category="Misc" address="1280" type="1D" level="1" scaling="RPMStatLimit"/>
<table name="LeanSpoolDisable" category="Misc" address="1284" type="1D" level="1" scaling="RPMStatLimit"/>
This is the updated table definition that is in the file posted on the first page of this thread. This version allows for the use of rpm values instead of hex.
#27
#29
#30