AndyF
04-02-2009, 10:44 PM
Following on from the code changes for the launch control, if you want it to retard the timing as well then you need to do the following changes on top of those already made to get the launch control active.
At address 40DE you should have the following code which is part of the calculation to set the new timing value
DB 90 25 04
you need to change this to read
BD DC 20 01
and then at location 5C20 add the following in
DB 90 25 10 01 96 CA 81 1E 23 0B FE 01 69 8C 03 41 24 03 C6 BC 01 39
and that on it's own will set the timing to -5 degrees when the launch control is active.
You can then use the XDF I've posted up with the ALS/launch control settings defined to decide at what revs the ignition retard will be activated and also what speed it will stop activating at along with how many degrees you want to set it to.
Be warned though that enabling this and launching with it on will shorten the life of your turbo depending upon how much retard you use.
But hey... it's worth it for the sound alone :lol:
Andy
At address 40DE you should have the following code which is part of the calculation to set the new timing value
DB 90 25 04
you need to change this to read
BD DC 20 01
and then at location 5C20 add the following in
DB 90 25 10 01 96 CA 81 1E 23 0B FE 01 69 8C 03 41 24 03 C6 BC 01 39
and that on it's own will set the timing to -5 degrees when the launch control is active.
You can then use the XDF I've posted up with the ALS/launch control settings defined to decide at what revs the ignition retard will be activated and also what speed it will stop activating at along with how many degrees you want to set it to.
Be warned though that enabling this and launching with it on will shorten the life of your turbo depending upon how much retard you use.
But hey... it's worth it for the sound alone :lol:
Andy