You are not logged in.

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

#2 Re: Technical » Arm 9 PC » 2014-04-18 21:56:17

Yes, I have tried View Registers, but cannot find which one the program counter is. What is it called and where is it on the list?

#3 Technical » Arm 9 PC » 2014-04-18 08:23:22

Blue Shelly
Replies: 4

How do I view the arm 9 program counter. I can't find it on View Registers and there is nothing about it in the manual.

#4 Technical » Frame By Frame? » 2013-11-11 16:53:36

Blue Shelly
Replies: 1

How do I run a game frame by frame? Or at least change the speed of the emulator to be 1 FPS.

#5 Technical » FW Writing » 2013-10-22 17:13:05

Blue Shelly
Replies: 0

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?

Board footer

Powered by FluxBB