Skip to content

Commit a1703aa

Browse files
authored
Added FF46 in the memory map io range table (#639)
* Added FF46 in the memory map io range table This is previously categorized under $FF40 -> $FF4B as LCD registers which is not correct. Pulled it out so it is more obvious. * Sort start column
1 parent 7985bbd commit a1703aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Memory_Map.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ $FF0F | | DMG | [Interrupts](<#FF0F — IF: Interrupt flag>
3030
$FF10 | $FF26 | DMG | [Audio](<#Audio Registers>)
3131
$FF30 | $FF3F | DMG | [Wave pattern](<#FF30–FF3F — Wave pattern RAM>)
3232
$FF40 | $FF4B | DMG | LCD [Control](<#FF40 — LCDC: LCD control>), [Status](<#FF41 — STAT: LCD status>), [Position, Scrolling](<#LCD Position and Scrolling>), and [Palettes](<#Palettes>)
33+
$FF46 | | DMG | [OAM DMA transfer](<#OAM DMA Transfer>)
3334
$FF4C | $FF4D | CGB | [KEY0](<#FF4C — KEY0/SYS (CGB Mode only): CPU mode select>) and [KEY1](<#FF4D — KEY1/SPD (CGB Mode only): Prepare speed switch>)
3435
$FF4F | | CGB | [VRAM Bank Select](<#FF4F — VBK (CGB Mode only): VRAM bank>)
3536
$FF50 | | DMG | [Boot ROM mapping control](<#Power-Up Sequence>)

0 commit comments

Comments
 (0)