summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug
Commit message (Expand)AuthorAgeFilesLines
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-088-676/+545
* 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
* 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
* Fix the memory leaks with the strconv.c function by Scott Stone2010-04-231-1/+1
* several cleanups based on cppcheck and VS2008 Code Analysis [Oliver Stöneberg] Fabio Priuli2010-03-171-1/+1
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-084-25/+25
* Make mips register names accessible in the debugger expressions [Olivier Gali... Olivier Galibert2010-02-191-2/+2
* 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
* Cleanups and version bump. Aaron Giles2010-01-281-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-182-92/+74
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-188-126/+126
* All files modified here solely depend on osdcore.h. Therefore changed all mal... Couriersud2010-01-172-23/+23
* Created new template class tagged_list which manages a simple list Aaron Giles2010-01-173-4/+4
* Cleanups and version bump. Aaron Giles2010-01-161-2/+2
* Within src/emu, basic conversions: Aaron Giles2010-01-123-3/+3
* 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-104-4/+4
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-108-33/+38
* Extended the astring class wrapper into something useful, and Aaron Giles2010-01-083-48/+33
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-087-109/+55
* Replaced all occurrences of cputag_get_cpu with devtag_get_device: the former... Fabio Priuli2010-01-062-2/+2
* Exposed an address space for EEPROM devices. This has several Aaron Giles2009-12-283-94/+1
* Cleaned up braces in the code so that they are properly balanced. [Atari Ace] Aaron Giles2009-12-281-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-288-31/+31
* 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
* 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
* Internal memory system shuffling. Address maps initialized internally Aaron Giles2009-12-061-3/+4
* replaced char * pointer comparison with strcmp. smf-2009-12-061-1/+1
* fixed compiling after share were changed to a tag, not tested if this is the ... smf-2009-12-061-2/+2
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-1/+1
* Added new module tagmap which is a simple hashed string map. Aaron Giles2009-11-232-3/+3
* Eliminated osd_cpu.h. Aaron Giles2009-10-121-2/+0
* Device memory spaces are now visible in the debugger. Aaron Giles2009-10-092-27/+32
* > -----Original Message----- Aaron Giles2009-10-032-2/+9
* Fix typo/bug caught by GCC R. Belmont2009-10-021-1/+1
* Fix GCC compiler warning. R. Belmont2009-10-021-0/+2
* > From: Sandro Ronco [mailto:sandroronco@gmail.com] Aaron Giles2009-10-011-38/+76
* Memory references can now explicitly specify logical or physical access Aaron Giles2009-10-013-72/+123
* > -----Original Message----- Aaron Giles2009-09-212-58/+57
* removed confusing double variable name Michaël Banaan Ananas2009-09-121-4/+2
* Cleanups and version bump. Aaron Giles2009-09-102-5/+5
* Added helper function core_i64_hex_format. Replaced several printf cases in t... Aaron Giles2009-09-102-163/+38