mirror of https://github.com/mgba-emu/mgba.git
GB IO: Name PCM12/34
This commit is contained in:
parent
dec7b6902e
commit
5134e39681
|
@ -102,8 +102,8 @@ enum GBIORegisters {
|
|||
REG_UNK72 = 0x72,
|
||||
REG_UNK73 = 0x73,
|
||||
REG_UNK74 = 0x74,
|
||||
REG_UNK75 = 0x75,
|
||||
REG_UNK76 = 0x76,
|
||||
REG_PCM12 = 0x75,
|
||||
REG_PCM34 = 0x76,
|
||||
REG_UNK77 = 0x77,
|
||||
REG_MAX = 0x100
|
||||
};
|
||||
|
|
|
@ -101,7 +101,6 @@ static const uint8_t _registerMask[] = {
|
|||
[REG_BCPS] = 0x40,
|
||||
[REG_UNK6C] = 0xFE,
|
||||
[REG_SVBK] = 0xF8,
|
||||
[REG_UNK75] = 0x8F,
|
||||
[REG_IE] = 0xE0,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue