#17951 - Darmstadium - Wed Mar 17, 2004 10:30 pm
Whenever I try to use DMA to copy my sprite data into OAM data, it doesn't do what I want it to. I say something like this:
When I try to use DMA to copy anything else but sprites to OAM it works great, but this doesn't work at all.
Thanks in advance for your help
Code: |
REG_DM3SAD = (u32)redmarker_Bitmap; REG_DM3DAD = (u32)OAMData[512]; REG_DM3CNT = 256 | DMA_ENABLE | DMA_TIMEING_IMMEDIATE | DMA_32; |
When I try to use DMA to copy anything else but sprites to OAM it works great, but this doesn't work at all.
Thanks in advance for your help