View Single Post
Old July 16th, 2008   #367 (permalink)
shashClp
Emu author
 
shashClp's Avatar
 
Join Date: Sep 2006
Location: VisualC
Posts: 1,055
Quote:
Originally Posted by NHervé View Post
I found an interesting thing with Rayman DS : this game uses DMAs in Repeat mode, and DeSmuME doesn't seem to support this feature. I'll try to implement it, maybe it's the cause of the vertices with zero-coords, data overwriting and a lot of other strange memory operations.
Afaik, it's supported. Source code reference (line 2838-2839):

Code:
if(!(MMU.DMACrt[proc][num]&(1<<25)))
        MMU.DMAStartTime[proc][num] = 0;
__________________
Emulator development blog
shashClp is offline   Reply With Quote