Been going through t43 calibrations and adding a lot of undefined tables to test, some of the late vf commodore ones don't have the the tapshift speed's defined so i found & added them, but i did them as separate tables per gear, but i'd like to make them look just like the normal efilive defined tables where all the upshift & downshift tables are in 1. But if I set the start point of the hex data to include the multiple gears values, it also includes the start header/seperator for the next gear.

Click image for larger version. 

Name:	vf-tapshift1.PNG 
Views:	149 
Size:	19.3 KB 
ID:	24203
Standard Efilive Table
Click image for larger version. 

Name:	tapshift-part-throttle.PNG 
Views:	148 
Size:	20.1 KB 
ID:	24204

[D9796]
; Description
; ---------------------------------------------------------------------------------------------------------------------------------
DESC.001 = TUTD Shift Settings.
DESC.002 =
DESC.003 =
;
;
; Seg Caption Major Minor Vis Dis 2D Grp
; --- ---------------------- --------------------------- ------------------------------ --- --- -- ---
VIEW = 4 "1-2 Shift" "Shift Control" "Tap Up/Down Shift Speeds" 2 2 1 0
;
; Address(es) BitOff Bits Typ Inv
; -------------------------------- ------ ---- --- ---
ADDR = 1E7F90 0 16 UNM 0
;
; Units Factor Offset Prec MinLimit MaxLimit MinUser MaxUser
; ------------------------ -------------- ------ ---- -------- -------- -------- --------
SI_SLOT = KPH 0.0078125 0.0 1 0 512 0 512
IM_SLOT = MPH 0.0039060 0.0 1 0 318 0 318
;
; Body Col Row
; -------------- -------------- --------------
ULABELS = . . .
;
; Enumerations
; -------------------------------------------------------------------
SI_ENUM = .
IM_ENUM = .
;
; Units Labels
; ---------------- -----------------------------------------------------
SI_COL = "Gear Change" "1->2"
IM_COL = "Gear Change" "1->2"
;
SI_ROW = APP% "0.00,6.25,12.50,18.75,25.00,31.25,37.50,43.75,50. 00,56.25,62.50,68.75,75.00,81.25,87.25,93.75,100.0 0"
IM_ROW = APP% "0.00,6.25,12.50,18.75,25.00,31.25,37.50,43.75,50. 00,56.25,62.50,68.75,75.00,81.25,87.25,93.75,100.0 0"
;================================================= ================================================== ==========================================
[D9797]
; Description
; ---------------------------------------------------------------------------------------------------------------------------------
DESC.001 = TUTD Shift Settings.
DESC.002 =
DESC.003 =
;
;
; Seg Caption Major Minor Vis Dis 2D Grp
; --- ---------------------- --------------------------- ------------------------------ --- --- -- ---
VIEW = 4 "2-3 Shift" "Shift Control" "Tap Up/Down Shift Speeds" 2 2 0 0
;
; Address(es) BitOff Bits Typ Inv
; -------------------------------- ------ ---- --- ---
ADDR = 1E7FB4 0 16 UNM 0
;
; Units Factor Offset Prec MinLimit MaxLimit MinUser MaxUser
; ------------------------ -------------- ------ ---- -------- -------- -------- --------
SI_SLOT = KPH 0.0078125 0.0 1 0 512 0 512
IM_SLOT = MPH 0.0039060 0.0 1 0 318 0 318
;
; Body Col Row
; -------------- -------------- --------------
ULABELS = . . .
;
; Enumerations
; -------------------------------------------------------------------
SI_ENUM = .
IM_ENUM = .
;
; Units Labels
; ---------------- -----------------------------------------------------
SI_COL = "Gear Change" "2->3"
IM_COL = "Gear Change" "2->3"
;
SI_ROW = APP% "0.00,6.25,12.50,18.75,25.00,31.25,37.50,43.75,50. 00,56.25,62.50,68.75,75.00,81.25,87.25,93.75,100.0 0"
IM_ROW = APP% "0.00,6.25,12.50,18.75,25.00,31.25,37.50,43.75,50. 00,56.25,62.50,68.75,75.00,81.25,87.25,93.75,100.0 0"
;================================================= ================================================== ==========================================
Click image for larger version. 

Name:	t43-tapshift.PNG 
Views:	144 
Size:	12.6 KB 
ID:	24205