Littco, if I want to copy the switching routine into another file, is it at 0xFF000-0xFF045??
Hi.
This is off the top of my head. But yes it can be done on any ECU.
I think the actual coding is around fea00 with the 5 ldrxn map earlier Fe700 and the mil code later.
Its quite easy to do and can be done with hexeditor.
You need to find the location the LDRXN variable gets called and then set that to the new routine.
In the routine you will just need to change the variables for the Cruise/Clutch combo, Nmot and then point it back to where the original LDRXN call was pointing to..
THe original LDRXN then gets ignored and you use the 5 multi map ldrxn and ZX maps.. It's alot easier than some of the map switch as it only has 1 call point, where as TVLDMX has about 4 which all need to be referenced.