summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug
Commit message (Expand)AuthorAgeFilesLines
* Cleanups/version bump/added missing drivers.mame0128u5 Aaron Giles2008-12-064-146/+146
* activecpu_count -= 133 Aaron Giles2008-12-061-1/+1
* Fixed some memory view-related issues: Aaron Giles2008-12-051-6/+18
* Changed save state system to accept machine parameters where Aaron Giles2008-12-052-2/+2
* 02687: emuopts.c: CORE INPUT AUTOMATIC ENABLE OPTIONS Aaron Giles2008-12-041-30/+9
* CPU_IS_LE -> ENDIANNESS_LITTLE Aaron Giles2008-12-043-25/+25
* More debugger changes. Aaron Giles2008-12-037-290/+699
* Big debugger cleanup. Aaron Giles2008-12-038-2296/+2258
* Fixed stepping in the debugger. R. Belmont2008-11-291-1/+1
* Move cpunum_get_active() removal. Aaron Giles2008-11-271-6/+5
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-3/+3
* 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