MMIO register table/DMA: Difference between revisions
From SNESdev Wiki
Jump to navigationJump to search
Rainwarrior (talk | contribs) m (slash instead of comma) |
Rainwarrior (talk | contribs) m (reload flag) |
||
Line 45: | Line 45: | ||
| style="text-align: right" | <tt style="white-space: nowrap">RLLL LLLL</tt> | | style="text-align: right" | <tt style="white-space: nowrap">RLLL LLLL</tt> | ||
| RW8 | | RW8 | ||
| HDMA reload (R) and scanline counter (L). | | HDMA reload flag (R) and scanline counter (L). | ||
|- | |- | ||
! [[DMA registers#UNUSEDn|UNUSEDn]] | ! [[DMA registers#UNUSEDn|UNUSEDn]] |
Revision as of 19:23, 24 May 2022
See: MMIO register table
Name | Address | Bits | Type | Notes |
---|---|---|---|---|
DMAPn | $43n0 | DI.A APPP | RW8 | Direction (D), indirect HDMA (I), address increment (A), transfer pattern (P). |
BBADn | $43n1 | AAAA AAAA | RW8 | B-bus address. |
A1TnL A1TnH A1Bn |
$43n2 $43n3 $43n4 |
LLLL LLLL HHHH HHHH BBBB BBBB |
RW24 | DMA source address / HDMA table start address. |
DASnL DASnH DASBn |
$43n5 $43n6 $43n7 |
LLLL LLLL HHHH HHHH BBBB BBBB |
RW24 | DMA byte count (H:L) / HDMA indirect table address (B:H:L). |
A2AnL A2AnH |
$43n8 $43n9 |
LLLL LLLL HHHH HHHH |
RW16 | HDMA table current address within bank (H:L). |
NTRLn | $43nA | RLLL LLLL | RW8 | HDMA reload flag (R) and scanline counter (L). |
UNUSEDn | $43nB $43nF |
DDDD DDDD | RW8 | Unused shared data byte (D). |