Wether done by ignition cut or by ignition angle, antilag in ME7 seems to be always a "hack"
.
Regarding the ignition angle:
in all ME7 files that I have looked at, the system constants limiting the
ignition angle in the ignition driver code are set to:
SY_WMIN = 0xE0 = -24.0 deg
SY_WMAX = 0x4E = 58.5 deg
I would guess, these are limits of the driver implementation on the C167 and if you
just circumvent these limits, the driver probably might not work as intended.
So, would -24.0 degrees be late enough to keep the engine from raising rpm?
matchew: did you implement successfully antilag using ignition angle modification?
Is the driver code able to produce ignition pulses later than SY_WMIN?