Discuss Could someone give me a hint? at the Free Toolchain Software - Hackint0sh.org; I want to port an app to the iPhone (Visual Boy Advance) but I have ...
-
Could someone give me a hint?
I want to port an app to the iPhone (Visual Boy Advance) but I have never written a toolchain application. Could someone point me in the right direction by telling me what they would do?
All I'm asking for is a few sentences.
EDIT: Oh and I am asking for how you would go about porting. I don't want you to say:"Well first learn to use the toolchain." Just assume that I already know how to use the toolchain.
-
-
Senior Professional
Array
Considering your aim to for a emulator to be ported, we'll assume the following:
1) You've learned to use the toolchain.
2) You've read some of the emulator's source code enough to divide up the execution engine, the graphics processing engine, the graphics output interface (framebuffer), and the user input interface (control pad).
If I were you, I'd follow that up by making a basic iPhone app that contains a text view, which uses the execution engine to run a basic program and output something as a test case.
Then, once the emulated CPU is ported, add the graphics engine/graphics output to either a bitmap file, or to an array which is periodically drawn to the UIView. The purpose here is to see if you got a emulated CPU connected to the emulated GPU.
Once you have that, fix up the output system so you get live graphics output.
Finally, add basic UI so you can do something more than play the entire intro sequence to Mario Bros.
-
Similar Threads
-
By hackint0sh in forum Latest Headlines
Replies: 0
Last Post: 09-13-2011, 06:10 PM
-
By hackint0sh in forum Latest Headlines
Replies: 0
Last Post: 06-15-2011, 01:30 AM
-
By hackint0sh in forum Latest Headlines
Replies: 0
Last Post: 03-17-2010, 02:10 PM
-
By hackint0sh in forum Latest Headlines
Replies: 0
Last Post: 10-03-2009, 11:10 PM
-
By SpackY2k in forum iPhone "2G" (Rev. 1)
Replies: 32
Last Post: 01-19-2008, 12:31 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks