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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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
Programming flash inside of GBA   Message List  
Reply | Forward Message #14186 of 15019 |
Programming flash inside of GBA

When I store data to a cart address does this infact cause the agb to write
to the flash cart or is something else required? (Intel Strata Flash)

i.e. assuming flash block cleared..

mov r0,#0xff ;data to store
mov r1,#0x40 ;Byte write command
mov r2,#0x08000000 ;cart start address
strh r1,[r2] ;write 1/2 word command
strh r0,[r2] ;write data to flash





Fri May 2, 2003 2:43 pm

webmaster@...
Send Email Send Email

Forward
Message #14186 of 15019 |
Expand Messages Author Sort by Date

How do you write to the flash cart from the GBA? I have tried to write my flash cart with the MBV2 cable. Just incase it was just my flash cart, I tried a...
Daniel
webmaster@...
Send Email
Apr 29, 2003
8:21 am

... The flash cart code in mb.exe can only write to Visoly compatible carts such as Flash2Advance. It probably won't work with XG-Flash, Xport, or homemade...
Damian Yerrick
yerricde
Offline Send Email
Apr 29, 2003
8:26 pm

When I store data to a cart address does this infact cause the agb to write to the flash cart or is something else required? (Intel Strata Flash) i.e....
Daniel
webmaster@...
Send Email
May 2, 2003
2:44 pm
Advanced

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