| Commit message (Expand) | Author | Age | Files | Lines |
| * | SDL OS/2 fixes [K.O. Myung-Hun] |  R. Belmont | 2011-01-10 | 1 | -1/+1 |
| * | Ok, last major rename for this round: |  Aaron Giles | 2011-01-01 | 3 | -6/+6 |
| * | Add directxor parameter to direct memory accessors. Update all callers |  Aaron Giles | 2010-12-31 | 1 | -13/+14 |
| * | Added a 'changed by' search to the cheat engine [Pugsy] |  Phil Bennett | 2010-12-19 | 2 | -1/+16 |
| * | Fixed debug command symlist (bug #4131) [Robbbert] |  Miodrag Milanovic | 2010-12-12 | 1 | -4/+4 |
| * | Fixed BSD compile [ElBarto] |  R. Belmont | 2010-12-06 | 1 | -1/+3 |
| * | Split the screen device into a separate module. |  Aaron Giles | 2010-12-02 | 2 | -3/+3 |
| * | Cleanup & version bump.mame0140u1 |  Aaron Giles | 2010-11-08 | 5 | -62/+62 |
| * | Fix issues with setting condition expressions on break/watchpoints. |  Aaron Giles | 2010-11-08 | 3 | -25/+31 |
| * | Fix compile error. |  Aaron Giles | 2010-11-03 | 1 | -2/+2 |
| * | OSX compile fix. |  Tomasz Slanina | 2010-11-01 | 1 | -0/+1 |
| * | Converted the expression engine to C++, did the usual cleanup. |  Aaron Giles | 2010-11-01 | 10 | -2071/+1816 |
| * | Create new class osd_interface to house OSD callbacks. Added new |  Aaron Giles | 2010-10-21 | 1 | -16/+17 |
| * | Converted render.c objects into C++ objects. Updated all callers. |  Aaron Giles | 2010-10-13 | 3 | -16/+16 |
| * | Cleanups and version bump.mame0139u3 |  Aaron Giles | 2010-09-19 | 2 | -18/+18 |
| * | 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 | 8 | -575/+418 |
| * | Whoops, one more reference.... |  Aaron Giles | 2010-09-04 | 1 | -4/+3 |
| * | Remove unused debug_comment_exit |  Aaron Giles | 2010-09-04 | 1 | -10/+0 |
| * | Have each device create its own device_debug instead of letting the |  Aaron Giles | 2010-09-04 | 4 | -17/+19 |
| * | Since previous fix made lot of issues, found better solution for this astring... |  Miodrag Milanovic | 2010-08-22 | 1 | -1/+1 |
| * | Swap: (astring.len() != 0) -> astring |  Aaron Giles | 2010-08-21 | 1 | -4/+4 |
| * | Added bool operator to astring, returning true if the string is |  Aaron Giles | 2010-08-21 | 1 | -3/+3 |
| * | Remove final set of legacy inlines from memory.h. Mostly affects CPU |  Aaron Giles | 2010-08-19 | 1 | -9/+9 |
| * | Remove most of the temporary inline helpers. |  Aaron Giles | 2010-08-19 | 2 | -6/+6 |
| * | Replace "const address_space" with "address_space" throughout the system. |  Aaron Giles | 2010-08-19 | 8 | -73/+73 |
| * | Massive memory system change. This is another step along the path toward |  Aaron Giles | 2010-08-19 | 6 | -212/+223 |
| * | Return to type safety. Changed address maps back into functions that build |  Aaron Giles | 2010-08-01 | 1 | -7/+7 |
| * | Debugger : Removed stray garbage characters from beamx, beamy, and frame coun... |  Miodrag Milanovic | 2010-07-22 | 1 | -3/+3 |
| * | Allow beamx > 999 to be displayed in the debugger. Updated beamy config accor... |  Wilbert Pol | 2010-07-20 | 1 | -4/+4 |
| * | Fixed Debugger bpenable/bpdisable commands which were not |  Quench | 2010-07-13 | 1 | -1/+1 |
| * | More loop initializers for PowerPC compile. |  R. Belmont | 2010-07-07 | 2 | -6/+6 |
| * | Cleanups and version bump.mame0138u3 |  Aaron Giles | 2010-07-06 | 10 | -126/+126 |
| * | Cleanup debugger interface some more. |  Aaron Giles | 2010-07-06 | 4 | -1608/+1729 |
| * | Moved debugging structure away from CPUs only and attached to all |  Aaron Giles | 2010-07-06 | 7 | -1407/+1361 |
| * | Created CPU-specific device types for all CPUs, using new macros |  Aaron Giles | 2010-07-03 | 2 | -28/+29 |
| * | Some more cases to directly access the state interface instead of using the old |  Aaron Giles | 2010-07-02 | 1 | -1/+1 |
| * | Split mame.c into mame.c and machine.c, the latter containing the |  Aaron Giles | 2010-06-30 | 6 | -55/+49 |
| * | Made the machine_config a proper object. Added detokenize method to |  Aaron Giles | 2010-06-28 | 5 | -7/+7 |
| * | Fix initial state of views so that their sources are properly initialized. |  Aaron Giles | 2010-06-26 | 3 | -3/+5 |
| * | Fix disasm scrolling for real. |  Aaron Giles | 2010-06-25 | 1 | -18/+15 |
| * | Recompute expression values even if not dirty. |  Aaron Giles | 2010-06-25 | 1 | -1/+1 |
| * | Fix compile warning on 64-bit Linux (no whatsnew) |  R. Belmont | 2010-06-25 | 1 | -1/+1 |
| * | C++-ified the debugger views. Not quite architecturally where I would |  Aaron Giles | 2010-06-25 | 14 | -3447/+3274 |
| * | Cleanups and version bump. |  Aaron Giles | 2010-06-17 | 1 | -1/+1 |
| * | Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. |  Aaron Giles | 2010-06-17 | 1 | -1/+1 |
| * | Near the end? (no whatsnew) |  R. Belmont | 2010-06-17 | 1 | -3/+3 |
| * | Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. |  Aaron Giles | 2010-06-08 | 1 | -1/+1 |
| * | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 8 | -676/+545 |
| * | Fixed crash in memory window view region. No whatsnew. |  Couriersud | 2010-05-22 | 1 | -1/+4 |