Search the web
Sign In
New User? Sign Up
gbadev
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 14367 - 14396 of 15019   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date v
14396
... interisting how you can sell something that you have to give back to nintendo after use.... care to explain? :o) gpz...
Groepaz
groepaz2000
Offline Send Email
Jul 1, 2003
12:59 pm
14395
... Watch out for being flamed :) He used CAPS! Developers I know of don't use those carts. Publishers do. Well, that's my experience. Jan-Lieuwe...
Jan-Lieuwe Koopmans
jan-lieuwe@...
Send Email
Jul 1, 2003
1:30 am
14394
... So the GBA carts aren't the kind where you can move a resistor and write to them with a Visoly Flash Advance linker, right? -- Damian...
Damian Yerrick
yerricde
Offline Send Email
Jul 1, 2003
12:20 am
14393
Here is what I have . official Nintendo eprom carts for GBA (yes also SP) . official Nintendo eprom carts for GBC They *DO REQUIRE* official Nintendo...
nru
twkatx@...
Send Email
Jun 30, 2003
1:27 pm
14392
Hi Pete Not sure if this is what you're after. It's a technique I used to get the start of the heap on the PSX. You can assign values to variables from a link...
nal@...
lordBosh
Offline Send Email
Jun 30, 2003
7:38 am
14391
... to program my robot via the serial port. Will this suit my needs? In order to debug serial port code, you may want to get a UART cable. There's one built...
Damian Yerrick
yerricde
Offline Send Email
Jun 30, 2003
3:52 am
14390
Hi I'm planning on buying a 64Mb flash2advance bundle pack with a USB linker from success compu. I want to develop code using goldroad and load it into the...
Justin Grimm
grimmj1
Offline Send Email
Jun 30, 2003
3:07 am
14389
From: "James Daniels" <james.daniels@...> ... [...snerp...] what you want is the .req (register equate) directive. fubar .req r2 mov fubar, #0 ...
matthew conte
whatwouldbig...
Offline Send Email
Jun 30, 2003
2:42 am
14388
Hi all, How do I tell "as" that a certain symbol represents a register? So, for example, if "fubar" was set to be equivalent to "r2" then this.. mov fubar,#0 ...
James Daniels
j_r_daniels
Offline Send Email
Jun 30, 2003
12:56 am
14387
... Which card is it? The 256Mb F2A cart uses two interleaved Intel i28F128J3A flash roms, just like the old Visoly 256Mb FA Turbo. It works as-is with mb...
Steven Fuller
relnev@...
Send Email
Jun 30, 2003
12:55 am
14386
... That's true, but it's only for demos really so I'm not too fussed. The overall objective is to have a way to jump from USER mode to FIQ mode, preferably...
Pete
dooby@...
Send Email
Jun 27, 2003
1:30 pm
14385
... Dangerous. If these "magic SWIs" you speak of are what I think they are (words in the range [0x02000000:0x03ffffff] that happen to follow the SWI dispatch...
Damian Yerrick
yerricde
Offline Send Email
Jun 27, 2003
12:45 pm
14384
Hi all, I want to implement either a Multiboot image or ROM (or preferably, an easy switch between the two) which handles one or more of the 'magic' SWIs which...
Pete
dooby@...
Send Email
Jun 26, 2003
12:25 am
14383
Hi all, I know it's been done before but it's been ages since I released anything, so here's a snapshot of something I'm working on. It's a rotating ...
Pete
dooby@...
Send Email
Jun 26, 2003
12:25 am
14382
Officiall comments by Alex Kampl / Lik Sang Intl. I hope with the following Information I am able to give you a little insight into the recent happenings and...
Lik-Sang
simongba
Offline Send Email
Jun 21, 2003
2:35 pm
14381
... embedded security == not user writeable ROM cartridge. i am personally waiting for cd-r beeing declared illegal :=P gpz...
Groepaz
groepaz2000
Offline Send Email
Jun 20, 2003
9:24 pm
14380
Will the multiboot cable still be available? Luckly for the hard core home brew person there are already plans for flash carts for the agb. As long as the...
Daniel
webmaster@...
Send Email
Jun 20, 2003
9:23 pm
14379
I would like to know what this 'embedded security' is? I'm sure the entire case was dependant upon this so called 'embedded security'. As we all know the GB/C...
TJ
treyjazz2k2
Offline Send Email
Jun 20, 2003
11:44 am
14378
Hi, I just came accross that news about the case opposing Nintendo to LikSang. I thought it might be of interest... So I guess people have to rush to FLinker ...
Samuel Watson
aardvark_03
Offline Send Email
Jun 19, 2003
7:47 pm
14377
Hi me, ... I just managed to find out the answer to the question on my own. It's Rs. Still, it might be a useful optimisation technique so hopefully you'll...
James Daniels
j_r_daniels
Offline Send Email
Jun 18, 2003
11:47 pm
14376
Hi folks, The ARM docs say that multiply takes 1+m cycles to execute, where m is: + 1 if bits 32-8 of the multiplier operand are all zero or one + 2 if bits...
James Daniels
j_r_daniels
Offline Send Email
Jun 18, 2003
11:02 pm
14375
1) bl does this : lr = pc (r14 = r15) pc = target 2) You can't. If you haven't saved lr by the time you do a second "bl", the return address is lost forever. ...
Jonathan Perret
jonathan.perret@...
Send Email
Jun 18, 2003
3:20 pm
14374
'BL' Puts the PC into r14 before jumping to the new address. If you want to nest them then you must move r14 in to a temporary register or on to a stack. ... ...
Martin Piper
fnagaton
Offline Send Email
Jun 18, 2003
3:11 pm
14373
2 Questions: 1) What registers are affected by using " bl" ? 2)How many times can I nest "BL" before I have problems? i.e. code bl there ;brach to sub...
Daniel
webmaster@...
Send Email
Jun 18, 2003
2:59 pm
14372
I don't think there are any tools for Mac. Maybe it would work to use Virtual PC, etc to use one of the Windows/DOS send tools? ... From: Mark Bishop To:...
TJ
treyjazz2k2
Offline Send Email
Jun 16, 2003
6:02 pm
14371
Just a quick query; are there any USB linkers which have Mac OS X compatible software? If so, which? Does anybody have any recommendations? Also, does anybody...
Mark Bishop
sealFin@...
Send Email
Jun 16, 2003
4:32 pm
14370
In DKA5 beta 3, if you load a .elf file and try to step through the startup code using the disassembler, VisualBoy Advance crashes. There appears to be an...
Jason Wilkins
fenix@...
Send Email
Jun 16, 2003
8:22 am
14369
hiya quick question: is it safe to call a swi in interrupt handler (that is - swi within a swi :) or this can lead to crash/locking condition? ph0x...
Peter Moraliyski
moraliyski
Offline Send Email
Jun 14, 2003
9:01 pm
14368
... Once I've built a ROM image with PogoShell's tools, I write it to my Visoly Flash Advance 256 Mbit cart by inserting the cart into the GBA, connecting the...
Damian Yerrick
yerricde
Offline Send Email
Jun 14, 2003
8:32 am
14367
?= Date: Fri, 13 Jun 2003 21:47:51 +0100 User-Agent: KMail/1.5.9 References: <ba39s4+ba34@eGroups.com> <1055469667.8630.12.camel@tower>...
Tom Badran
tb100badran
Offline Send Email
Jun 14, 2003
12:40 am
Messages 14367 - 14396 of 15019   Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help