Skip to content

Commit d838649

Browse files
committed
Fix incorrect documentation of HDMA5 busy bit
https://gbdev.io/pandocs/#confirming-if-the-dma-transfer-is-active
1 parent 73fbc72 commit d838649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hardware.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ HDMA5F_MODE_GP EQU %00000000 ; General Purpose DMA (W)
601601
HDMA5F_MODE_HBL EQU %10000000 ; HBlank DMA (W)
602602

603603
; -- 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)
604+
HDMA5F_BUSY EQU %10000000 ; 0=Busy (DMA still in progress), 1=Transfer complete (R)
605605

606606

607607
; --

0 commit comments

Comments
 (0)