gba/book/src-bak/00-video-index.md

10 lines
420 B
Markdown
Raw Normal View History

2018-12-09 04:57:38 +11:00
# Video
2018-12-16 15:58:56 +11:00
GBA Video starts with an IO register called the "Display Control Register", and
then spirals out from there. You generally have to use Palette RAM (PALRAM),
Video RAM (VRAM), Object Attribute Memory (OAM), as well as any number of other
IO registers.
They all have to work together just right, and there's a lot going on when you
first try doing it, so try to take it very slowly as you're learning each step.