summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug
Commit message (Expand)AuthorAgeFilesLines
* 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
* map command in the debugger now does separate read/write/fetch lookups Aaron Giles2008-06-091-12/+16
* Several miscellaneous changes: Aaron Giles2008-05-294-35/+35
* Restructured input port internals and cleaned up inptport.c: Aaron Giles2008-05-151-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-151-5/+7
* 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-022-2/+2
* Passes mem_mask to the read and write debug hooks. This allows the address & ... smf-2008-03-272-14/+45
* reverted, I misunderstood something and it's broken. I'm on it. smf-2008-03-272-45/+14
* Passes mem_mask to the read and write debug hooks. This allows the address & ... smf-2008-03-272-14/+45
* Renamed *_vbl_cb to *_vblank_callback. Aaron Giles2008-03-141-1/+1
* Removes "global" VBLANK callback hack Zsolt Vasvari2008-03-121-2/+3
* - More machine->screen removal Zsolt Vasvari2008-03-111-2/+1
* All video_screen_*_scrnum functions have been removed. Next step is to remov... Zsolt Vasvari2008-03-101-2/+14
* Voodoo now takes a device_config for the screen Zsolt Vasvari2008-03-101-2/+4
* Changes MC6845 to take a screen tag instead of a screen number Zsolt Vasvari2008-03-091-5/+6
* Changes first argument of video_screen_* functions to take a device_config Zsolt Vasvari2008-03-092-4/+4
* 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-032-4/+4
* - Moves all video timing logic from cpuexec.c to video.c Zsolt Vasvari2008-03-012-18/+20
* The term "driver" is way overloaded in the system. Aaron Giles2008-02-181-1/+1
* Fixes error: Andrew Gardner2008-02-031-6/+9
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-02-031-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-254-2/+4
* First in a series of updates to remove the use of the global Machine from as ... Zsolt Vasvari2008-01-241-1/+1
* Fixed default memory view width for CPUs with >byte-sized minimum Aaron Giles2008-01-211-2/+8
* (From Oliver Stoneberg) Aaron Giles2008-01-071-0/+6
* Copyright cleanup: Aaron Giles2008-01-0616-16/+16
* (From Oliver Stoneberg) Aaron Giles2008-01-032-5/+2
* (From Oliver Stoneberg) Aaron Giles2008-01-031-1/+1
* (From Atari Ace) Aaron Giles2007-12-311-7/+2
* fixed help for wpset to match the required syntax for checking the data written. smf-2007-12-301-1/+1
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-174-6/+12
* Changes for MAME 0.121u2.mame0121u2 Aaron Giles2007-12-171-1/+1