Jump to content

Two9A

Premium Members
  • Posts

    181
  • Joined

  • Last visited

Everything posted by Two9A

  1. Yeah, I know about the code comments and stuff; I may get onto that in the near/far/very far future. 1) I actually had a cross-platform way of doing that (it'd compile to DLL or.so depending where you were), can't remember where it was. Please keep in mind that I'm considering splitting gba.dll back into its component parts [arm7, gpu, key, and so forth]. 2) Sure, Qt or GTK (or a wrapper like wx) would be no trouble at all; you could finish that off in about 3 minutes, I'd guess 3) The graphics right now is WinGDI. I've tried to format it so you can replace the GDI-blits with SDL-blits and not have to change all the backend drawing code. Of course, you may have issues with the multiple windows, I dunno. And yeah, it's all in VC7 (the free commandline jobbie). kthx
  2. Yeh. You'd be surprised, actually; it ONLY runs on my box at home, and nowhere else that I've tested. Why this is, I have no clue; if someone wants to help debug that, I'll be more than happy.
  3. Evening, It'd be fantastic if you could port the emu to Linux; the only problem would be if you can understand the mess that is my bunch of code. Do get back to me, it'd be great to expand this.
  4. Ah, ok. That's too far in the future for me to even contemplate methods of emulation right now, though; you don't mind if I pay more attention to graphics and sound?
  5. And you'd be right in that. Some people are speculating on how the DS renders the 3D information in memory, but they're getting poor results. It's wise to hold back on trying anything like that. Do tell. I've not heard the story of the PalmOS emu before.
  6. I'll be honest with you. The emulator isn't gonna be incorporating DS features for a while yet; it's difficult enough getting small portions of the GBA emulated. As of right now, "DS"emu is maybe 25% of the way to being a GBA emu. Of course, the DS is something else entirely. The CPU in the GBA can be emulated fairly simply (if with billions of bugs); the DS' ARM9 is beyond me right now. So don't wait up for a working DS emulator from me; there'll be more talented people working on it already.
×
×
  • Create New...