| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cleanups and version bumpmame0150 |  Miodrag Milanovic | 2013-09-17 | 1 | -2/+2 |
| * | Adds a watchpoint debug view. [Andrew Gardner] |  Andrew Gardner | 2013-07-26 | 1 | -3/+4 |
| * | Fixes for building MAME with Visual Studio 2013 preview [smf] |  smf- | 2013-07-05 | 1 | -7/+7 |
| * | QT Debugger: WIP for a new breakpoints window. [Andrew Gardner] |  Andrew Gardner | 2013-06-06 | 1 | -2/+2 |
| * | Cleanups and version bumpmame0148u5 |  Miodrag Milanovic | 2013-05-20 | 1 | -4/+4 |
| * | Adds statesave (ss) & stateload (sl) commands to the debugger. [Andrew Gardner] |  Andrew Gardner | 2013-05-14 | 1 | -12/+51 |
| * | Adds memory tracking to debugger. This includes two new commands: trackmem and |  Andrew Gardner | 2013-05-09 | 1 | -3/+86 |
| * | QT Debugger: Adds trackpc command, allowing for a visual display of where the |  Andrew Gardner | 2013-04-20 | 1 | -0/+44 |
| * | Cleanups and version bumpmame0148u3 |  Miodrag Milanovic | 2013-04-09 | 1 | -1/+1 |
| * | QT Debugger: The memory view chunk size radio now reports proper sizes. |  Andrew Gardner | 2013-04-02 | 1 | -1/+4 |
| * | revision 21548 caused "trace off" to crash with a access violation [smf] |  smf- | 2013-03-16 | 1 | -5/+1 |
| * | Debugger: [Wilbert Pol] |  Wilbert Pol | 2013-03-11 | 1 | -0/+151 |
| * | Added the ability to tracelog to '{game}' (without the quotes); performing a |  Nathan Woods | 2013-03-03 | 1 | -3/+7 |
| * | Fixing natural keyboard debugger commands (input, dumpkbd) |  Nathan Woods | 2013-02-10 | 1 | -0/+52 |
| * | QT Debugger improvements [Andrew Gardner] |  Andrew Gardner | 2013-01-24 | 1 | -2/+8 |
| * | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -61/+61 |
| * | Since nobody checks for NULLs anyway, make |  Aaron Giles | 2012-09-19 | 1 | -2/+2 |
| * | Memory handler normalization, part 2. Change legacy |  Aaron Giles | 2012-09-17 | 1 | -41/+41 |
| * | First pass at modernizing struct definitions. |  Aaron Giles | 2012-09-15 | 1 | -8/+4 |
| * | Converted memory_private to memory_manager and moved global memory |  Aaron Giles | 2012-04-05 | 1 | -1/+1 |
| * | Sync with MESS, including OG's fix for exiting with debugger active (no whats... |  Miodrag Milanovic | 2012-01-26 | 1 | -5/+0 |
| * | Move devices into a proper hierarchy and handle naming |  Aaron Giles | 2012-01-24 | 1 | -31/+47 |
| * | Cleanups and version bumpmame0142u6 |  Angelo Salese | 2011-06-19 | 1 | -7/+7 |
| * | Added image devices support to debugger [Miodrag Milanovic] |  Miodrag Milanovic | 2011-06-08 | 1 | -1/+69 |
| * | Fixed the disassembly of the "mov ax, mem" instructions (opcodes A0- |  Angelo Salese | 2011-05-15 | 1 | -1/+1 |
| * | Switch to using delegates for some callbacks: |  Aaron Giles | 2011-04-27 | 1 | -1/+1 |
| * | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 1 | -18/+18 |
| * | Rename state_manager -> save_manager since the term "state" is overloaded. |  Aaron Giles | 2011-04-20 | 1 | -1/+1 |
| * | Remove redundant item cpu from address_space, in favor of |  Aaron Giles | 2011-03-29 | 1 | -6/+6 |
| * | BIG update. |  Aaron Giles | 2011-03-29 | 1 | -139/+139 |
| * | Created new enum type address_spacenum for specifying an address |  Aaron Giles | 2011-03-27 | 1 | -34/+34 |
| * | Added device_t::memory() to fetch a reference to the memory interface, |  Aaron Giles | 2011-03-27 | 1 | -1/+1 |
| * | Converted core_options to a class. Removed a bunch of marginal |  Aaron Giles | 2011-03-03 | 1 | -2/+2 |
| * | mame_file is now emu_file and is a class. It is required |  Aaron Giles | 2011-02-12 | 1 | -6/+4 |
| * | Cleanups and version bump.mame0141u2 |  Aaron Giles | 2011-02-09 | 1 | -2/+2 |
| * | Moved the state saving system to C++. For now the registration macros |  Aaron Giles | 2011-02-08 | 1 | -1/+1 |
| * | Add basic LOAD function to the debugger to complement the existing SAVE funct... |  Scott Stone | 2011-02-03 | 1 | -0/+55 |
| * | Added a 'changed by' search to the cheat engine [Pugsy] |  Phil Bennett | 2010-12-19 | 1 | -1/+10 |
| * | Fixed debug command symlist (bug #4131) [Robbbert] |  Miodrag Milanovic | 2010-12-12 | 1 | -4/+4 |
| * | Split the screen device into a separate module. |  Aaron Giles | 2010-12-02 | 1 | -2/+2 |
| * | Fix issues with setting condition expressions on break/watchpoints. |  Aaron Giles | 2010-11-08 | 1 | -10/+10 |
| * | Converted the expression engine to C++, did the usual cleanup. |  Aaron Giles | 2010-11-01 | 1 | -61/+57 |
| * | Converted render.c objects into C++ objects. Updated all callers. |  Aaron Giles | 2010-10-13 | 1 | -4/+4 |
| * | Move debug_setup() call to after the device_debug class is created. |  Aaron Giles | 2010-09-06 | 1 | -3/+0 |
| * | Integrated comments into debugcpu.c, and removed debugcmt.c. Modernized |  Aaron Giles | 2010-09-05 | 1 | -5/+4 |
| * | Swap: (astring.len() != 0) -> astring |  Aaron Giles | 2010-08-21 | 1 | -4/+4 |
| * | Remove most of the temporary inline helpers. |  Aaron Giles | 2010-08-19 | 1 | -1/+1 |
| * | Replace "const address_space" with "address_space" throughout the system. |  Aaron Giles | 2010-08-19 | 1 | -13/+13 |
| * | Massive memory system change. This is another step along the path toward |  Aaron Giles | 2010-08-19 | 1 | -37/+37 |
| * | Return to type safety. Changed address maps back into functions that build |  Aaron Giles | 2010-08-01 | 1 | -7/+7 |