mirror of https://github.com/mgba-emu/mgba.git
GBA SIO: Fix layout of normalControl struct in siocnt union
This commit is contained in:
parent
9942c1d444
commit
e52001e406
|
@ -54,9 +54,9 @@ struct GBASIO {
|
|||
unsigned internalSc : 1;
|
||||
unsigned si : 1;
|
||||
unsigned idleSo : 1;
|
||||
unsigned : 4;
|
||||
unsigned start : 1;
|
||||
unsigned : 3;
|
||||
unsigned start : 1;
|
||||
unsigned : 4;
|
||||
unsigned length : 1;
|
||||
unsigned : 1;
|
||||
unsigned irq : 1;
|
||||
|
|
Loading…
Reference in New Issue