Hello gbadev community, I'm Javier Otaegui from Buenos Aires, and I've been an asiduous follower of this list for about two years now. I have almost completed...
Hi! I have reverse-engineered the Xinga SMS and written a little library that allows you store data on it. I have also reversed the encryption of the multiboot...
Ulrich Hecht
uli@...
Feb 24, 2004 1:01 pm
14716
This stick stores 8 Mbit? That is 2 mega Bytes right? It comes with a set of tools that let you flash a multiboot image? Does this require me to install ham?...
Daniel
webmaster@...
Feb 24, 2004 4:31 pm
14717
Hi! ... That would be 8 Megahalfnibbles. :) It's 1 MB. Mind that I have only tested the code with a 4 MBit (512 kB) stick. ... Not as such. I have conceived...
Ulrich Hecht
uli@...
Feb 24, 2004 6:09 pm
14718
Can you plug in the thing and program it hot? I imagine with a flash cart you can do all the things you have done. But what if you wanted to say, have a...
I've just ordered a couple of these things, I have some code which may be able to program them directly from a PC without involving a GBA. More when I find out...
Hi! ... Yes. That's exactly what smsflash does. ... I do own a flash cart, but I have not used it during development. All you really need is an MBV2 cable. ......
Ulrich Hecht
uli@...
Feb 24, 2004 9:16 pm
14721
Once again, you rock Uli! Can anyone who's gotten a wholesaler account at success-hk check the bulk price on these things? The 4Mb ones are $8 normally - seems...
Hey I have a sudden use for the meory stick. Through a simple home made cart connector I can make a o-scope and function generator! The stick would be...
Daniel
webmaster@...
Feb 26, 2004 3:40 am
14723
Anyone have a suggestion for a good place to buy one of these xinga sms devices? I have read about some not-so-good places for flash carts so I didnt want to...
well, if you're in the UK I got mine from http://www.gbax.com slightly under 12 hours after ordering them. They do ship worldwide but I'm not sure how the...
I also, am looking for a USA seller that I can count on. OR If there is enough intrest in this group I would be willing to purchase a wholesale lot of the...
Daniel
webmaster@...
Feb 27, 2004 5:05 pm
14726
I was thinking about this as well. Wholesale direct from Xinga is $4 each for the 4Mb or $5.80 for the 8Mb in quantities of 50. I'd take 10 or 15 if somebody...
I will make the purchase if I can get others will buy 30 more. 50-your 10-my 10=30. Anyone else inerested in commiting to buy some? -Daniel ... From: "eli...
Daniel
webmaster@...
Feb 27, 2004 7:43 pm
14728
hi, i'll start with the obligatory, "i'm new to this" bit. i've only been playing around w/ programming the gba for about a month. anyhow, i would like to be...
Yeah, SWI's are locked in the GBA's bios. if you were desperate to make an interrupt, you could use one of the timer interrupts, and set it up so the timer...
True that the bios could change, however, I have dumped the bios from all of the current GBA systems, GBA, GBA-SP, and GB-Player, and they are all 100%...
The GBA normally runs in system mode, so you're free to change CPU modes whenever you want. Just use an mrs or msr (don't remember which is which). What is it...
21 more to go... ... From: "David Welch" <gba@...> To: <gbadev@yahoogroups.com> Sent: Tuesday, March 02, 2004 1:44 PM Subject: Re: [gbadev] Re: memory...
Daniel
webmaster@...
Mar 3, 2004 10:31 am
14734
... Hi, I get the message "Stick init failed" with a 8Mb Memory Stick. Does anybody succeed in using Libstick on 8Mb Memory Stick ? I would appreciate to get a...
Anyone yet? The big N seems awefully unfriendly to non- "professionals". Personally, I think it doesn't matter as long as you could produce a good game. ...
recent updates include binutils 2.15.90, newlib 1.12.0 and finally, a win32 native build of Insight 5.2.1. I've also added the SDL version of Visualboy Advance...
... i needed to generate an interrupt when a certain condition in my program is reached, i wanted to fake an interrupt. what i ended up doing is moving to irq...
Do I need to create a map editer for a rpg game?as I know ,to program a map editer is a very difficult thing. Can I use a map editer that created by others?...