God Ginrai
Godmaster
interesting....
Probably all you need to do is find some larger-capacity RAM chips rated for 133 Mhz with the same pinout and you are basically set. It just won't be very easy to replace the old 32MB ones. May as well get RAM rated for 166 Mhz or higher to aid overclocking since 200 MHz CPU clock = 100 MHz RAM clock, 266 MHz CPU clock = 133 MHz RAM clock .. etc. Might help you break 300 Mhz easier.
*sigh* THE GP2X HAS ONLY ONE PROCESSOR. This processor has two cores, that´s why its called a dualcore processor!I seriously doubt it, but what about a memory mod for the second processor?
I don't know if it's possible, practical or even helpful, just an idea.
Actually the shared RAM is the only way both cores can communicate under linux, so giving them separate memory chips would be a very stupid idea.
I've manually altered the MMU tables, and can get full speed access to the whole 64MB. The emu I was playing with increased by about 3 fps too by doing so
I didn´t say it is impossible, but you´d need to transfer all the code from the shared section to the dedicated section of the memory. Wouldn´t that be rather slow ? Better to increase the whole memory....?Actually the shared RAM is the only way both cores can communicate under linux, so giving them separate memory chips would be a very stupid idea.
Actually, you can provide each processor with a mixture of it's own dedicated ram and shared ram. GPH decided to only use shared ram however. If you gave the 940 it's own dedicated ram, it would increase performance of that processor by a significant amount, as it's only held back due to the fact that both processors are fighting for the a/d bus at the same time.
Before someone asks how you upload code to the second processor when it has dedicated ram, you would upload it to the shared memory, and then the 940 would copy that code to it's own ram before execution (kinda how GBA games copy code from 16-bit rom to 32-bit wram for faster execution).
Once it is in the dedicated memory, it would run much faster though. On a PC video card, sending things to and from the card is quite slow, but the video card is so good at what it does, the time saved there makes up for it. Same idea here.I didn´t say it is impossible, but you´d need to transfer all the code from the shared section to the dedicated section of the memory. Wouldn´t that be rather slow ? Better to increase the whole memory....?
*sigh* THE GP2X HAS ONLY ONE PROCESSOR. This processor has two cores, that´s why its called a dualcore processor!I seriously doubt it, but what about a memory mod for the second processor?
I don't know if it's possible, practical or even helpful, just an idea.
Actually the shared RAM is the only way both cores can communicate under linux, so giving them separate memory chips would be a very stupid idea.
*sigh* THE GP2X HAS ONLY ONE PROCESSOR. This processor has two cores, that´s why its called a dualcore processor!I seriously doubt it, but what about a memory mod for the second processor?
I don't know if it's possible, practical or even helpful, just an idea.
Actually the shared RAM is the only way both cores can communicate under linux, so giving them separate memory chips would be a very stupid idea.
Wrong. The MMSP2 is a System-on-a-Chip with 2 independent ARM9 processors, although the 940T's functionality is limited when not 'baby-sat' by the 920T.
It looks like that could gain us an appreciable speed boost for Dual-Core type things.I seriously doubt it, but what about a memory mod for the second processor?
I don't know if it's possible, practical or even helpful, just an idea.
It is Squidge's way of re-ordering the Linux caches in the shared memory so that the main processor sees all 64MB and it makes it all the same speed to access (unlike the way it is now, with the upper 32MB being cached for the Co-Proc, and being slower to access because of it).'MMU hack'? What is this?