All public logs

From SNESdev Wiki
Jump to navigationJump to search

Combined display of all available logs of SNESdev Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 20:40, 28 May 2022 NovaSquirrel talk contribs created page DMA examples (Created page with "This page provides examples on how to use DMA registers to do fast copies on the SNES. These examples use the following defines to make the code clearer: <pre> ; Registers Also known as... DMAMODE = $4300 ; DMAPn DMAPPUREG = $4301 ; BBADn DMAADDR = $4302 ; A1TnL DMAADDRHI = $4303 ; A1TnH DMAADDRBANK = $4304 ; A1Bn DMALEN = $4305 ; DASnL DMALENHI = $4306 ; DASnH ; Configuration for $43n0 ; OR these together to get the desired e...")