summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug
Commit message (Expand)AuthorAgeFilesLines
* 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
* > -----Original Message----- Aaron Giles2009-09-102-0/+32
* Fix CPP_COMPILE (except for internal compiler error on snes.c). Aaron Giles2009-09-081-2/+2
* Another crasher. Aaron Giles2009-09-081-1/+1
* 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-085-188/+169
* Cleanups and version bump.mame0133u5 Aaron Giles2009-09-073-16/+16
* Added 'options' parameter to the CPU_DISASSEMBLE prototype. For now, the Aaron Giles2009-09-071-2/+2
* Fixed 64-bit MSVC compile. Curt Coder2009-09-061-1/+1
* From: Sandro Ronco [mailto:sandro.ronco@alice.it] Aaron Giles2009-09-034-26/+694
* [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-256-23/+23
* Cleanups and version bump. Aaron Giles2009-05-281-1/+1
* Sent: Monday, May 11, 2009 10:32 PM Aaron Giles2009-05-151-0/+4
* Bulk change alert. Aaron Giles2009-04-264-29/+19
* 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-126-106/+106
* 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
* Initialize some structs to fix warnings with some GCC versions. R. Belmont2009-01-221-0/+4