Skip to content

Commit

Permalink
Fix range of CGB pal regs in mem map (#498)
Browse files Browse the repository at this point in the history
The indicated range is only of the BG pal regs, so add the OBJ pal regs too.
  • Loading branch information
zlago authored Jul 24, 2023
1 parent 7116a28 commit 607652b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Memory_Map.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ $FF40 | $FF4B | DMG | LCD [Control](<#FF40 — LCDC: LCD control>
$FF4F | | CGB | [VRAM Bank Select](<#FF4F — VBK (CGB Mode only): VRAM bank>)
$FF50 | | DMG | Set to non-zero to disable boot ROM
$FF51 | $FF55 | CGB | [VRAM DMA](<#LCD VRAM DMA Transfers>)
$FF68 | $FF69 | CGB | [BG / OBJ Palettes](<#LCD Color Palettes (CGB only)>)
$FF68 | $FF6B | CGB | [BG / OBJ Palettes](<#LCD Color Palettes (CGB only)>)
$FF70 | | CGB | [WRAM Bank Select](<#FF70 — SVBK (CGB Mode only): WRAM bank>)

## FEA0-FEFF range
Expand Down

0 comments on commit 607652b

Please sign in to comment.