| Commit message (Expand) | Author | Age | Files | Lines |
| * | Goodbye 64 suffix on the main executable, it was nice knowing you. |  Vas Crabb | 2021-01-26 | 2 | -1/+23 |
| * | win32 debugger: Added context menu with Copy Visible and Paste commands to de... |  Vas Crabb | 2021-01-26 | 2 | -30/+183 |
| * | Fairly significant overhaul of Lua engine and some cleanup. |  Vas Crabb | 2020-11-25 | 2 | -6/+6 |
| * | -Switch to building MAME as C++17. |  Vas Crabb | 2020-11-15 | 3 | -2/+3 |
| * | Got rid of global_alloc/global_free. |  Vas Crabb | 2020-10-03 | 5 | -8/+8 |
| * | Debugger expression and memory access overhaul |  AJR | 2020-05-25 | 4 | -16/+19 |
| * | Revert "fixed some modernize-use-equals-default clang-tidy warnings (… (#6360) |  Oliver Stöneberg | 2020-04-08 | 2 | -2/+0 |
| * | copy-paste error (nw) |  Vas Crabb | 2020-01-31 | 1 | -1/+1 |
| * | there are reasons for things being the way they were (nw) |  Vas Crabb | 2020-01-31 | 20 | -13/+63 |
| * | fixed some modernize-use-auto clang-tidy warnings (nw) (#6238) |  Oliver Stöneberg | 2020-01-30 | 6 | -11/+11 |
| * | fixed some modernize-use-equals-default clang-tidy warnings (nw) (#6237) |  Oliver Stöneberg | 2020-01-30 | 20 | -58/+10 |
| * | fixed some clang-tidy warnings (nw) (#6197) |  Oliver Stöneberg | 2020-01-22 | 3 | -11/+11 |
| * | missed one Windows debugger thing (nw) |  Vas Crabb | 2019-11-18 | 1 | -1/+1 |
| * | misc cleanup: |  Vas Crabb | 2019-11-18 | 16 | -39/+50 |
| * | (nw) misc cleanup: |  Vas Crabb | 2019-10-11 | 1 | -3/+3 |
| * | Use std::forward_list for breakpoint and registerpoint lists (nw) |  AJR | 2019-09-10 | 1 | -19/+8 |
| * | (nw) updated debug media menu to latest version |  Robbbert | 2019-07-13 | 2 | -13/+34 |
| * | (nw) windebug: fixed bug: in error-log window, Debug,New Memory Window would ... |  Robbbert | 2019-07-13 | 2 | -4/+2 |
| * | rewind implementation fixes and improvements |  vadosnaprimer | 2017-12-22 | 2 | -1/+20 |
| * | In the windows debugger log window add a Log/Clear menu to remove all logged ... |  yz70s | 2017-07-30 | 4 | -1/+80 |
| * | Merge tag 'mame0188' |  Vas Crabb | 2017-07-26 | 1 | -16/+17 |
| |\ |
|
| | * | scope stuff down again, rvalue on left of ==, fewer early exits (nw) |  Vas Crabb | 2017-07-24 | 1 | -16/+18 |
| | * | In class consolewin_info method set_cpu does nothing if the cpu to be set is ... |  yz70s | 2017-07-24 | 2 | -1/+7 |
| * | | In class consolewin_info method set_cpu does nothing if the cpu to be set is ... |  yz70s | 2017-07-23 | 2 | -1/+7 |
| |/ |
|
| * | srcclean (nw) |  Vas Crabb | 2017-06-25 | 1 | -1/+1 |
| * | Changed a few 'const char *' ==> 'const std::string &' in the MAME debugger (... |  npwoods | 2017-06-24 | 11 | -13/+13 |
| * | (nw)Windows debugger: removed "Mount Item" for now due to bugs, also removed ... |  Robbbert | 2017-06-24 | 1 | -2/+10 |
| * | Windows debugger: image menu: Mount File/Create default to swpath instead of ... |  Robbbert | 2017-06-01 | 1 | -3/+39 |
| * | Windows debugger: image menu: added ability to load software-list items. |  Robbbert | 2017-06-01 | 2 | -3/+158 |
| * | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -1/+1 |
| * | Cleanup, we already have NOMINMAX now in scripts (nw) |  Miodrag Milanovic | 2017-02-11 | 1 | -2/+0 |
| * | fix windows compile (nw) |  Miodrag Milanovic | 2017-02-11 | 13 | -0/+13 |
| * | Remove emu.h from headers (nw) |  Olivier Galibert | 2017-02-11 | 5 | -5/+0 |
| * | Move special windows.h include directives to build defines (nw) |  Brad Hughes | 2016-12-28 | 1 | -1/+0 |
| * | Fix #1802 (uninitialised memory read as debugger command history) and clean u... |  Vas Crabb | 2016-12-17 | 2 | -52/+63 |
| * | Change window handle storage to template instead of void* (nw) (#1725) |  Brad Hughes | 2016-11-17 | 1 | -1/+1 |
| * | Small cleanup (nw) |  Miodrag Milanovic | 2016-11-11 | 1 | -1/+1 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 8 | -45/+45 |
| * | use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... |  Miodrag Milanovic | 2016-10-22 | 3 | -4/+4 |
| * | Bulk renaming of Windows string conversion functions |  Nathan Woods | 2016-10-03 | 4 | -10/+10 |
| * | Adding new string conversion overloads |  Nathan Woods | 2016-10-01 | 1 | -4/+4 |
| * | Changed win_get_window_text_utf8() to return std::string |  Nathan Woods | 2016-09-25 | 1 | -4/+2 |
| * | Convert OSD monitor info to modules plus add DXGI implementation |  Brad Hughes | 2016-09-14 | 1 | -0/+1 |
| * | fix after pass through the diff |  Vas Crabb | 2016-08-01 | 1 | -2/+2 |
| * | std::min and std:max instead of MIN and MAX, also some more macros converted ... |  Miodrag Milanovic | 2016-07-31 | 3 | -5/+7 |
| * | Changed strconv.[cpp|h] functions to return their results as std::string and ... |  Nathan Woods | 2016-07-24 | 4 | -48/+21 |
| * | windebug: images: added Create option. |  Robbbert | 2016-07-09 | 1 | -4/+45 |
| * | windebug: in images menu, added support for 7z. |  Robbbert | 2016-07-09 | 1 | -5/+7 |
| * | more cleanup (nw) |  Miodrag Milanovic | 2016-07-01 | 2 | -5/+0 |
| * | Move window_list to osd_common_t |  Brad Hughes | 2016-06-11 | 1 | -1/+1 |