Add ecu item?
Thread Starter
Supreme Member

Joined: Aug 1999
Posts: 2,441
Likes: 1
From: sweden
Car: GTA -89
Engine: Blown 415"
Transmission: 4L80E
Axle/Gears: Strange 12-bolt
Add ecu item?
Hi..
I need to add some tables to my 8D.ecu file can someone tell how to do it ? using GMEDIT.
What the starting adress is and do on......
The things I like to add are
--------------------------------------------------------------------------------
;IDLE SA RETARD vs RPM
;
; TBL = SA * (256/90)
;-------------------------------------------
; S.A. RPM
;---------------------------
L81EB: FCB 0 ; 0.0 0 RPM DIFF
FCB 14 ; 5.0 50
FCB 14 ; 5.0 100
FCB 14 ; 5.0 150
FCB 14 ; 5.0 200
;-------------------------------------------
; IDLE SA ADVANCE vs RPM ERROR
;
; TBL = 256/90
;-------------------------------------------
; S.A. RPM ERROR
;---------------------------
L81F0: FCB 14 ; 5.0 0
FCB 14 ; 5.0 50
FCB 14 ; 5.0 100
FCB 14 ; 5.0 150
FCB 14 ; 5.0 200
;-------------------------------------------
Thanks!/N.
I need to add some tables to my 8D.ecu file can someone tell how to do it ? using GMEDIT.
What the starting adress is and do on......
The things I like to add are
--------------------------------------------------------------------------------
;IDLE SA RETARD vs RPM
;
; TBL = SA * (256/90)
;-------------------------------------------
; S.A. RPM
;---------------------------
L81EB: FCB 0 ; 0.0 0 RPM DIFF
FCB 14 ; 5.0 50
FCB 14 ; 5.0 100
FCB 14 ; 5.0 150
FCB 14 ; 5.0 200
;-------------------------------------------
; IDLE SA ADVANCE vs RPM ERROR
;
; TBL = 256/90
;-------------------------------------------
; S.A. RPM ERROR
;---------------------------
L81F0: FCB 14 ; 5.0 0
FCB 14 ; 5.0 50
FCB 14 ; 5.0 100
FCB 14 ; 5.0 150
FCB 14 ; 5.0 200
;-------------------------------------------
Thanks!/N.
Supreme Member
Joined: Jun 2000
Posts: 7,554
Likes: 1
From: In reality
Car: An Ol Buick
Engine: Vsick
Transmission: Janis Tranny Yank Converter
Re: Add ecu item?
Originally posted by gta324
I need to add some tables to my 8D.ecu file can someone tell how to do it ? using GMEDIT.
What the starting adress is and do on......
The things I like to add are
--------------------------------------------------------------------------------
;IDLE SA RETARD vs RPM
; TBL = SA * (256/90)
;-------------------------------------------
; S.A. RPM
;---------------------------
L81EB: FCB 0 ; 0.0 0 RPM DIFF
FCB 14 ; 5.0 50
FCB 14 ; 5.0 100
FCB 14 ; 5.0 150
FCB 14 ; 5.0 200
;-------------------------------------------
; IDLE SA ADVANCE vs RPM ERROR
; TBL = 256/90
;-------------------------------------------
; S.A. RPM ERROR
;---------------------------
L81F0: FCB 14 ; 5.0 0
FCB 14 ; 5.0 50
FCB 14 ; 5.0 100
FCB 14 ; 5.0 150
FCB 14 ; 5.0 200
;-------------------------------------------
I need to add some tables to my 8D.ecu file can someone tell how to do it ? using GMEDIT.
What the starting adress is and do on......
The things I like to add are
--------------------------------------------------------------------------------
;IDLE SA RETARD vs RPM
; TBL = SA * (256/90)
;-------------------------------------------
; S.A. RPM
;---------------------------
L81EB: FCB 0 ; 0.0 0 RPM DIFF
FCB 14 ; 5.0 50
FCB 14 ; 5.0 100
FCB 14 ; 5.0 150
FCB 14 ; 5.0 200
;-------------------------------------------
; IDLE SA ADVANCE vs RPM ERROR
; TBL = 256/90
;-------------------------------------------
; S.A. RPM ERROR
;---------------------------
L81F0: FCB 14 ; 5.0 0
FCB 14 ; 5.0 50
FCB 14 ; 5.0 100
FCB 14 ; 5.0 150
FCB 14 ; 5.0 200
;-------------------------------------------
The second one it's 01F0.
If you look at your editor then find a spark table, that used the same conversion of 256/90 and just change the entries to these new ones. Sometimes the editors use an offset so the address might be 41EB, or something strange looking, but as long as the last three places are the same, you should be there, and then when you load a .bin the numbers should all make sense.
Thread
Thread Starter
Forum
Replies
Last Post
KO1
Engine/Drivetrain/Suspension Parts for Sale
16
Oct 15, 2015 05:00 PM
bigjay89gta
Engine/Drivetrain/Suspension Parts for Sale
12
Oct 15, 2015 08:04 AM




