Skip to content

Commit

Permalink
Fix #587 Add F-4E IFF device
Browse files Browse the repository at this point in the history
  • Loading branch information
charliefoxtwo committed May 23, 2024
1 parent 73d19c6 commit a02a133
Show file tree
Hide file tree
Showing 4 changed files with 1,080 additions and 8 deletions.
29 changes: 27 additions & 2 deletions Scripts/DCS-BIOS/doc/Addresses.h
Original file line number Diff line number Diff line change
Expand Up @@ -13061,8 +13061,33 @@
#define F_22A_START_R_SW 0x6600, 0x0040, 6
#define F_22A_START_R_SW_AM 0x6600, 0x0040
#define F_22A_TAXI_LIGHTS_SW 0x6600, 0x6000, 13
#define F_4E_PLT_MASTER_ARM_SW 0x2A00, 0x0001, 0
#define F_4E_PLT_MASTER_ARM_SW_AM 0x2A00, 0x0001
#define F_4E_PLT_IFF_AUDIO_LIGHT_SW 0x2A00, 0x0180, 7
#define F_4E_PLT_IFF_CODE 0x2A00, 0x0003, 0
#define F_4E_PLT_IFF_IDENT 0x2A08, 0x00C0, 6
#define F_4E_PLT_IFF_M1 0x2A00, 0x0600, 9
#define F_4E_PLT_IFF_M1_CODE_ONES 0x2A06, 0x0180, 7
#define F_4E_PLT_IFF_M1_CODE_TENS 0x2A06, 0x0070, 4
#define F_4E_PLT_IFF_M2 0x2A00, 0x1800, 11
#define F_4E_PLT_IFF_M3 0x2A00, 0x6000, 13
#define F_4E_PLT_IFF_M3_CODE_HUNDREDS 0x2A06, 0x7000, 12
#define F_4E_PLT_IFF_M3_CODE_ONES 0x2A08, 0x0038, 3
#define F_4E_PLT_IFF_M3_CODE_TENS 0x2A08, 0x0007, 0
#define F_4E_PLT_IFF_M3_CODE_THOUSANDS 0x2A06, 0x0E00, 9
#define F_4E_PLT_IFF_M4 0x2A00, 0x8000, 15
#define F_4E_PLT_IFF_M4_AM 0x2A00, 0x8000
#define F_4E_PLT_IFF_MASTER 0x2A00, 0x0070, 4
#define F_4E_PLT_IFF_MC 0x2A06, 0x0003, 0
#define F_4E_PLT_IFF_RAD 0x2A06, 0x000C, 2
#define F_4E_PLT_IFF_REPLY_TEST_BUTTON 0x2A00, 0x0004, 2
#define F_4E_PLT_IFF_REPLY_TEST_BUTTON_AM 0x2A00, 0x0004
#define F_4E_PLT_IFF_REPLY_TEST_DIM 0x2A02, 0xFFFF, 0
#define F_4E_PLT_IFF_REPLY_TEST_DIM_A 0x2A02
#define F_4E_PLT_IFF_TEST_BUTTON 0x2A00, 0x0008, 3
#define F_4E_PLT_IFF_TEST_BUTTON_AM 0x2A00, 0x0008
#define F_4E_PLT_IFF_TEST_DIM 0x2A04, 0xFFFF, 0
#define F_4E_PLT_IFF_TEST_DIM_A 0x2A04
#define F_4E_PLT_MASTER_ARM_SW 0x2A06, 0x8000, 15
#define F_4E_PLT_MASTER_ARM_SW_AM 0x2A06, 0x8000
#define F_5E_3_ACC 0x768E, 0x0004, 2
#define F_5E_3_ACCELEROMETER 0x76A0, 0xFFFF, 0
#define F_5E_3_ACCELEROMETER_A 0x76A0
Expand Down
Loading

0 comments on commit a02a133

Please sign in to comment.