summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debugcpu.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-281-70/+57
* 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-261-700/+843
* Do not stop in the debugger while we are waiting for a pending Aaron Giles2008-06-241-1/+1
* Several miscellaneous changes: Aaron Giles2008-05-291-13/+13
* Restructured input port internals and cleaned up inptport.c: Aaron Giles2008-05-151-1/+1
* Flipped the damn mem_mask. It is no longer inverted when passed to Aaron Giles2008-04-201-5/+1
* Cleanups and version bump to 0.124u1.mame0124u1 Aaron Giles2008-04-031-1/+1
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-04-021-1/+1
* Passes mem_mask to the read and write debug hooks. This allows the address & ... smf-2008-03-271-12/+43
* reverted, I misunderstood something and it's broken. I'm on it. smf-2008-03-271-43/+12
* Passes mem_mask to the read and write debug hooks. This allows the address & ... smf-2008-03-271-12/+43
* Renamed *_vbl_cb to *_vblank_callback. Aaron Giles2008-03-141-1/+1
* Removes "global" VBLANK callback hack Zsolt Vasvari2008-03-121-2/+3
* All video_screen_*_scrnum functions have been removed. Next step is to remov... Zsolt Vasvari2008-03-101-2/+14
* Changes first argument of video_screen_* functions to take a device_config Zsolt Vasvari2008-03-091-2/+2
* Seperates out the notion of screen specific vs. "global" VBLANK callbacks Zsolt Vasvari2008-03-071-2/+2
* Removed runnning_machine as the first parameter of a VBLANK callback Zsolt Vasvari2008-03-071-1/+1
* debug build - fixed compilation error and warning. Tomasz Slanina2008-03-061-1/+1
* VBLANK based watchdogs can be disabled once again Zsolt Vasvari2008-03-051-1/+0
* Normalized function pointer typedefs: they are now all Aaron Giles2008-03-031-1/+1
* - Moves all video timing logic from cpuexec.c to video.c Zsolt Vasvari2008-03-011-17/+20
* The term "driver" is way overloaded in the system. Aaron Giles2008-02-181-1/+1
* Changed debugger-related code to be based off a new makefile define (DEBUGGER... Aaron Giles2008-02-021-2/+1
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* First in a series of updates to remove the use of the global Machine from as ... Zsolt Vasvari2008-01-241-1/+1
* Copyright cleanup: Aaron Giles2008-01-061-1/+1