-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debug in mame Help #75
Comments
Hey aren’t you going to respond to me? |
So, Like many other folks working on pet projects, I don't have an infinite amount of spare time to allocate on ngdevkit. You have to understand and respect that. I allocate my time on this project based on how I think I can provide a meaningful contribution. Now back to the two different things you're asking in this single issue. In ngdevkit I provided a modified gngeo with added support for source-level debugging via GDB. That was on purpose, because I know no other emulator that does that. The closest that I can think of is Mame, which provides assembly-level debugging capabilities. I have no idea how to use them though. As for the jingle, there have been various discussions already in #11 #14 #22 to show how the ROM compilation can be tweaked to generate a ROM that will boot without of without eye catcher. The outcome of those discussions is gathered in ngdevkit-examples. This is the only source of documentation that is currently provided by this project. I can understand that you need more, but that is currently the only available material that you will find here. Other forums on the internet most likely hve the info you're looking for. I won't spend more time answering open questions like these because I think it's pointless. Nor will I explain my standpoint anymore. I'm kindly asking you to do more personal work prior to posting here, be more polite and very specific in what you're asking, and stop expecting immediate answers to all of your questions. I'm closing this issue now as it's too generic to get any meaningful answer. |
Hey yall, so anyways I want to debug my programs in other emulators that are not gngeo. so here is the question how do i get that running. i also need help on whenever i run the rom in a emulator it doesn't play the eyecatcher bootup jingle so how do i implement that into the program?
The text was updated successfully, but these errors were encountered: