MAME
Find a file
Aaron Giles b67fd48c9f Winmain cleanup:
* created dynamic_bind<> template class to handle dynamically binding to
    optionally-supported functions
 * wrapped stack walking code in a class
 * wrapped symbol lookup code in a class
 * added support for parsing objdump-produced symbol dumps which include
    non-global functions for much better stack dumps and profiling in gcc builds

Also: modified makefile for win32 targets to automatically run objdump and
produce a .sym file if SYMBOLS is enabled.
2010-07-02 03:49:56 +00:00
docs Changed behavior of -watchdog option to act like a real watchdog. It now 2009-12-24 02:52:17 +00:00
src Winmain cleanup: 2010-07-02 03:49:56 +00:00
.gitattributes Split mame.c into mame.c and machine.c, the latter containing the 2010-06-30 03:46:21 +00:00
makefile Winmain cleanup: 2010-07-02 03:49:56 +00:00