xfb loop copy finished
This commit is contained in:
@@ -79,5 +79,61 @@ struct video_interface {
|
||||
|
||||
ircolib::u32 raw;
|
||||
} bbei, bboi;
|
||||
|
||||
union TFBL {
|
||||
struct {
|
||||
unsigned : 9;
|
||||
unsigned fbb : 15;
|
||||
unsigned xof : 4;
|
||||
unsigned : 4;
|
||||
};
|
||||
|
||||
ircolib::u32 raw;
|
||||
} tfbl;
|
||||
|
||||
union BFBL {
|
||||
struct {
|
||||
unsigned : 9;
|
||||
unsigned fbb : 15;
|
||||
unsigned y : 8;
|
||||
};
|
||||
|
||||
ircolib::u32 raw;
|
||||
} bfbl;
|
||||
|
||||
union FCT012 {
|
||||
struct {
|
||||
unsigned tap0 : 10;
|
||||
unsigned tap1 : 10;
|
||||
unsigned tap2 : 10;
|
||||
unsigned : 2;
|
||||
};
|
||||
|
||||
ircolib::u32 raw;
|
||||
} fct0[3];
|
||||
|
||||
union FCT3456 {
|
||||
struct {
|
||||
unsigned tap0 : 8;
|
||||
unsigned tap1 : 8;
|
||||
unsigned tap2 : 8;
|
||||
unsigned tap3 : 8;
|
||||
};
|
||||
|
||||
ircolib::u32 raw;
|
||||
} fct1[4];
|
||||
|
||||
union HSR {
|
||||
struct {
|
||||
unsigned stp : 9;
|
||||
unsigned : 3;
|
||||
unsigned hs_en : 1;
|
||||
unsigned : 3;
|
||||
};
|
||||
|
||||
ircolib::u16 raw;
|
||||
} hsr;
|
||||
|
||||
bool viclk;
|
||||
};
|
||||
} // namespace weee::core
|
||||
|
||||
Reference in New Issue
Block a user