mirror of https://github.com/mgba-emu/mgba.git
GB I/O: Fix PCM12/34 register numbers
This commit is contained in:
parent
cf61eb52a4
commit
9564a1ab60
|
@ -102,9 +102,9 @@ enum GBIORegisters {
|
|||
REG_UNK72 = 0x72,
|
||||
REG_UNK73 = 0x73,
|
||||
REG_UNK74 = 0x74,
|
||||
REG_PCM12 = 0x75,
|
||||
REG_PCM34 = 0x76,
|
||||
REG_UNK77 = 0x77,
|
||||
REG_UNK75 = 0x75,
|
||||
REG_PCM12 = 0x76,
|
||||
REG_PCM34 = 0x77,
|
||||
REG_MAX = 0x100
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue