We've just updated MediaWiki and its underlying software. If anything doesn't look or work quite right, please mention it to us. --RanAS
TmEE's trick
From SnesLab
(Redirected from hvdma)
TmEE's trick is writing to VRAM during hblank (which normally isn't allowed) by enabling fblank, performing the write, and then disabling fblank before hblank ends.
In 2020, 93143 tested this trick in order to transfer 20 bytes of data with HDMA during a single hblank. 9343 then tested this trick using an IRQ instead of HDMA, and was able to transfer 29 bytes per hblank.