summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger/win
Commit message (Expand)AuthorAgeFilesLines
* Goodbye 64 suffix on the main executable, it was nice knowing you. Vas Crabb2021-01-262-1/+23
* win32 debugger: Added context menu with Copy Visible and Paste commands to de... Vas Crabb2021-01-262-30/+183
* Fairly significant overhaul of Lua engine and some cleanup. Vas Crabb2020-11-252-6/+6
* -Switch to building MAME as C++17. Vas Crabb2020-11-153-2/+3
* Got rid of global_alloc/global_free. Vas Crabb2020-10-035-8/+8
* Debugger expression and memory access overhaul AJR2020-05-254-16/+19
* Revert "fixed some modernize-use-equals-default clang-tidy warnings (… (#6360) Oliver Stöneberg2020-04-082-2/+0
* copy-paste error (nw) Vas Crabb2020-01-311-1/+1
* there are reasons for things being the way they were (nw) Vas Crabb2020-01-3120-13/+63
* fixed some modernize-use-auto clang-tidy warnings (nw) (#6238) Oliver Stöneberg2020-01-306-11/+11
* fixed some modernize-use-equals-default clang-tidy warnings (nw) (#6237) Oliver Stöneberg2020-01-3020-58/+10
* fixed some clang-tidy warnings (nw) (#6197) Oliver Stöneberg2020-01-223-11/+11
* missed one Windows debugger thing (nw) Vas Crabb2019-11-181-1/+1
* misc cleanup: Vas Crabb2019-11-1816-39/+50
* (nw) misc cleanup: Vas Crabb2019-10-111-3/+3
* Use std::forward_list for breakpoint and registerpoint lists (nw) AJR2019-09-101-19/+8
* (nw) updated debug media menu to latest version Robbbert2019-07-132-13/+34
* (nw) windebug: fixed bug: in error-log window, Debug,New Memory Window would ... Robbbert2019-07-132-4/+2
* rewind implementation fixes and improvements vadosnaprimer2017-12-222-1/+20
* In the windows debugger log window add a Log/Clear menu to remove all logged ... yz70s2017-07-304-1/+80
* Merge tag 'mame0188' Vas Crabb2017-07-261-16/+17
|\
| * scope stuff down again, rvalue on left of ==, fewer early exits (nw) Vas Crabb2017-07-241-16/+18
| * In class consolewin_info method set_cpu does nothing if the cpu to be set is ... yz70s2017-07-242-1/+7
* | In class consolewin_info method set_cpu does nothing if the cpu to be set is ... yz70s2017-07-232-1/+7
|/
* srcclean (nw) Vas Crabb2017-06-251-1/+1
* Changed a few 'const char *' ==> 'const std::string &' in the MAME debugger (... npwoods2017-06-2411-13/+13
* (nw)Windows debugger: removed "Mount Item" for now due to bugs, also removed ... Robbbert2017-06-241-2/+10
* Windows debugger: image menu: Mount File/Create default to swpath instead of ... Robbbert2017-06-011-3/+39
* Windows debugger: image menu: added ability to load software-list items. Robbbert2017-06-012-3/+158
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-1/+1
* Cleanup, we already have NOMINMAX now in scripts (nw) Miodrag Milanovic2017-02-111-2/+0
* fix windows compile (nw) Miodrag Milanovic2017-02-1113-0/+13
* Remove emu.h from headers (nw) Olivier Galibert2017-02-115-5/+0
* Move special windows.h include directives to build defines (nw) Brad Hughes2016-12-281-1/+0
* Fix #1802 (uninitialised memory read as debugger command history) and clean u... Vas Crabb2016-12-172-52/+63
* Change window handle storage to template instead of void* (nw) (#1725) Brad Hughes2016-11-171-1/+1
* Small cleanup (nw) Miodrag Milanovic2016-11-111-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-228-45/+45
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-223-4/+4
* Bulk renaming of Windows string conversion functions Nathan Woods2016-10-034-10/+10
* Adding new string conversion overloads Nathan Woods2016-10-011-4/+4
* Changed win_get_window_text_utf8() to return std::string Nathan Woods2016-09-251-4/+2
* Convert OSD monitor info to modules plus add DXGI implementation Brad Hughes2016-09-141-0/+1
* fix after pass through the diff Vas Crabb2016-08-011-2/+2
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-313-5/+7
* Changed strconv.[cpp|h] functions to return their results as std::string and ... Nathan Woods2016-07-244-48/+21
* windebug: images: added Create option. Robbbert2016-07-091-4/+45
* windebug: in images menu, added support for 7z. Robbbert2016-07-091-5/+7
* more cleanup (nw) Miodrag Milanovic2016-07-012-5/+0
* Move window_list to osd_common_t Brad Hughes2016-06-111-1/+1