| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cleaned up various stuff. |  Vas Crabb | 2024-06-30 | 1 | -5/+7 |
| * | debug: fix MT#08870, debugger tracesym regression |  Patrick Mackinlay | 2024-06-05 | 1 | -1/+2 |
| * | emu/debug/debugcmd.cpp: Add NUL-terminated string argument support to printf/... |  Patrick Mackinlay | 2024-03-21 | 1 | -15/+74 |
| * | emu/debug/debugcmd.cpp: Added support for lowercase hex to printf/logerror. [... |  Vas Crabb | 2024-03-19 | 1 | -62/+34 |
| * | Clean up several sprintf() deprecation warningss in non-3rdparty code. [R. Be... |  arbee | 2023-06-03 | 1 | -1/+1 |
| * | Restored ability of for image devices to report specific error messages. |  Vas Crabb | 2023-04-08 | 1 | -4/+12 |
| * | Improvements to debugger 'map' command |  AJR | 2023-04-02 | 1 | -4/+5 |
| * | API change for device_image_interface |  AJR | 2023-03-30 | 1 | -2/+3 |
| * | Apply workaround for debugger history command consuming ridiculous amounts of... |  AJR | 2023-03-29 | 1 | -1/+1 |
| * | dimemory: Add the target address space to translate, wrap the constants |  Olivier Galibert | 2023-03-18 | 1 | -64/+83 |
| * | Revert "Make numbers signed in debugger where it matters" |  Vas Crabb | 2022-11-27 | 1 | -19/+21 |
| * | Make numbers signed in debugger where it matters |  AJR | 2022-11-16 | 1 | -21/+19 |
| * | Move debugger command parameter validation helpers into debugger_console |  AJR | 2022-10-29 | 1 | -583/+97 |
| * | Fix regressions in debugger trace command from d8d588262de1f11a529b208e470cff... |  AJR | 2022-09-02 | 1 | -2/+3 |
| * | Debugger changes |  AJR | 2022-08-28 | 1 | -54/+215 |
| * | ui/icorender.cpp: Revert initialisations that can hide real bugs. |  Vas Crabb | 2022-08-03 | 1 | -8/+7 |
| * | Change debugger command handler parameter vector element type from std::strin... |  AJR | 2022-08-02 | 1 | -158/+173 |
| * | debugger: Impose an arbitrary upper limit on the count parameter of the gni c... |  AJR | 2022-05-22 | 1 | -0/+6 |
| * | Add time command to MAME debugger. Returns current machine time. (#9727) |  tedgreen99 | 2022-05-08 | 1 | -0/+10 |
| * | Debugger feature improvements |  AJR | 2022-03-27 | 1 | -0/+53 |
| * | docs: Added page describing how MAME searches for media. |  Vas Crabb | 2022-03-10 | 1 | -5/+5 |
| * | debugcmd.cpp: Modernize implementation details of mini_printf |  AJR | 2022-02-28 | 1 | -49/+46 |
| * | Remove fileio.h from emu.h |  AJR | 2022-02-11 | 1 | -5/+4 |
| * | Render-related cleanup |  AJR | 2021-12-30 | 1 | -0/+1 |
| * | fixed size prefix in find command [smf] |  smf- | 2021-12-28 | 1 | -1/+1 |
| * | srcclean in preparation for branching 0.237 release |  Vas Crabb | 2021-10-24 | 1 | -1/+1 |
| * | Tie up a few loose ends: |  Vas Crabb | 2021-10-20 | 1 | -47/+75 |
| * | -debugger: Finished updating commands and documentation. |  Vas Crabb | 2021-10-19 | 1 | -111/+133 |
| * | Still more user experience improvements: |  Vas Crabb | 2021-10-18 | 1 | -146/+152 |
| * | More user experience improvements: |  Vas Crabb | 2021-10-15 | 1 | -17/+36 |
| * | More user experience improvements: |  Vas Crabb | 2021-10-14 | 1 | -71/+89 |
| * | Various improvements to the user experience: |  Vas Crabb | 2021-10-13 | 1 | -33/+36 |
| * | Fix pcatmem command (probably regressed in 360d3a5950f0649270822e2db1ea25028e... |  AJR | 2021-10-05 | 1 | -1/+1 |
| * | debugger: Extended target address syntax to include device/address space. (#8... |  Vas Crabb | 2021-10-01 | 1 | -785/+1016 |
| * | 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 |