GB I/O: Fix PCM12/34 register numbers
Vicki Pfau vi@endrift.com
Tue, 18 Sep 2018 20:50:58 -0700
1 files changed,
3 insertions(+),
3 deletions(-)
jump to
M
include/mgba/internal/gb/io.h
→
include/mgba/internal/gb/io.h
@@ -102,9 +102,9 @@ REG_SVBK = 0x70,
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 };