mirror of https://github.com/mgba-emu/mgba.git
GBA IO: Fix SIOCNT/RCNT serialization
This commit is contained in:
parent
39d90e5e44
commit
79ed790a4e
|
@ -214,8 +214,8 @@ static const int _isRSpecialRegister[GBA_REG(INTERNAL_MAX)] = {
|
|||
/* 10 */ 1, 1, 1, 1, 1, 1, 1, 1,
|
||||
/* 11 */ 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* SIO */
|
||||
/* 12 */ 1, 1, 1, 1, 1, 0, 0, 0,
|
||||
/* 13 */ 1, 1, 1, 0, 0, 0, 0, 0,
|
||||
/* 12 */ 1, 1, 1, 1, 0, 0, 0, 0,
|
||||
/* 13 */ 1, 1, 0, 0, 0, 0, 0, 0,
|
||||
/* 14 */ 1, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 15 */ 1, 1, 1, 1, 1, 0, 0, 0,
|
||||
/* 16 */ 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
|
|
Loading…
Reference in New Issue