mirror of
https://github.com/vivier/EMILE.git
synced 2025-01-18 06:31:23 +00:00
correct GET_TT_ENABLE
This commit is contained in:
parent
cffb3524e0
commit
17077b6210
@ -62,7 +62,7 @@
|
||||
#define GET_TD_LF_NEXT(PD0, PD1) (PD1 & 0xFFFFFFF0)
|
||||
#define GET_TD_LF_ADDR(PD0, PD1) (PD1 & 0xFFFFFF00)
|
||||
|
||||
#define GET_TT_ENABLE(TT) (TT & 0x0080)
|
||||
#define GET_TT_ENABLE(TT) (TT & 0x8000)
|
||||
#define GET_TT_BASE(TT) ( (TT >> 24) & 0xFF )
|
||||
#define GET_TT_MASK(TT) ( (TT >> 16) & 0xFF )
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user