I want to do a GameBoy Advance emulator for WP7 but I'm not sure where to start. Anyone can point me in the right direction? I know there is one for GB, maybe starting there would be a good idea. Any libraries or resources?
Asked
Active
Viewed 1.1k times
1
-
this may help http://stackoverflow.com/questions/448673/how-do-emulators-work-and-how-are-they-written – Lukasz Madon May 05 '12 at 23:18
1 Answers
4
You can download the source for VisualBoyAdvance here: http://sourceforge.net/projects/vba/files/VisualBoyAdvance/1.7.2/
It's one of the most well known and reliable GBA emulators and it's written in C++, so it shouldn't be too hard to port over.

William Martin
- 118
- 9
-
Oh, I didn't mean to imply that it won't be difficult, just that it could be worse. – William Martin May 06 '12 at 00:49