Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add a useful comment to DSP.cpp
  • Loading branch information
Sonicadvance1 committed Dec 17, 2012
1 parent 0811311 commit 512cae6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Core/Core/Src/HW/DSP.cpp
Expand Up @@ -718,6 +718,8 @@ void Do_ARAM_DMA()
{
while (g_arDMA.Cnt.count)
{
// These are logically seperated in code to show that a memory map has been set up
// See below in the write section for more information
if ((g_ARAM_Info.Hex & 0xf) == 3)
{
Memory::Write_U64_Swap(*(u64*)&g_ARAM.ptr[g_arDMA.ARAddr & g_ARAM.mask], g_arDMA.MMAddr);
Expand Down

0 comments on commit 512cae6

Please sign in to comment.