summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/express.c
Commit message (Expand)AuthorAgeFilesLines
* Move generic templates from emucore.h to emutempl.h. Aaron Giles2011-02-071-4/+5
* Cleanup & version bump.mame0140u1 Aaron Giles2010-11-081-40/+40
* Fix issues with setting condition expressions on break/watchpoints. Aaron Giles2010-11-081-15/+20
* OSX compile fix. Tomasz Slanina2010-11-011-0/+1
* Converted the expression engine to C++, did the usual cleanup. Aaron Giles2010-11-011-1633/+1243
* Cleanups and version bump. Aaron Giles2010-05-051-11/+11
* Disable many unused variables as identifed by cppcheck. [Oliver Stöneberg] Scott Stone2010-04-231-2/+4
* several cleanups based on cppcheck and VS2008 Code Analysis [Oliver Stöneberg] Fabio Priuli2010-03-171-1/+1
* Make mips register names accessible in the debugger expressions [Olivier Gali... Olivier Galibert2010-02-191-2/+2
* All files modified here solely depend on osdcore.h. Therefore changed all mal... Couriersud2010-01-171-14/+14
* Cleanups and version bump. Aaron Giles2010-01-161-2/+2
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-2/+2
* Exposed an address space for EEPROM devices. This has several Aaron Giles2009-12-281-2/+0
* Results of running the latest srcclean. Aaron Giles2009-12-281-3/+3
* Memory references can now explicitly specify logical or physical access Aaron Giles2009-10-011-16/+35
* Added casts to ensure proper values are passed to the ctype.h functions. Aaron Giles2009-06-251-6/+6
* Cleanups and version bump. Aaron Giles2009-05-281-1/+1
* Sent: Monday, May 11, 2009 10:32 PM Aaron Giles2009-05-151-0/+4
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-11/+11
* Initialize some structs to fix warnings with some GCC versions. R. Belmont2009-01-221-0/+4
* Cleaned up device and sound interfaces to match the CPU Aaron Giles2008-12-191-0/+5
* Further debugger cleanup. Symbol tables now have a global ref Aaron Giles2008-11-221-9/+23
* Debugger interfaces cleanup. Still more to do but this compiles and Aaron Giles2008-11-211-6/+9
* CPUs, sound chips, devices, and ROM-regions which are specified by devices Aaron Giles2008-09-081-1/+1
* Fix GCC warning. R. Belmont2008-08-071-1/+1
* Cleanups and version bump.mame0126u4 Aaron Giles2008-08-071-4/+4
* Added expression validation callback to verify names for CPUs and Aaron Giles2008-08-071-24/+42
* Added word alternates for operators in expressions: Aaron Giles2008-08-071-1/+41
* Cleanups/version bump.mame0126u3 Aaron Giles2008-07-311-5/+5
* Changed symbol table reference parameters to void * from UINT32. Aaron Giles2008-07-311-3/+3
* Changed space character for memory regions from re'g'ion to 'm'emory_region. Aaron Giles2008-07-291-1/+1
* Region classes go bye-bye. Aaron Giles2008-07-281-8/+2
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-53/+107
* Cleanups. Aaron Giles2008-07-171-3/+3
* Changed direct access EEPROM interface to return the "bus width" of the Aaron Giles2008-07-171-65/+116
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-0/+6
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+1953