all repos — mgba @ 9564a1ab606ffcf28af258cafcb8f7ceff614720

mGBA Game Boy Advance Emulator

GB I/O: Fix PCM12/34 register numbers
Vicki Pfau vi@endrift.com
Tue, 18 Sep 2018 20:50:58 -0700
commit

9564a1ab606ffcf28af258cafcb8f7ceff614720

parent

cf61eb52a40f5258ae6afae6e4acb01650a9d5c9

1 files changed, 3 insertions(+), 3 deletions(-)

jump to
M include/mgba/internal/gb/io.hinclude/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 };