MAME source-debugging preview
Build Instructions
You will find it easier to simply install the pre-built binaries. But if you prefer to build your own, here's how.
- Go to https://github.com/dave-br/mame-source-debugging-preview.
MAME and lwtools each appear as its own submodule, linked to my corresponding unofficial, modified fork.
- Note that official lwtools is controlled via Mercurial, not Git, so my "fork" of lwtools is a GitHub repo containing my modified Mercurial clone.
- Clone the submodule of the binary you wish to build, and build it how you would normally build that component.
- For instructions on building MAME, visit https://github.com/mamedev/mame/
- For instructions on building lwtools, visit http://www.lwtools.ca/
Other Pages
Quick Start Guide (installation and usage introduction)
Limitations (baby steps)
Full source-level debugging docs for MAME (Full MAME docs built with additional topics on source-level debugging)
Build Instructions (you are here)
Discussions (Questions, bugs, etc.)