Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | general cleanup: | 2017-05-23 | 1 | -1/+1 | |
| | | | | | | | | | | | * move rarely-used output and pty interfaces out of emu.h * consolidate and de-duplicate forward declarations, also remove some obsolete ones * clean up more #include guard macros * scope down a few more things (nw) Everyone, please keep forward declarations for src/emu in src/emu/emufwd.h - this will make it far easier to keep them in sync with declarations than having them scattered through all the other files. | ||||
* | more TRUE/FALSE cleanup (nw) | 2016-10-22 | 1 | -2/+2 | |
| | |||||
* | Cleanup and version bumpmame0175 | 2016-06-29 | 1 | -1/+1 | |
| | |||||
* | Fix build on MSVC thanks to Rene, also fix debug_break crashes | 2016-06-08 | 1 | -2/+1 | |
| | |||||
* | Major refactoring of debugger core [Ryan Holtz] | 2016-06-08 | 1 | -16/+94 | |
| | | | | | | | | * Eliminate globals/file statics * Remove lots of stuff from global scope * Use std::function for custom command registration * Eliminate some trampolines * Build fixes from Vas Crabb and balr0g | ||||
* | put debug_view back in machine due to issues with QT (nw) | 2016-01-12 | 1 | -17/+12 | |
| | |||||
* | Fix linux compile | 2016-01-12 | 1 | -10/+0 | |
| | |||||
* | created debugger_manager, now this one owns debug_view_manager (nw) | 2016-01-12 | 1 | -20/+24 | |
| | |||||
* | simplify (nw) | 2016-01-12 | 1 | -42/+9 | |
| | |||||
* | clang-modernize part 1 (nw) | 2015-12-03 | 1 | -2/+2 | |
| | |||||
* | Some cleanups and init fixes with help of ReSharper C++ (nw) | 2015-11-11 | 1 | -1/+0 | |
| | |||||
* | Rename *.c -> *.cpp in our source (nw) | 2015-11-08 | 1 | -0/+141 | |