summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debugcmd.c
Commit message (Expand)AuthorAgeFilesLines
* Added casts to ensure proper values are passed to the ctype.h functions. Aaron Giles2009-06-251-4/+4
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-2/+2
* CPU interface organization shuffle. The file cpuintrf.h now merely Aaron Giles2008-12-221-9/+9
* Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. Aaron Giles2008-12-191-1/+1
* More device normalization: Aaron Giles2008-12-161-1/+1
* Made CPUs into proper devices. CPUs are now added in the Aaron Giles2008-12-161-149/+141
* Here's the big one.... Aaron Giles2008-12-111-10/+0
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-071-1/+0
* Cleanups/version bump/added missing drivers.mame0128u5 Aaron Giles2008-12-061-12/+12
* activecpu_count -= 133 Aaron Giles2008-12-061-1/+1
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-1/+1
* More debugger changes. Aaron Giles2008-12-031-88/+88
* Big debugger cleanup. Aaron Giles2008-12-031-165/+200
* Cleanups and version bump for 0.128u4.mame0128u4 Aaron Giles2008-11-241-6/+6
* Further debugger cleanup. Symbol tables now have a global ref Aaron Giles2008-11-221-29/+31
* Fix 64bit compile Couriersud2008-11-211-1/+1
* Debugger interfaces cleanup. Still more to do but this compiles and Aaron Giles2008-11-211-249/+233
* Another big one. Aaron Giles2008-11-201-144/+159
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-18/+20
* Fix compile error. Aaron Giles2008-11-101-1/+1
* Added CPU device parameters to all CPU callbacks except for the Aaron Giles2008-11-101-8/+8
* Major cpuintrf changes: Aaron Giles2008-11-101-32/+32
* Added macros for all CPU callbacks to ease future changes. Aaron Giles2008-11-081-4/+4
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-09-111-205/+204
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-09-111-1/+1
* From Oliver Stoeneberg [oliverst@online.de] Aaron Giles2008-09-041-15/+15
* Changed symbol table reference parameters to void * from UINT32. Aaron Giles2008-07-311-29/+38
* Changed direct access EEPROM interface to return the "bus width" of the Aaron Giles2008-07-171-8/+8
* Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER Aaron Giles2008-06-261-26/+26
* Cleaned up software bilinear filtering code. Added bounds checking. Aaron Giles2008-06-161-1/+1
* map command in the debugger now does separate read/write/fetch lookups Aaron Giles2008-06-091-12/+16
* Several miscellaneous changes: Aaron Giles2008-05-291-8/+8
* - More machine->screen removal Zsolt Vasvari2008-03-111-2/+1
* Voodoo now takes a device_config for the screen Zsolt Vasvari2008-03-101-2/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-02-031-1/+1
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-1/+1
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* (From Oliver Stoneberg) Aaron Giles2008-01-031-2/+1
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-2/+2
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+2200