-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Idle Ignition Timing Compensation Template and 32BITBASE defini…
…tion. Reference thread: http://www.romraider.com/forum/viewtopic.php?f=25&t=9610 Signed-off-by: TD-D <[email protected]>
- Loading branch information
Showing
2 changed files
with
69 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<table name="Ignition Timing Compensation Idle Target In Error Range A" address=""> | ||
<table name="Idle Speed Error" address=""/> | ||
<table name="Engine Speed Delta" address=""/> | ||
</table> | ||
|
||
<table name="Ignition Timing Compensation Idle Target In Error Range B" address=""> | ||
<table name="Idle Speed Error" address=""/> | ||
<table name="Engine Speed Delta" address=""/> | ||
</table> | ||
|
||
<table name="Ignition Timing Compensation Idle Target Out of Error Range A" address=""> | ||
<table name="Idle Speed Error" address=""/> | ||
<table name="Idle Speed Target" address=""/> | ||
</table> | ||
|
||
<table name="Ignition Timing Compensation Idle Target Out of Error Range B" address=""> | ||
<table name="Idle Speed Error" address=""/> | ||
<table name="Idle Speed Target" address=""/> | ||
</table> | ||
|
||
<table name="Ignition Timing Compensation Idle Target Load Change A" address="d05c4"> | ||
<table name="Engine Speed Delta" address=""/> | ||
<table name="Idle Speed Target" address=""/> | ||
</table> | ||
|
||
<table name="Ignition Timing Compensation Idle Target Load Change B" address=""> | ||
<table name="Engine Speed Delta" address=""/> | ||
<table name="Idle Speed Target" address=""/> | ||
</table> |