Try setting up the open loop decel option to be active. Need to set b3 ($08) at address $06. Note that this is a single bit flag, so whatever is at address $06 gets changed to have that bit on along with whatever other bits were also on.
Then the OpLp decel parameters follow the OpLp idle params:
Code:
LD2A5: FCB 6 ; 6 MPH Open loop DECEL THRESH
LD2A6: FCB 254 ; 6350 RPM Open loop DECEL THRESH
LD2A7: FCB 0 ; -40c Open loop DECEL THRESH
LD2A8: FCB 150 ; Open loop AFR MAX 15.0
RBob.
{edit: here are the parameters from ANTZ, which runs open loop decel. Address $06 has bit 3 set}
Code:
LD2A5: FCB 32 ; MPH Open loop DECEL THRESH
LD2A6: FCB 128 ; RPM Open loop DECEL THRESH
LD2A7: FCB 199 ; CTS Open loop DECEL THRESH
LD2A8: FCB 150 ; Open loop AFR MAX 15.0