summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug
Commit message (Expand)AuthorAgeFilesLines
...
* Fix extent of debug view of address-shifted memory spaces AJR2018-03-111-2/+4
* Remove all uses of first_screen() from core files, nw Ryan Holtz2018-03-113-24/+79
* Grammar police (nw) Olivier Galibert2018-02-246-25/+25
* Debugger: fix f10 step over of instructions with a branch delay slot [smf] smf-2018-02-211-1/+1
* Fix ASCII dump output for big-endian spaces AJR2018-02-071-1/+1
* More docs work: escapes, debugger update (nw) (#3168) Firehawke2018-02-051-75/+79
* *DUH*, also fix MT6857 (nw) Olivier Galibert2018-01-281-4/+4
* debugcpu.cpp: added missing initialization of m_vblank_occurred (nw) Oliver Stöneberg2018-01-061-0/+1
* debugcpu.cpp: Eliminate unnecessary downcast (nw) AJR2018-01-051-2/+5
* Eliminate machine().firstcpu (nw) AJR2018-01-041-1/+6
* remove stutter in dump command ascii bytes (nw) smf-2017-12-261-1/+1
* srcclean and manual cleanups (nw) Vas Crabb2017-12-243-41/+41
* rewind implementation fixes and improvements vadosnaprimer2017-12-222-16/+11
* dvstate beamx/beamy/frame: set to 0 on invalid(eg. screenless) (nw) hap2017-12-211-20/+8
* debugbuf: Back to uppercase hex (nw) AJR2017-12-211-14/+14
* Revert "Command to print all debugger help to html file" Vas Crabb2017-12-154-416/+296
* Eliminate remaining uses of address_space::machine() outside of emumem (nw) AJR2017-12-142-9/+9
* Merge pull request #2926 from vadosnaprimer/debughlp_html R. Belmont2017-12-144-296/+416
|\
| * debughlp - fix gcc build vadosnaprimer2017-12-121-2/+2
| * add command to print all debugger help to html file vadosnaprimer2017-12-114-296/+416
* | space.machine -> machine (nw) Olivier Galibert2017-12-141-2/+2
* | Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-137-89/+121
* | Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-137-121/+89
|/
* don't lie (nw) smf-2017-12-071-0/+6
* (nw) fixed typo, and rewind off by default. Robbbert2017-12-081-1/+1
* Yes another memory window fix (nw) Olivier Galibert2017-12-071-1/+3
* Merge pull request #2899 from vadosnaprimer/rewind R. Belmont2017-12-071-1/+15
|\
| * explain the rewind command in debughlp vadosnaprimer2017-12-061-1/+15
* | Fix watchpoint hit message for address-shifted processors (nw) AJR2017-12-061-2/+2
* | Merge pull request #2897 from vadosnaprimer/rewind R. Belmont2017-12-063-1/+31
|\|
| * Rewind feature and RAM savestates. vadosnaprimer2017-12-063-1/+31
* | Nicer autoscrolling (nw) Olivier Galibert2017-12-041-3/+5
* | More fixes and simplifications (nw) Olivier Galibert2017-12-031-63/+23
* | Fix the memory windows (nw) Olivier Galibert2017-12-032-18/+36
|/
* (nw) debugcmd : exiting isn't an error Robbbert2017-12-011-1/+1
* Reset m_dasm on source switch (nw) Olivier Galibert2017-11-303-1/+12
* Fix non-initialized member of debugcpu (nw) Olivier Galibert2017-11-301-0/+1
* (nw) misc cleanup: start replacing auto_alloc_* with smart pointers, get Vas Crabb2017-12-016-139/+108
* Pet peeving with extreme prejudice (nw) Olivier Galibert2017-11-303-10/+10
* Fix save Olivier Galibert2017-11-291-1/+2
* emumem: API change [O. Galibert] Olivier Galibert2017-11-294-51/+183
* fix building with Visual Studio 2017 & clang 5.0.0 (also tested with gcc 7.2.... smf-2017-11-281-4/+0
* Nice subtle one coverity (nw) Olivier Galibert2017-11-281-2/+2
* Fix tms0980 debugger hook and remove leftover debug code (nw) Olivier Galibert2017-11-281-2/+0
* Fix inclusion test (nw) Olivier Galibert2017-11-281-9/+9
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-267-557/+1780
* srcclean (nw) Vas Crabb2017-10-221-1/+1
* Explicitly allow floating point values for state registers AJR2017-10-131-2/+6
* device_state_interface: Polymorphism and std::function for entries (nw) (#2690) ajrhacker2017-10-123-5/+7
* debugcmd.cpp: Give this error message a newline (nw) AJR2017-08-081-1/+1