all repos — mgba @ 5134e39681e4cd9c0241b8d08533ef4d75054171

mGBA Game Boy Advance Emulator

GB IO: Name PCM12/34
Vicki Pfau vi@endrift.com
Wed, 08 Nov 2017 01:09:47 -0800
commit

5134e39681e4cd9c0241b8d08533ef4d75054171

parent

dec7b6902ee871452345ec0284391a7b19029e4a

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

jump to
M include/mgba/internal/gb/io.hinclude/mgba/internal/gb/io.h

@@ -102,8 +102,8 @@ REG_SVBK = 0x70,

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 };
M src/gb/io.csrc/gb/io.c

@@ -101,7 +101,6 @@ [REG_OCPS] = 0x40,

[REG_BCPS] = 0x40, [REG_UNK6C] = 0xFE, [REG_SVBK] = 0xF8, - [REG_UNK75] = 0x8F, [REG_IE] = 0xE0, };