We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73fbc72 commit d838649Copy full SHA for d838649
hardware.inc
@@ -601,7 +601,7 @@ HDMA5F_MODE_GP EQU %00000000 ; General Purpose DMA (W)
601
HDMA5F_MODE_HBL EQU %10000000 ; HBlank DMA (W)
602
603
; -- Once DMA has started, use HDMA5F_BUSY to check when the transfer is complete
604
-HDMA5F_BUSY EQU %10000000 ; 0=DMA complete, 1=Busy (DMA still in progress) (R)
+HDMA5F_BUSY EQU %10000000 ; 0=Busy (DMA still in progress), 1=Transfer complete (R)
605
606
607
; --
0 commit comments