You are not logged in.

Read the FAQ and Knowledge Base before posting.
We won't make a 3DS/2DS emulator.



#1 2013-10-22 17:13:05

Blue Shelly
Member
Registered: 2013-10-22
Posts: 5

FW Writing

In this part of mc.cpp:

case FW_CMD_PAGEWRITE:
                    if(mc->addr < mc->size)
                    {

I do believe that this is wrong:

mc->data[mc->addr] = data;

Though I am no expert; I seem to be getting better results when using this instead:

mc->data[mc->addr + 0x3FF00] = data;

Can anyone confirm this?

Offline

Board footer

Powered by FluxBB