F-14: Add TIS - #1790
Merged
charliefoxtwo merged 1 commit intoSep 3, 2026
Merged
Conversation
charliefoxtwo
enabled auto-merge
September 1, 2026 00:59
✅ Control addresses are backwards-compatibleFound 14 new controls. diff --git a/base/Scripts/DCS-BIOS/doc/Addresses.h b/head/Scripts/DCS-BIOS/doc/Addresses.h
index 5b74614..78a090c 100644
--- a/base/Scripts/DCS-BIOS/doc/Addresses.h
+++ b/head/Scripts/DCS-BIOS/doc/Addresses.h
@@ -13823,6 +13823,20 @@
#define F_14_RIO_TID_TRACKHOLD_LIGHT_AM 0x12F6, 0x0800
#define F_14_RIO_TID_VEL_VECTOR 0x1294, 0x0004, 2
#define F_14_RIO_TID_VEL_VECTOR_AM 0x1294, 0x0004
+#define F_14_RIO_TIS_LINE1_A 0x1520
+#define F_14_RIO_TIS_LINE2_A 0x1538
+#define F_14_RIO_TIS_RCU1 0x1498, 0x0200, 9
+#define F_14_RIO_TIS_RCU1_AM 0x1498, 0x0200
+#define F_14_RIO_TIS_RCU2 0x1498, 0x0400, 10
+#define F_14_RIO_TIS_RCU2_AM 0x1498, 0x0400
+#define F_14_RIO_TIS_RCU3 0x1498, 0x0800, 11
+#define F_14_RIO_TIS_RCU3_AM 0x1498, 0x0800
+#define F_14_RIO_TIS_RCU4 0x1498, 0x1000, 12
+#define F_14_RIO_TIS_RCU4_AM 0x1498, 0x1000
+#define F_14_RIO_TIS_RCU5 0x1498, 0x2000, 13
+#define F_14_RIO_TIS_RCU5_AM 0x1498, 0x2000
+#define F_14_RIO_TIS_RCU6 0x1498, 0x4000, 14
+#define F_14_RIO_TIS_RCU6_AM 0x1498, 0x4000
#define F_14_RIO_UHF1_VOL 0x1244, 0xFFFF, 0
#define F_14_RIO_UHF1_VOL_A 0x1244
#define F_14_RIO_UHF_DISPLAY_TEST 0x1254, 0x2000, 13
|
ElliotThiebaut
approved these changes
Sep 3, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #1766