summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debugcpu.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* debug: Simplify now obsolete and buggy memory access code [O. Galibert] Olivier Galibert2018-05-111-94/+24
* srcclean (nw) Vas Crabb2018-04-221-6/+6
* remove safe_pc() and safe_pcbase() (nw) smf-2018-04-131-4/+4
* Added suspend and resume debugger commands (#3411) GavinAndrews2018-04-021-0/+23
* fix scheduling session events from debugger (nw) Vas Crabb2018-03-291-1/+1
* Reshuffle some stuff: Vas Crabb2018-03-281-89/+35
* Remove all uses of first_screen() from core files, nw Ryan Holtz2018-03-111-9/+22
* Grammar police (nw) Olivier Galibert2018-02-241-9/+9
* Debugger: fix f10 step over of instructions with a branch delay slot [smf] smf-2018-02-211-1/+1
* *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
* space.machine -> machine (nw) Olivier Galibert2017-12-141-2/+2
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-65/+33
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-33/+65
* Fix watchpoint hit message for address-shifted processors (nw) AJR2017-12-061-2/+2
* Merge pull request #2897 from vadosnaprimer/rewind R. Belmont2017-12-061-0/+8
|\
| * Rewind feature and RAM savestates. vadosnaprimer2017-12-061-0/+8
* | More fixes and simplifications (nw) Olivier Galibert2017-12-031-63/+23
|/
* 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-011-53/+43
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-12/+12
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-85/+28
* 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-121-1/+1
* This is too contentious, please put it up for review Vas Crabb2017-08-011-39/+432
* Changes to debugger memory address translation AJR2017-08-011-432/+39
* stop hotspot from crashing when you start running. (nw) smf-2017-07-251-29/+30
* Don't assume a watch point exists for the address space passed to watchpoint_... smf-2017-07-251-8/+9
* * Make XML file a class of its own managed with smart poitners Vas Crabb2017-07-211-11/+6
* Revert f8 behaviour, to run until next start of vblank, by re-adding a check ... smf-2017-07-041-1/+2
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-9/+9
* Rename AS_DECRYPTED_OPCODES to AS_OPCODES [O. Galibert] Olivier Galibert2017-07-031-7/+7
* debugcpu: Eliminate direct() from read_opcode [O. Galibert] Olivier Galibert2017-06-251-85/+6
* srcclean (nw) Vas Crabb2017-06-251-2/+2
* Fixed an issue that could cause the debugger 'source' command to falsely disp... Nathan Woods2017-06-241-1/+1
* Changed a few 'const char *' ==> 'const std::string &' in the MAME debugger (... npwoods2017-06-241-40/+36
* general cleanup: Vas Crabb2017-05-231-1/+1
* srcclean (nw) Vas Crabb2017-04-231-1/+1
* disable: Better interface (nw) Olivier Galibert2017-03-261-42/+20
* disable: reverse polarity (nw) Olivier Galibert2017-03-261-10/+10
* Fixed writes to decrypted opcode memory [v3] (#2190) PugsyMAME2017-03-261-3/+48
* srcclean (nw) Vas Crabb2017-03-261-1/+1
* Revert "Fixed writes to decrypted opcode memory" (#2185) Olivier Galibert2017-03-241-41/+10
* Fixed writes to decrypted opcode memory PugsyMAME2017-03-241-10/+41
* debugger: print octal addresses in the trace if CPU is octal. Sergey Svishchev2017-03-161-1/+8
* debugger_access: Refactor [O. Galibert] Olivier Galibert2017-03-021-87/+35
* Self-registering devices prep: Vas Crabb2017-02-271-4/+10
* srcclean (nw) Vas Crabb2017-01-221-1/+1