mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-01-11 05:29:43 +00:00
Default initialization of Heathrow registers.
This commit is contained in:
parent
6124dfd897
commit
81b3c3c4a0
@ -135,13 +135,13 @@ private:
|
|||||||
0x00 // unknown defaults
|
0x00 // unknown defaults
|
||||||
};
|
};
|
||||||
|
|
||||||
uint32_t int_mask2;
|
uint32_t int_mask2 = 0;
|
||||||
uint32_t int_clear2;
|
uint32_t int_clear2 = 0;
|
||||||
uint32_t int_levels2;
|
uint32_t int_levels2 = 0;
|
||||||
uint32_t int_mask1;
|
uint32_t int_mask1 = 0;
|
||||||
uint32_t int_clear1;
|
uint32_t int_clear1 = 0;
|
||||||
uint32_t int_levels1;
|
uint32_t int_levels1 = 0;
|
||||||
uint32_t feat_ctrl; // features control register
|
uint32_t feat_ctrl = 0; // features control register
|
||||||
|
|
||||||
/* device cells */
|
/* device cells */
|
||||||
ViaCuda* viacuda; /* VIA cell with Cuda MCU attached to it */
|
ViaCuda* viacuda; /* VIA cell with Cuda MCU attached to it */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user