Skip to content

Commit ccaaaf7

Browse files
authored
Note how many bytes GDMA can transfer in a single VBlank (#569)
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.
1 parent f3d2a9b commit ccaaaf7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/CGB_Registers.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ Purpose or HBlank DMA, that's because there are always 2 bytes
117117
transferred per microsecond (even if the itself program runs it Normal
118118
Speed Mode).
119119

120+
This allows for a transfer of 2280 bytes during VBlank, which is up to 142.5 tiles.
121+
120122
### VRAM Banks
121123

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

0 commit comments

Comments
 (0)