Skip to content

Commit

Permalink
Note how many bytes GDMA can transfer in a single VBlank (#569)
Browse files Browse the repository at this point in the history
Add a note about how much tiles we can transfer during one VBlank.
So people do not have to calculate that from M-cycles -> dots -> nb of dots in VBlank.
  • Loading branch information
daid authored Sep 25, 2024
1 parent f3d2a9b commit ccaaaf7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/CGB_Registers.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ Purpose or HBlank DMA, that's because there are always 2 bytes
transferred per microsecond (even if the itself program runs it Normal
Speed Mode).

This allows for a transfer of 2280 bytes during VBlank, which is up to 142.5 tiles.

### VRAM Banks

The CGB has twice the VRAM of the DMG, but it is banked and either bank
Expand Down

0 comments on commit ccaaaf7

Please sign in to comment.