summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bump for 0.128u4.mame0128u4 Aaron Giles2008-11-243-28/+28
* change_pc? What change_pc? Aaron Giles2008-11-242-8/+0
* Further debugger cleanup. Symbol tables now have a global ref Aaron Giles2008-11-227-1005/+1123
* Fix 64bit compile Couriersud2008-11-211-1/+1
* Debugger interfaces cleanup. Still more to do but this compiles and Aaron Giles2008-11-2111-799/+893
* Another big one. Aaron Giles2008-11-206-625/+613
* Converted change_pc() into a no-op. Changed memory_set_direct_region() to Aaron Giles2008-11-192-2/+2
* Generalized the concept of opbase access into "direct" access. Aaron Giles2008-11-172-57/+57
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-14/+14
* This patch: Aaron Giles2008-11-131-6/+7
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-134-58/+70
* Fix compile error. Aaron Giles2008-11-101-1/+1
* Added CPU device parameters to all CPU callbacks except for the Aaron Giles2008-11-104-48/+50
* Major cpuintrf changes: Aaron Giles2008-11-105-130/+132
* Added macros for all CPU callbacks to ease future changes. Aaron Giles2008-11-081-4/+4
* Cleanups and version bump.mame0127u5 Aaron Giles2008-09-261-3/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-09-261-0/+2
* 02280: any set with multiple CPUs: Disassembler freezes when doing a Run on a... Aaron Giles2008-09-223-22/+50
* Changed requirements for laserdisc CHDs to require a new chunk of Aaron Giles2008-09-181-0/+18
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-09-114-240/+237
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-09-111-1/+1
* Changed DEVICE_START functions to return an error code. Currently this Aaron Giles2008-09-091-19/+20
* CPUs, sound chips, devices, and ROM-regions which are specified by devices Aaron Giles2008-09-081-1/+1
* From Oliver Stoeneberg [oliverst@online.de] Aaron Giles2008-09-045-64/+63
* Cleanups and version bump.mame0127u1 Aaron Giles2008-08-281-2/+2
* Added PR-8210 support to the ldplayer. Fixed step forward command on the PR-8... Aaron Giles2008-08-221-6/+23
* Fix GCC warning. R. Belmont2008-08-071-1/+1
* Cleanups and version bump.mame0126u4 Aaron Giles2008-08-072-5/+5
* Added expression validation callback to verify names for CPUs and Aaron Giles2008-08-073-29/+105
* Added word alternates for operators in expressions: Aaron Giles2008-08-071-1/+41
* Cleanups/version bump.mame0126u3 Aaron Giles2008-07-311-5/+5
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-07-311-2/+1
* Fixed 64-bit GCC compile. R. Belmont2008-07-311-1/+1
* Changed symbol table reference parameters to void * from UINT32. Aaron Giles2008-07-314-84/+93
* 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-284-64/+22
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-284-173/+230
* Cleanups and version bump.mame0126u2 Aaron Giles2008-07-241-1/+1
* Robustified key behavior when the debugger is visible. Should now Aaron Giles2008-07-174-4/+30
* Cleanups. Aaron Giles2008-07-172-41/+41
* Changed direct access EEPROM interface to return the "bus width" of the Aaron Giles2008-07-177-126/+647
* Note: I have done some testing, but there are probably more bugs Aaron Giles2008-07-121-1/+2
* Cleanups and version bump.mame0125u9 Aaron Giles2008-07-031-8/+8
* Changed how watchpoints work so that supporting them adds 0 overhead Aaron Giles2008-06-282-71/+64
* GCC 64-bit compile fix R. Belmont2008-06-261-1/+1
* Cleanups/version bump.mame0125u7 Aaron Giles2008-06-261-30/+30
* Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER Aaron Giles2008-06-265-785/+991
* Do not stop in the debugger while we are waiting for a pending Aaron Giles2008-06-241-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-1/+1
* Cleaned up software bilinear filtering code. Added bounds checking. Aaron Giles2008-06-161-1/+1