summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debugcpu.c
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-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
* Remove most of the temporary inline helpers. Aaron Giles2010-08-191-5/+5
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-29/+29
* Massive memory system change. This is another step along the path toward Aaron Giles2010-08-191-140/+151
* More loop initializers for PowerPC compile. R. Belmont2010-07-071-1/+1
* Cleanups and version bump.mame0138u3 Aaron Giles2010-07-061-42/+42
* Cleanup debugger interface some more. Aaron Giles2010-07-061-1409/+1467
* Moved debugging structure away from CPUs only and attached to all Aaron Giles2010-07-061-987/+1006
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-031-25/+22
* 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-301-31/+25
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-1/+1
* C++-ified the debugger views. Not quite architecturally where I would Aaron Giles2010-06-251-8/+9
* Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. Aaron Giles2010-06-171-1/+1
* 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-081-372/+314
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-4/+4
* Internal debugger using the mame rendering infrastructure Couriersud2010-02-111-1/+5
* Added DEBUG_FLAG_OSD_ENABLED to allow coexistence of debuggers going forward. Couriersud2010-02-051-2/+3
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-52/+52
* Created new template class tagged_list which manages a simple list Aaron Giles2010-01-171-1/+1
* Fixed memory freeing so that is it released in the opposite order Aaron Giles2010-01-111-6/+6
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-3/+3
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-13/+13
* Exposed an address space for EEPROM devices. This has several Aaron Giles2009-12-281-90/+0
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Rename eepromdev.c/h back to eeprom.c/h Aaron Giles2009-12-271-1/+1
* Rename functions and other references to eepromdev_* back to eeprom_* Aaron Giles2009-12-271-2/+2
* Allow any device memory (not just CPU's) to be accessed via debug expressions. Aaron Giles2009-12-271-60/+70
* Device memory spaces are now visible in the debugger. Aaron Giles2009-10-091-21/+23
* Fix typo/bug caught by GCC R. Belmont2009-10-021-1/+1
* Memory references can now explicitly specify logical or physical access Aaron Giles2009-10-011-49/+76
* removed confusing double variable name Michaƫl Banaan Ananas2009-09-121-4/+2
* Remove remaining references to machine->cpu[n]. Removed cpu[n] array. Aaron Giles2009-09-081-13/+13