summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debugvw.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup & version bump.mame0140u1 Aaron Giles2010-11-081-1/+1
* Converted the expression engine to C++, did the usual cleanup. Aaron Giles2010-11-011-34/+24
* Integrated comments into debugcpu.c, and removed debugcmt.c. Modernized Aaron Giles2010-09-051-1/+0
* Cleanups and version bump.mame0138u3 Aaron Giles2010-07-061-17/+17
* 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-251-3034/+399
* Cleanups and version bump. Aaron Giles2010-06-171-1/+1
* Near the end? (no whatsnew) R. Belmont2010-06-171-3/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-196/+129
* Fixed crash in memory window view region. No whatsnew. Couriersud2010-05-221-1/+4
* Partial fix for MT #03844. Addresses entered in memory window will now honour... Couriersud2010-05-161-1/+5
* Fix the memory leaks with the strconv.c function by Scott Stone2010-04-231-1/+1
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-4/+4
* Made direct accessors for device configuration state. Currently they Aaron Giles2010-01-211-4/+4
* Fix bug where memory regions were not properly enumerated for the Aaron Giles2010-01-181-77/+35
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-10/+10
* Created new template class tagged_list which manages a simple list Aaron Giles2010-01-171-1/+1
* Within src/emu, basic conversions: Aaron Giles2010-01-121-1/+1
* 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-4/+4
* Extended the astring class wrapper into something useful, and Aaron Giles2010-01-081-34/+25
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-45/+26
* Cleaned up braces in the code so that they are properly balanced. [Atari Ace] Aaron Giles2009-12-281-1/+1
* Cleanups and version bump.mame0135u4 Aaron Giles2009-12-231-1/+1
* Fix MSVC warning. Aaron Giles2009-12-181-1/+0
* Fix MT03444. Global arrays are now included once again in the memory view. Aaron Giles2009-12-121-16/+24
* Added new module tagmap which is a simple hashed string map. Aaron Giles2009-11-231-1/+1
* Device memory spaces are now visible in the debugger. Aaron Giles2009-10-091-6/+9
* Added helper function core_i64_hex_format. Replaced several printf cases in t... Aaron Giles2009-09-101-41/+7
* Fixed crasher in the debugger revealed by the latest changes. Aaron Giles2009-09-081-1/+1
* Remove remaining references to machine->cpu[n]. Removed cpu[n] array. Aaron Giles2009-09-081-5/+5
* Added casts to ensure proper values are passed to the ctype.h functions. Aaron Giles2009-06-251-4/+4
* Bulk change alert. Aaron Giles2009-04-261-14/+8
* From: Duke [mailto:startaq@gmail.com] Aaron Giles2009-04-231-1/+2
* Added display of frame number to the beamx/y info in the register view. Aaron Giles2009-04-111-1/+17
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-62/+62
* Added new #define ENDIANNESS_NATIVE, which maps to either ENDIANNESS_LITTLE Aaron Giles2009-01-171-10/+2
* Stop crash/assert when trying to decrease the debugger memory window bytes pe... Phil Bennett2009-01-161-1/+3
* 02783: SMS-Based megatech.c sets: [debug] Access Violation with -debug Aaron Giles2008-12-301-7/+10
* CPU interface organization shuffle. The file cpuintrf.h now merely Aaron Giles2008-12-221-5/+5
* Cleanups and version bump. Aaron Giles2008-12-221-2/+2
* Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling Aaron Giles2008-12-201-0/+1
* removed unused variable "result" Roberto Zandona2008-12-201-1/+0
* Memory view fixes: Aaron Giles2008-12-201-38/+63
* Fixed registers view to only show those entries valid for the Aaron Giles2008-12-191-0/+2
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-2/+2
* Cleaned up device and sound interfaces to match the CPU Aaron Giles2008-12-191-6/+11
* Made CPUs into proper devices. CPUs are now added in the Aaron Giles2008-12-161-70/+66
* Removed unnecessary masking in disassembly view. Aaron Giles2008-12-141-3/+3
* Here's the big one.... Aaron Giles2008-12-111-18/+0