Hi, i have some questions Were I can find 1. Docs, soft, SDK for GBA? 2. Updated WWW GBA sites? 3. Big N's engeeners, that make GBA like (_|_) ... And also,...
In case anyone missed them, there are two sets of GBA game screenshots up at pocket.ign.com- so for those who have yet to see its graphical prowess in action,...
... More info is coming very soon. As the official dev docs ARE copyrighted and protected and all that stuff of Nintendo, It would be awfully foolhardy to ...
Could someone please share with us the following information about GBA. At the very least I would really like to know the top 3. Thanks. 1. How much Ram the...
Well, I thing they are ok, but they are still playing around with the hardware, so the one I have will not be the final version ... Von: Joshua Meeds...
Hi, Sorry to be OT (On-Topic) but I just want to confirm my calculations with people. I have calculated that H-Blank takes 272 cycles and V-Blank takes 83799...
... The connector IS definately the same 32-pin one found in the GBC. Though to access the 32MB (read BYTES) or cart space, it multiplexes the address and ...
... just a addition to your statement: the GBA use same cartridge connector as the GB/GBC. but with some anti-piracy chip that mirrors the memory banks or...
Hi, Do any of you have TS2 boards yet? Can you confirm whether the new 256K external WRAM has a 8-bit or 16-bit bus connection? Cheers! Matt J. Davies ...
Hi, Thinking about it, DMA must run in parallel because of the DmaWait() and DmaStop() macros that are defined in AgbMacros.h. But that still doesn't change...
Not really. You mean the old DMA of the B/W gameboy. On the GBC it stops the CPU for sure. Chris Gameboy Lead Programmer Software2000 ... Von: Giovanni Bajo...
Hi, I cannot figure it out. Does DMA transfers run asynchronously with the CPU or not? I mean, when a DMA transfer is intiated does the CPU wait until its ...
Hi, I want to do this: ldr r0,#address This line is in a routine that gets relocated into WRAM so I cannot use the usual method of: ldr r0,=address which, as...
Do any of you guys have an ICQ # ? Mine is 78711743. Feel free to say hello! It be good for developers to be in contact so we can help each other. Matt J....
Hi, Please take a look at this code and tell why the following code doesn't clear 1792 bytes (or 448 words) at _IRQTable. What happens is that it copies from...
Hi, Where can I get them? They are nowhere on www.warioworld.com <http://www.warioworld.com> . The simple game demo that you can dowload uses constant values...
Hi, Has anyone managed to install the IS-CGB-EMULATOR drivers on Windows 2000? I keep getting a messagebox saying: The specified location does not contain...
Same questions here ... from a GBA emu/dbg point of view :) For the moment I'm doing the DMA transfer directly after setting bit 31 of the DM3CNT register ... ...
Hi evry1! I just took a look at the dma code in both the simple.bin and the isagbcad.com files. There, i have found that simple.bin writes three words to the...
Hi, To calculate what the rotation registers should contain, you need to find the cosine and sine of the angle of rotation. Infact, this is exactly what ...