GB I/O: Fix PCM12/34 register numbers

This commit is contained in:
Vicki Pfau 2018-09-18 20:50:58 -07:00
parent cf61eb52a4
commit 9564a1ab60
1 changed files with 3 additions and 3 deletions

View File

@ -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
};