summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug
Commit message (Expand)AuthorAgeFilesLines
* SDL OS/2 fixes [K.O. Myung-Hun] R. Belmont2011-01-101-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-013-6/+6
* Add directxor parameter to direct memory accessors. Update all callers Aaron Giles2010-12-311-13/+14
* Added a 'changed by' search to the cheat engine [Pugsy] Phil Bennett2010-12-192-1/+16
* Fixed debug command symlist (bug #4131) [Robbbert] Miodrag Milanovic2010-12-121-4/+4
* Fixed BSD compile [ElBarto] R. Belmont2010-12-061-1/+3
* Split the screen device into a separate module. Aaron Giles2010-12-022-3/+3
* Cleanup & version bump.mame0140u1 Aaron Giles2010-11-085-62/+62
* Fix issues with setting condition expressions on break/watchpoints. Aaron Giles2010-11-083-25/+31
* Fix compile error. Aaron Giles2010-11-031-2/+2
* OSX compile fix. Tomasz Slanina2010-11-011-0/+1
* Converted the expression engine to C++, did the usual cleanup. Aaron Giles2010-11-0110-2071/+1816
* Create new class osd_interface to house OSD callbacks. Added new Aaron Giles2010-10-211-16/+17
* Converted render.c objects into C++ objects. Updated all callers. Aaron Giles2010-10-133-16/+16
* Cleanups and version bump.mame0139u3 Aaron Giles2010-09-192-18/+18
* Move debug_setup() call to after the device_debug class is created. Aaron Giles2010-09-061-3/+0
* Integrated comments into debugcpu.c, and removed debugcmt.c. Modernized Aaron Giles2010-09-058-575/+418
* Whoops, one more reference.... Aaron Giles2010-09-041-4/+3
* Remove unused debug_comment_exit Aaron Giles2010-09-041-10/+0
* Have each device create its own device_debug instead of letting the Aaron Giles2010-09-044-17/+19
* Since previous fix made lot of issues, found better solution for this astring... Miodrag Milanovic2010-08-221-1/+1
* Swap: (astring.len() != 0) -> astring Aaron Giles2010-08-211-4/+4
* Added bool operator to astring, returning true if the string is Aaron Giles2010-08-211-3/+3
* Remove final set of legacy inlines from memory.h. Mostly affects CPU Aaron Giles2010-08-191-9/+9
* Remove most of the temporary inline helpers. Aaron Giles2010-08-192-6/+6
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-198-73/+73
* Massive memory system change. This is another step along the path toward Aaron Giles2010-08-196-212/+223
* Return to type safety. Changed address maps back into functions that build Aaron Giles2010-08-011-7/+7
* Debugger : Removed stray garbage characters from beamx, beamy, and frame coun... Miodrag Milanovic2010-07-221-3/+3
* Allow beamx > 999 to be displayed in the debugger. Updated beamy config accor... Wilbert Pol2010-07-201-4/+4
* Fixed Debugger bpenable/bpdisable commands which were not Quench2010-07-131-1/+1
* More loop initializers for PowerPC compile. R. Belmont2010-07-072-6/+6
* Cleanups and version bump.mame0138u3 Aaron Giles2010-07-0610-126/+126
* Cleanup debugger interface some more. Aaron Giles2010-07-064-1608/+1729
* Moved debugging structure away from CPUs only and attached to all Aaron Giles2010-07-067-1407/+1361
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-032-28/+29
* Some more cases to directly access the state interface instead of using the old Aaron Giles2010-07-021-1/+1
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-306-55/+49
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-285-7/+7
* Fix initial state of views so that their sources are properly initialized. Aaron Giles2010-06-263-3/+5
* Fix disasm scrolling for real. Aaron Giles2010-06-251-18/+15
* Recompute expression values even if not dirty. Aaron Giles2010-06-251-1/+1
* Fix compile warning on 64-bit Linux (no whatsnew) R. Belmont2010-06-251-1/+1
* C++-ified the debugger views. Not quite architecturally where I would Aaron Giles2010-06-2514-3447/+3274
* Cleanups and version bump. Aaron Giles2010-06-171-1/+1
* Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. Aaron Giles2010-06-171-1/+1
* Near the end? (no whatsnew) R. Belmont2010-06-171-3/+3
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-081-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-088-676/+545
* Fixed crash in memory window view region. No whatsnew. Couriersud2010-05-221-1/+4