mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
Add a useful comment to DSP.cpp
This commit is contained in:
parent
0811311604
commit
512cae69f8
1 changed files with 2 additions and 0 deletions
|
@ -718,6 +718,8 @@ void Do_ARAM_DMA()
|
||||||
{
|
{
|
||||||
while (g_arDMA.Cnt.count)
|
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)
|
if ((g_ARAM_Info.Hex & 0xf) == 3)
|
||||||
{
|
{
|
||||||
Memory::Write_U64_Swap(*(u64*)&g_ARAM.ptr[g_arDMA.ARAddr & g_ARAM.mask], g_arDMA.MMAddr);
|
Memory::Write_U64_Swap(*(u64*)&g_ARAM.ptr[g_arDMA.ARAddr & g_ARAM.mask], g_arDMA.MMAddr);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue