Thank you, that is just what we needed! ... _________________________________________________________________ Add photos to your e-mail with MSN 8. Get 2...
... I haven't tested it, but I would assume it's possible. The emulator is probably using a line-based renderer instead of a (slow) pixel-based one, so you...
... i wouldnt bet on that... imagine how the display controller works and how much memory (ie registers) access it had to do if every register-change would...
i've been looking at various gba.h files and have a question about setting up memory locations. I've notived 3 main ways people are doing this.... #define...
PurpleDecay@...
Jan 1, 2003 10:15 pm
13599
... up ... Using this method you have an integer which still needs to be casted to a pointer, so if you want to change color entry 0 to white, you'd do: ...
Jan-Lieuwe Koopmans
jan-lieuwe@...
Jan 1, 2003 10:36 pm
13600
#define OBJPaletteMem ((volatile u16 *)0x5000200) Is fastest and proper. If you don't declare it volatile, the compiler may optimize out references to the...
Mike Schwartz
mykes@...
Jan 1, 2003 10:49 pm
13601
Happy new year. This is a project I have always want to do, which is a Enhanced MB cable capable of downloading MultiBoot code to GBA without a computer. This...
... It is possible. Read on... ... Even on the NES, where some of the games do some real nasty raster tricks with the background and the emulators try to keep...
Interesting..is the device capable of sending the data from flash to the gba on powerup? If so I'd like to try it out. ... [30kb code cropped by mod to save...
... while that statement is true for some cisc-cpus, it doesnt apply to most (if not all) risc cpus.... ie, risc-cpus always do memory access indirect anyway ...
That is exactly the purpose of the device. It seems there are still some little bugs in the program, the device has to reset several times before GBA will...
Has anyone seen a copy of the Premier Press Programming the Gameboy Advance book yet (http://www.amazon.co.uk/exec/obidos/isbn=1931841780)? Can anyone ...
I was the author of that book. Unfortunately my progress on it was too slow (missed too many deadlines) and they have pulled it from me and given it to ...
Yet your name is still on the cover...If you look at the close up image of the cover, its there. Does the book cover devkits used today, like Devkit Advance,...
well at least this time round it's true http://www.nintendo.com/news/news_articles.jsp?articleID=7901 recased gba with frontlit screen & lithium ion battery...
That's really unfortunate, John. I was looking forward to that book... ... So, do you keep rights to what you wrote, or did you sign them over to the...
The book cover has been up there since the Summer as a book forthcoming. This decision was made in just the past week and I'm sure that Premier simply hasn't...
Under the terms of the contract, the materials do belong to the publisher and work will continue on the book--just with an author they have more confidence in...
http://www.ncsx.com is importing them for a reasonably inflated 130$. I've purchased many items off them before, not only is the shipping decent, but there is...
I'm creating a tetris game that uses a 180 entry array of ints to represent a 10 x 18 play area. I'm experiencing a bug where this array is being filled with...
So now that Nintendo has announced the GBA SP, and thus making the rumor of the GBA + come true, what about the CPU upgrade? Haven't seen anything supporting...
rsavage@...
Jan 8, 2003 6:12 pm
13618
Q: Are there any hardware differences? A: The GBA SP has exactly the same technical specifications as the GBA. The packaging and form factor are different,...
Aaron Pendley
aaron@...
Jan 8, 2003 6:39 pm
13619
Am I the only one that's worried about how uncomfortable it looks like it'll be to play. the bit you hold is pretty much square and the d-pad and a/b buttons...
Sprites can ONLY be downloaded to OAMRAM in the vblank... you could enable the forceblank bit in the display till the sprites are downloaded. This though is...
I heard that the flash cards won't be working on the SP. I don't know how much of this is true, but maybe someone else can confirm this ? ... Van: Aaron...
Scorpion
fuh_q@...
Jan 9, 2003 1:38 am
13622
Where did you get the specs from? I remember reading that the GBA + (GBA SP) would get a hardware upgrade (possibly) but I really thought that was a rumor....
rsavage@...
Jan 9, 2003 1:38 am
13623
... Yeah, aside from the vbl, codewave's sound lib uses timer0 or timer1 or both, and DMA1. It's updater must be called somewhere in the vbl. I'm also using...
... If that's actually true, then how will a publisher be able to QA test games on the SP? -- Damian p.s. the SP should have had select and start next to B and...