| Commit message (Expand) | Author | Age | Files | Lines |
| * | formats, osd, util: Started refactoring file I/O stuff. (#8456) |  Vas Crabb | 2021-08-22 | 1 | -3/+3 |
| * | Revert "Allow the bpset/wpset/rpset & map commands to act on any cpu, by pref... |  Vas Crabb | 2021-08-22 | 1 | -27/+22 |
| * | Debugger-related feature removals and cleanup |  AJR | 2021-08-15 | 1 | -47/+9 |
| * | Allow the bpset/wpset/rpset & map commands to act on any cpu, by prefixing th... |  smf- | 2021-07-28 | 1 | -22/+27 |
| * | Add %o format support to debugger printf command |  AJR | 2021-04-06 | 1 | -0/+26 |
| * | debug: add cls command to clear console buffer |  hap | 2021-02-16 | 1 | -0/+11 |
| * | Eliminate ARRAY_LENGTH template in favor of C++17's std::size |  AJR | 2021-02-14 | 1 | -1/+1 |
| * | Stop converting debugger console commands to all lowercase before parsing the... |  AJR | 2021-02-13 | 1 | -47/+48 |
| * | Much more core std::string_view modernization |  AJR | 2021-01-20 | 1 | -1/+2 |
| * | natkeyboard: Remove from ioport_manager |  AJR | 2020-12-26 | 1 | -2/+2 |
| * | Fairly significant overhaul of Lua engine and some cleanup. |  Vas Crabb | 2020-11-25 | 1 | -33/+33 |
| * | Implement views, which are essentially bankdevs integrated into the |  Olivier Galibert | 2020-11-22 | 1 | -3/+8 |
| * | Add strdump debugger command for dumping memory as ASCII strings |  AJR | 2020-11-18 | 1 | -0/+180 |
| * | -emu/render.cpp: Load from all external artwork paths. |  Vas Crabb | 2020-10-13 | 1 | -2/+2 |
| * | emu/debug: Removed more macros, added more const, make a couple more things u... |  Vas Crabb | 2020-10-12 | 1 | -2/+2 |
| * | Add abs, bit, s8, s16, s32 functions to debugger |  AJR | 2020-09-25 | 1 | -9/+67 |
| * | Merge tag 'mame0223' into mainline-master |  Vas Crabb | 2020-08-06 | 1 | -25/+23 |
| |\ |
|
| | * | -debug/debugcmd.cpp: Don't leak an open FILE when an argument is invalid and ... |  Vas Crabb | 2020-08-06 | 1 | -25/+23 |
| * | | Add 'fill' command to debugger. Syntax and operation are similar to 'find' co... |  AJR | 2020-08-01 | 1 | -0/+112 |
| |/ |
|
| * | srcclean for 0.223 |  Vas Crabb | 2020-07-26 | 1 | -1/+1 |
| * | add saver to operate memory region (#6837) |  Jacob | 2020-06-21 | 1 | -0/+110 |
| * | Allow debugger dump command to dump with byte granularity from address spaces... |  AJR | 2020-06-17 | 1 | -1/+1 |
| * | Debugger expression and memory access overhaul |  AJR | 2020-05-25 | 1 | -41/+124 |
| * | Add optional condition parameter to debugger gex command |  AJR | 2020-05-03 | 1 | -3/+7 |
| * | Make expressions octal for applicable address spaces in disassembly view |  AJR | 2020-04-13 | 1 | -21/+21 |
| * | Fix two cases where debugger can crash mame ("cheatlist" command before "chea... |  quasiscroto | 2020-03-13 | 1 | -0/+6 |
| * | Merge pull request #6195 from firewave/includes |  R. Belmont | 2020-01-22 | 1 | -1/+1 |
| |\ |
|
| | * | use C++ library includes (nw) |  firewave | 2020-01-22 | 1 | -1/+1 |
| * | | fixed some clang-tidy warnings (nw) (#6197) |  Oliver Stöneberg | 2020-01-22 | 1 | -1/+1 |
| |/ |
|
| * | Allow saving members of structures in n-dimensional arrays, even if the membe... |  Vas Crabb | 2019-12-09 | 1 | -4/+4 |
| * | Add cpulist command to debugger |  AJR | 2019-12-07 | 1 | -0/+16 |
| * | debugcmd.cpp: Correct the error message too (nw) |  AJR | 2019-09-23 | 1 | -1/+1 |
| * | Fix debugger dump command for address-shifted spaces |  AJR | 2019-09-21 | 1 | -11/+8 |
| * | Use std::forward_list for breakpoint and registerpoint lists (nw) |  AJR | 2019-09-10 | 1 | -12/+12 |
| * | fix MT 7382, 32bit overflow in some debug commands (nw) |  hap | 2019-07-30 | 1 | -7/+7 |
| * | Fix calculation of TMS34010/020 shifted memory addresses for debug save and l... |  AJR | 2019-07-04 | 1 | -2/+2 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -13/+14 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -14/+13 |
| * | distate: Expose state_find_entry (nw) |  AJR | 2019-03-16 | 1 | -1/+1 |
| * | Exclude non-CPUs from numerical indexing for debugger commands |  AJR | 2019-03-13 | 1 | -5/+10 |
| * | Eliminate qsort usage in debugger (nw) |  AJR | 2019-02-16 | 1 | -8/+4 |
| * | debugger: add %c to logerror |  Sven Schnelle | 2018-11-17 | 1 | -0/+12 |
| * | debugger: add 'gp' command |  Sven Schnelle | 2018-11-06 | 1 | -0/+14 |
| * | debugcpu.cpp: Move scripting functions down into console (nw) |  AJR | 2018-07-26 | 1 | -2/+2 |
| * | (nw) srcclean and some cleanup: |  Vas Crabb | 2018-07-22 | 1 | -1/+1 |
| * | emumem: Backend modernization [O. Galibert] |  Olivier Galibert | 2018-06-29 | 1 | -14/+34 |
| * | debugger: make save/load support virtual memory (nw) (#3683) |  Patrick Mackinlay | 2018-06-23 | 1 | -18/+33 |
| * | debugger: add command for go_exception (#3682) |  Patrick Mackinlay | 2018-06-23 | 1 | -0/+17 |
| * | Kludge some absolute tag lookups in the core that can't really be helped (nw) |  AJR | 2018-05-21 | 1 | -1/+1 |
| * | Make debugger dump command work with unaligned addresses |  AJR | 2018-05-14 | 1 | -6/+6 |