summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/express.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* tagged_list to unordered_map for debugger (nw) Miodrag Milanovic2016-06-181-4/+4
* Major refactoring of debugger core [Ryan Holtz] therealmogminer@gmail.com2016-06-081-6/+8
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-1/+1
* Avoid auto return types; silence some unused variable warnings (nw) AJR2016-03-311-1/+1
* Iterate over core classes C++11 style AJR2016-03-311-1/+1
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-5/+5
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-3/+3
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-4/+4
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-43/+43
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-7/+7
* Move generic templates from emucore.h to emutempl.h. Aaron Giles2011-02-071-1/+1
* Cleanup & version bump.mame0140u1 Aaron Giles2010-11-081-19/+19
* Fix issues with setting condition expressions on break/watchpoints. Aaron Giles2010-11-081-0/+1
* Converted the expression engine to C++, did the usual cleanup. Aaron Giles2010-11-011-150/+369
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-0/+1
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-1/+1
* Exposed an address space for EEPROM devices. This has several Aaron Giles2009-12-281-2/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-5/+5
* Memory references can now explicitly specify logical or physical access Aaron Giles2009-10-011-7/+12
* Further debugger cleanup. Symbol tables now have a global ref Aaron Giles2008-11-221-10/+12
* Debugger interfaces cleanup. Still more to do but this compiles and Aaron Giles2008-11-211-5/+5
* Added expression validation callback to verify names for CPUs and Aaron Giles2008-08-071-4/+15
* Changed symbol table reference parameters to void * from UINT32. Aaron Giles2008-07-311-6/+6
* Region classes go bye-bye. Aaron Giles2008-07-281-4/+1
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-2/+2
* Changed direct access EEPROM interface to return the "bus width" of the Aaron Giles2008-07-171-21/+39
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+160