summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debugcpu.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* (From Oliver Stoneberg) Aaron Giles2008-01-031-3/+1
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-2/+2
* Changes for MAME 0.121u2.mame0121u2 Aaron Giles2007-12-171-1/+1
* Changes for MAME 0.121u1.mame0121u1 Aaron Giles2007-12-171-2/+2
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+2195