Skip to content

Commit 607652b

Browse files
authored
Fix range of CGB pal regs in mem map (#498)
The indicated range is only of the BG pal regs, so add the OBJ pal regs too.
1 parent 7116a28 commit 607652b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Memory_Map.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ $FF40 | $FF4B | DMG | LCD [Control](<#FF40 — LCDC: LCD control>
8383
$FF4F | | CGB | [VRAM Bank Select](<#FF4F — VBK (CGB Mode only): VRAM bank>)
8484
$FF50 | | DMG | Set to non-zero to disable boot ROM
8585
$FF51 | $FF55 | CGB | [VRAM DMA](<#LCD VRAM DMA Transfers>)
86-
$FF68 | $FF69 | CGB | [BG / OBJ Palettes](<#LCD Color Palettes (CGB only)>)
86+
$FF68 | $FF6B | CGB | [BG / OBJ Palettes](<#LCD Color Palettes (CGB only)>)
8787
$FF70 | | CGB | [WRAM Bank Select](<#FF70 — SVBK (CGB Mode only): WRAM bank>)
8888

8989
## FEA0-FEFF range

0 commit comments

Comments
 (0)