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
14714
Mr Otaegui, I may be able to help you. As a former THQ employee, I still have contacts within that company. Contact me via e-mail (which is...
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...
I was going to start this off by arguing that you should use 32 bit not 16 bit as it should be more efficient on the ARM. If you start off with signed 8 bit...
... uuuwww... no, please dont, this is a common misconception. while this will prevent the clipping, it is still not what you want. what you need to do is a)...
Your samples are clipping, that's what you're hearing. What you have to do is to add the two of them and then create the average. destSample = ( sample1 +...
I'm trying to mix 2 sound samples on the GBA. When I play them individually, they sound great. When I mix them together, a sound is produced, but it's not ...
hi i'm coding using devkit_v4 and C I am having trouble using FRAS with my project. When calling a fras-function somewhere in the code, the linker includes...
j> There seems to be way too long between posting and moderating in this j> group - which brings down the pace incredibly and makes this group j> almost...
I did the same, looked at VBA and got it workin in the emu - but on hardware (XG2 Turbo) the date of month and hours are wrong like this: When date is 16 or...
... I used the source from VBA ( http://sourceforge.net/projects/vba/ ) as a starting point, but it didn't work on hardware, so I got someone to test it on a...
I believe that most people who used to post here went to http://forum.gbadev.org when that started. The format works a lot better than here IMO. Also I'm sure...
There seems to be way too long between posting and moderating in this group - which brings down the pace incredibly and makes this group almost unusuable for...
I'm in the process of figuring out how this works, but it would be much easier if I could find some real documentation. Has anyone opened up either Pokemon or...
Yes I found those too but as I guess you also noticed you can't access the attachments (I guess they're not saved). Anyway, I got the source now. -- Jonas...
Heres the TWO emails that I have in archives with ref to lz77 ... From: Alex Ganea [mailto:alex_toresh@...] Sent: 22 February 2002 16:10 To:...
Chris White
kisyfier@...
Jan 6, 2004 5:46 pm
14692
Someone posted the source for a LZ77UnCompWram() compatible compression routine a while back, but it is unavailable now - any chance of it getting posted...
That might not be entirely true because the BIN data contains less header information than the RAW data. There are 48 bytes of header data in the RAW data...
although, if the reed solomon encoding/decoding process gets figured out, then I am sure a 100% error free raw file can be made from the error free bin file. ...
One important thing that people ought to know is that the RAW data is not 100% error free. If you would scan/dump the same dotcode over and over again, you...
more e-reader info at http://www.alpha-ii.com/caitsith2/ereader the released bin/raw data of the e-reader cards might cause controversy, but at the same time,...
... have ... That will hold only if your data is uncompressed and that you are doing a DMA transfer, I suppose ... Interesting, by implementing this kind of...