Jump to content

MeGaBiTe1

Members+
  • Posts

    22
  • Joined

  • Last visited

Everything posted by MeGaBiTe1

  1. What is a free tool I can use to run ther makefile to compile DSemu? Everything I try brings up errors with the makefile like: What are ya'll using to compile that works?
  2. I don't think he uses Visual C++ 6 to code DSEmu
  3. You can just cd to the directory with the DSemu makefile and issue the nmake command.
  4. It comes with a makefile, so use that. I use nmake (which came with MS Visual C++, I believe) for the makefile, but you could also use a port of GNU make or numerous other programs.
  5. Most emulators are opensource. Visualboy advance is for sure.
  6. If he has, I don't think it's been released publicly. I tried using a Win32 port of GNU make, but I get the same issue. I guess I'll get a hold of VC7. nmake actually isn't an IDE, it's a command line tool that comes with Microsoft Visual C++ 6.0
  7. You can use Darkfader'sndstool to extract and mike260's model viewer to look at the game models. I think he may. From his website: I read on gbadev that someone has offered to send him a copy of Mario DS.
  8. Emulator version: dsemu-0.0.1d System: WinXP Home The binary of the emulator that comes in the package works fine for me. It's just that when I run the makefile, the executable I get doesn't function corectly. It says Running and New ROM Loaded in the bottom bar, but the frames per/sec tab doesn't load. Then it just stays frozen like this, until I try to close the emulator and it crashes.This happened with every test ROM I tried. I've just been using nmake to compile. Should I use something else?
  9. For some test ROMs the screen is just black, because there are no graphics. The sole purpose of the ROM is to test a particular function. ROMs like testdiv, testadd, testemul, etc. But afire.gba is meant to be a graphical test. I don't know what's up. Do you not see graphics on any test ROMs?
  10. Did you go to the Debug dropdown and hit Run? Only report bugs in this thread, like GryphonKlaw said.
  11. I know. I've seen that. What I'm saying is that the ROM you are running is a FAKE. The only real DS ROM available as of right now is the Metroid demo that DarkFader dumped.
  12. As far as I know a Mario DS ROM does not exist. DarkFader, I believe, is the only dev with a card reader that can dump a ROM (another one is in the works here). Plus, isn't it impossible that DSEmu could emulate a DS game since I don't think any support for the ARM9 has been coded? In short, that is not a real dump of Mario.
  13. The majority of ROMs you test won't work. DSEmu doesn't have support for sprites I don't think, so that rules out a lot of ROMs.
  14. Two9A: Could we have a Changelog included in the zip archive to show what's been updated? That may be tough though, since updates are made in between version releases.
  15. Sorry about that. It was some other ROM that I must have accidentally put in the same folder with dsemu. I was just messing around with dsemu and found that this ROM works. It's not a commercial ROM, so I don't think I'll get in trouble for posting it. Thanks for fixing buffer overflow.
  16. What's the filename? All the ones that come in the DSemu package work for me, except for mnc-smb.gba, which crashes. Is that the one you're talking about? --------------------------------------------------------- This emulator's point is to play DS games. It just hasn't gotten to that stage of development yet, and it doesn't claim to have. We find bugs by seeing how the emulator runs test ROMs that came in the DSemu package. Let's try to keep this thread just involved with bug reporting and assessment.
  17. Thanks GryphonKlaw! Emulator version: dsemu-0.0.1c System: WinXP Home Location: C:\dsemu-0.0.1c This bug sounds pretty stupid, since the likelihood of it becoming a problem is slim, but I'll just start us off. When trying to open a ROM that's name is 48 (including extension) characters long or more, the emulator crashes instantly. I guess this is some kind of buffer overflow.
  18. "A computer bug is an error, flaw, mistake, failure, or fault in a computer program that prevents it from working correctly or produces an incorrect result" Glitches in other words.
  19. I thought it might be a good idea if we pin a thread for users to post bugs in DSemu. It would make Two9A aware of problems so that in the long run they could be tended to. ---------------------- The function of this thread is to help Two9A with the development of DSEmu. Please try to follow these rules when posting bugs. 1.) Please DO NOT post "X game doesn't work!" This emulator is not at a point to play any games yet. 2.) Please READ THE OTHER BUGS POSTED HERE as to avoid posting the same bug more than once. 3.) Please include the location of the emulator on your harddrive. Eg. D:\DSEmu 4.) Please include which version of DSemu you are using. 5.) Please include any pertinent information like what file were you loading. 6.) Please copy and paste the detailed error report you receive from Windows when the emulator crashes. These rules are to streamline the bug reporting process and to keep things nice and neat.
  20. The Metroid ROM is a dump of the demo that comes with the DS by DarkFader and the Super Mario one is a fake. This has been confirmed at the gbadev.org forums.
×
×
  • Create New...