Replies: 2 comments 2 replies
-
|
If you look at https://github.com/alpine9000/engine9000-public/blob/main/e9k-debugger/tests/neogeo/stepping this is a very basic example project for source level debugging. This uses neosdconv which is not part of the debugger release. If you don't want to (or can't) create a .neo file - you can alternatively use --rom-folder which should load a MAME style rom folder. Because however the debugger doesn't consume MAME style XML definitions, the naming of roms must be such that the debugger can guess each rom type correctly. ./e9k-debugger --neogeo --source-dir=./tests/neogeo/stepping --elf=./tests/neogeo/stepping/build/rom.elf --rom=./tests/neogeo/stepping/build/stepping.neo See if this is any help, otherwise I can assist with a more complex example. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Just found this project. Looking really cool.
I'm just in the starting phase of setting up my Neo Geo devkit system. But I haven't figured out all the kinks yet.
Is there some example project you have set up which could show me the commands that does a compilation and then starts up e9k and loads it (together with the BIOS & whatnot).
Beta Was this translation helpful? Give feedback.
All reactions