summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debugcpu.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bump.mame0129 Aaron Giles2009-01-041-2/+2
* CPU interface organization shuffle. The file cpuintrf.h now merely Aaron Giles2008-12-221-10/+104
* Cleanups and version bump. Aaron Giles2008-12-221-1/+1
* Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. Aaron Giles2008-12-191-3/+3
* Cleaned up device and sound interfaces to match the CPU Aaron Giles2008-12-191-8/+5
* More device normalization: Aaron Giles2008-12-161-3/+3
* Made CPUs into proper devices. CPUs are now added in the Aaron Giles2008-12-161-173/+168
* Cleanups and version bump. Aaron Giles2008-12-151-3/+3
* Fixed compile error, and fixed crash when handling an exception when the Aaron Giles2008-12-111-2/+5
* Here's the big one.... Aaron Giles2008-12-111-4/+0
* Added logic to track OSD updates separately from internal view updates in the Aaron Giles2008-12-081-0/+5
* Cleanups/version bump/added missing drivers.mame0128u5 Aaron Giles2008-12-061-1/+1
* 02687: emuopts.c: CORE INPUT AUTOMATIC ENABLE OPTIONS Aaron Giles2008-12-041-30/+9
* CPU_IS_LE -> ENDIANNESS_LITTLE Aaron Giles2008-12-041-18/+18
* More debugger changes. Aaron Giles2008-12-031-14/+17
* Big debugger cleanup. Aaron Giles2008-12-031-129/+95
* 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-241-21/+21
* change_pc? What change_pc? Aaron Giles2008-11-241-4/+0
* Further debugger cleanup. Symbol tables now have a global ref Aaron Giles2008-11-221-894/+914
* Debugger interfaces cleanup. Still more to do but this compiles and Aaron Giles2008-11-211-458/+548
* Another big one. Aaron Giles2008-11-201-446/+437
* Converted change_pc() into a no-op. Changed memory_set_direct_region() to Aaron Giles2008-11-191-1/+1
* Generalized the concept of opbase access into "direct" access. Aaron Giles2008-11-171-1/+1
* 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-131-7/+8
* Added CPU device parameters to all CPU callbacks except for the Aaron Giles2008-11-101-30/+31
* Major cpuintrf changes: Aaron Giles2008-11-101-65/+66
* 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-221-20/+48
* 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-111-17/+17
* Changed DEVICE_START functions to return an error code. Currently this Aaron Giles2008-09-091-19/+20
* From Oliver Stoeneberg [oliverst@online.de] Aaron Giles2008-09-041-27/+27
* 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
* Cleanups and version bump.mame0126u4 Aaron Giles2008-08-071-1/+1
* Added expression validation callback to verify names for CPUs and Aaron Giles2008-08-071-1/+48
* 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-311-46/+46
* Region classes go bye-bye. Aaron Giles2008-07-281-51/+18
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-117/+120
* Cleanups and version bump.mame0126u2 Aaron Giles2008-07-241-1/+1
* Robustified key behavior when the debugger is visible. Should now Aaron Giles2008-07-171-3/+11
* Cleanups. Aaron Giles2008-07-171-38/+38
* Changed direct access EEPROM interface to return the "bus width" of the Aaron Giles2008-07-171-29/+480
* Note: I have done some testing, but there are probably more bugs Aaron Giles2008-07-121-1/+2