summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debugcpu.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-71/+71
* Fix GCC 4.4 compile (no whatsnew) mahlemiut2012-09-201-4/+4
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-30/+36
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-212/+192
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-111-2/+2
* added missing \n to some more fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-081-2/+2
* removed some astring::stringbuffer() usage - fixes potential missing \0 termi... Oliver Stöneberg2012-09-071-1/+5
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-3/+3
* Fixed device search in the debugger to work like a normal Aaron Giles2012-02-041-6/+4
* Undo last change, it is unnecessary. Cheat problems must lie elsewhere. Aaron Giles2012-02-041-10/+0
* Root colons not required by default in the debugger for region Aaron Giles2012-02-041-0/+10
* Sync with MESS, including OG's fix for exiting with debugger active (no whats... Miodrag Milanovic2012-01-261-0/+4
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-15/+10
* Removed old C-based interface to astrings. astring exists only as Aaron Giles2012-01-031-6/+2
* Adding "totalcycles" debugger variable Nathan Woods2011-12-291-1/+16
* Break into debugger check outside of vblank check (no whatsnew) Miodrag Milanovic2011-07-261-9/+3
* Allow break into debugger for screen less systems (no whatsnew) Miodrag Milanovic2011-07-191-0/+5
* Switch to using delegates for some callbacks: Aaron Giles2011-04-271-4/+4
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-5/+5
* Cleanups and version bump.mame0142 Aaron Giles2011-04-031-2/+2
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-12/+12
* BIG update. Aaron Giles2011-03-291-129/+129
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-2/+2
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-19/+28
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-17/+17
* Converted core_options to a class. Removed a bunch of marginal Aaron Giles2011-03-031-2/+2
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-14/+6
* Make "run to next CPU" more reliable. Aaron Giles2011-02-091-8/+11
* Fix build break from last checkin. Aaron Giles2011-02-061-3/+3
* Attotime bulk conversion step: Aaron Giles2011-02-031-2/+2
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-4/+4
* NetBSD support [Thomas Klausner] R. Belmont2011-02-021-1/+1
* C++-ified the sound and streams interfaces. Combined sound.c and streams.c Aaron Giles2011-01-271-2/+2
* SDL OS/2 fixes [K.O. Myung-Hun] R. Belmont2011-01-101-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-3/+3
* Add directxor parameter to direct memory accessors. Update all callers Aaron Giles2010-12-311-13/+14
* Fixed BSD compile [ElBarto] R. Belmont2010-12-061-1/+3
* Split the screen device into a separate module. Aaron Giles2010-12-021-1/+1
* Cleanup & version bump.mame0140u1 Aaron Giles2010-11-081-1/+1
* Fix compile error. Aaron Giles2010-11-031-2/+2
* Converted the expression engine to C++, did the usual cleanup. Aaron Giles2010-11-011-155/+90
* 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-131-7/+7
* Cleanups and version bump.mame0139u3 Aaron Giles2010-09-191-14/+14
* Integrated comments into debugcpu.c, and removed debugcmt.c. Modernized Aaron Giles2010-09-051-8/+364
* Have each device create its own device_debug instead of letting the Aaron Giles2010-09-041-6/+15
* Since previous fix made lot of issues, found better solution for this astring... Miodrag Milanovic2010-08-221-1/+1
* 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