summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debugcpu.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleanups and version bump.mame0133u5 Aaron Giles2009-09-071-2/+2
* Added 'options' parameter to the CPU_DISASSEMBLE prototype. For now, the Aaron Giles2009-09-071-2/+2
* From: Sandro Ronco [mailto:sandro.ronco@alice.it] Aaron Giles2009-09-031-26/+38
* [from AtariAce] Aaron Giles2009-08-301-2/+2
* Another step. Moved the address-space related get_info constants Aaron Giles2009-07-081-6/+6
* Added casts to ensure proper values are passed to the ctype.h functions. Aaron Giles2009-06-251-3/+3
* Bulk change alert. Aaron Giles2009-04-261-10/+8
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-27/+27
* Cleanups and version bump.mame0129u4 Aaron Giles2009-02-171-1/+1
* Opcode accesses are now marked debugger_access. This is important with the re... Aaron Giles2009-01-301-0/+14
* Made direct (opcode) access more robust. Direct access now crawls the Aaron Giles2009-01-131-23/+45
* Added check to debug_cpu_set_dasm_override(), because callers do not know if we Nathan Woods2009-01-071-1/+4
* Cleanups and version bump.mame0129 Aaron Giles2009-01-041-2/+2
* CPU interface organization shuffle. The file cpuintrf.h now merely Aaron Giles2008-12-221-10/+104
* Cleanups and version bump. Aaron Giles2008-12-221-1/+1
* Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. Aaron Giles2008-12-191-3/+3
* Cleaned up device and sound interfaces to match the CPU Aaron Giles2008-12-191-8/+5
* More device normalization: Aaron Giles2008-12-161-3/+3
* Made CPUs into proper devices. CPUs are now added in the Aaron Giles2008-12-161-173/+168
* Cleanups and version bump. Aaron Giles2008-12-151-3/+3