| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge branch 'master' into time-experiments2 |  Aaron Giles | 2021-09-10 | 10 | -290/+153 |
| |\ |
|
| | * | Move endianness type into lib/util header |  AJR | 2021-08-31 | 1 | -1/+1 |
| | * | points.cpp: Minor correction to aef90f0db9ae60be5d03e86b4418c57f10f6b06b |  AJR | 2021-08-27 | 1 | -1/+1 |
| | * | Octalize watchpoint hit message for memory spaces defined as octal |  AJR | 2021-08-27 | 1 | -9/+19 |
| | * | formats, osd, util: Started refactoring file I/O stuff. (#8456) |  Vas Crabb | 2021-08-22 | 2 | -7/+7 |
| | * | Revert "Allow the bpset/wpset/rpset & map commands to act on any cpu, by pref... |  Vas Crabb | 2021-08-22 | 1 | -27/+22 |
| | * | Fix exception in debug memory viewer selecting a floating point format when t... |  AJR | 2021-08-16 | 1 | -0/+2 |
| | * | debugger/win/memorywininfo.cpp: Fix build |  AJR | 2021-08-16 | 1 | -1/+1 |
| | * | dvmemory: Substitute strongly typed enum for magic numbers specifying data fo... |  AJR | 2021-08-16 | 2 | -54/+79 |
| | * | Debugger-related feature removals and cleanup |  AJR | 2021-08-15 | 8 | -191/+22 |
| * | | Switch to using an exception to escape the inner timeslice loop. Clean up som... |  Aaron Giles | 2021-08-30 | 2 | -1/+14 |
| * | | Add working support for mid-timeslice saves/loads from the debugger. |  Aaron Giles | 2021-08-23 | 1 | -1/+1 |
| * | | Merge branch 'master' into time-experiments2 |  Aaron Giles | 2021-08-14 | 1 | -22/+27 |
| |\| |
|
| | * | Allow the bpset/wpset/rpset & map commands to act on any cpu, by prefixing th... |  smf- | 2021-07-28 | 1 | -22/+27 |
| * | | Merge branch 'master' into time-experiments2 |  Aaron Giles | 2021-06-04 | 1 | -3/+5 |
| |\| |
|
| | * | Fix minor positioning glitches in disassembly view related to changing sources |  AJR | 2021-05-09 | 1 | -3/+5 |
| * | | Clean up debug_flags access. |  Aaron Giles | 2021-04-24 | 1 | -7/+8 |
| * | | You know, if I'm nice enough to give you an accessor, please use it. |  Aaron Giles | 2021-04-24 | 2 | -2/+2 |
| * | | Simplify the suspend model, now the suspend reason implies eatcycles. |  Aaron Giles | 2021-04-23 | 1 | -1/+1 |
| * | | Save states working again. Changed to save persistent timers directly, using ... |  Aaron Giles | 2021-04-13 | 1 | -2/+2 |
| |/ |
|
| * | Add %o format support to debugger printf command |  AJR | 2021-04-06 | 1 | -0/+26 |
| * | Add 'wpsize' variable to access the data size from a watchpoint (#7837) |  Scott Percival | 2021-03-03 | 3 | -3/+6 |
| * | debug: add cls command to clear console buffer |  hap | 2021-02-16 | 4 | -1/+13 |
| * | Eliminate ARRAY_LENGTH template in favor of C++17's std::size |  AJR | 2021-02-14 | 5 | -8/+8 |
| * | Stop converting debugger console commands to all lowercase before parsing the... |  AJR | 2021-02-13 | 3 | -56/+56 |
| * | Update state views when memory is modified through the debugger (since regist... |  AJR | 2021-02-09 | 1 | -0/+1 |
| * | Bug fixes and usablility enhancements: |  Vas Crabb | 2021-01-29 | 1 | -0/+2 |
| * | debug/express.cpp: Fix parsing for preincrement & predecrement operators; mak... |  AJR | 2021-01-24 | 2 | -90/+72 |
| * | Much more core std::string_view modernization |  AJR | 2021-01-20 | 5 | -7/+10 |
| * | natkeyboard: Remove from ioport_manager |  AJR | 2020-12-26 | 1 | -2/+2 |
| * | debughlp.cpp: document loadr and saver debugger commands |  Ivan Vangelista | 2020-12-15 | 1 | -1/+34 |
| * | Prevent certain register values from being formatted with invalid characters ... |  AJR | 2020-12-14 | 1 | -0/+3 |
| * | debugcon.cpp, textbuf.cpp: More uses for std::string_view |  AJR | 2020-12-11 | 4 | -71/+67 |
| * | debug/textbuf.cpp: Another obvious use for std::string_view |  AJR | 2020-12-08 | 3 | -11/+6 |
| * | frontend: Lua engine improvements. |  Vas Crabb | 2020-11-30 | 2 | -2/+3 |
| * | Fairly significant overhaul of Lua engine and some cleanup. |  Vas Crabb | 2020-11-25 | 8 | -51/+51 |
| * | 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 | 3 | -0/+203 |
| * | Fix most implicit fallthrough warnings from clang |  Vas Crabb | 2020-11-17 | 1 | -1/+1 |
| * | Remove some deprecated instantiations of static constexpr members (MSVC compl... |  Vas Crabb | 2020-11-15 | 2 | -10/+0 |
| * | -Switch to building MAME as C++17. |  Vas Crabb | 2020-11-15 | 1 | -16/+16 |
| * | -emu/render.cpp: Load from all external artwork paths. |  Vas Crabb | 2020-10-13 | 3 | -42/+46 |
| * | emu/debug: Removed more macros, added more const, make a couple more things u... |  Vas Crabb | 2020-10-12 | 7 | -242/+220 |
| * | Got rid of global_alloc/global_free. |  Vas Crabb | 2020-10-03 | 1 | -9/+9 |
| * | Add abs, bit, s8, s16, s32 functions to debugger |  AJR | 2020-09-25 | 2 | -9/+72 |
| * | debug/express.h: Remove leftover declaration |  AJR | 2020-09-19 | 1 | -2/+0 |
| * | emu/save.cpp: Fix bad SFINAE trick breaking segapcm.cpp, fix saving attotime ... |  Vas Crabb | 2020-09-14 | 1 | -1/+1 |
| * | -util/xmlfile: Escape attribute and element content. |  Vas Crabb | 2020-09-06 | 1 | -1/+1 |
| * | express.cpp: Replace simple_list with std::list in parsing |  AJR | 2020-09-03 | 2 | -56/+87 |
| * | device_state_interface overhaul |  AJR | 2020-08-31 | 2 | -4/+6 |