summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/dvstate.cpp
Commit message (Expand)AuthorAgeFilesLines
* emu/debug: Use "classic" locale for debug console. Vas Crabb2026-01-271-8/+10
* Prevent certain register values from being formatted with invalid characters ... AJR2020-12-141-0/+3
* Fairly significant overhaul of Lua engine and some cleanup. Vas Crabb2020-11-251-6/+6
* Remove some deprecated instantiations of static constexpr members (MSVC compl... Vas Crabb2020-11-151-7/+0
* device_state_interface overhaul AJR2020-08-311-2/+4
* emu: correct some file headers (nw) hap2020-06-191-1/+1
* Make debugger view startup more efficient - it's still not going to be practi... Vas Crabb2019-11-181-5/+6
* misc cleanup: Vas Crabb2019-11-181-4/+5
* better handling for arbitrary numbers of screens (nw) Vas Crabb2018-03-121-1/+1
* Remove all uses of first_screen() from core files, nw Ryan Holtz2018-03-111-13/+31
* dvstate beamx/beamy/frame: set to 0 on invalid(eg. screenless) (nw) hap2017-12-211-20/+8
* Self-registering devices prep: Vas Crabb2017-02-271-1/+5
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-11/+11
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-11/+11
* Cleanups and version bump Miodrag Milanovic2016-07-271-1/+1
* fix item hilighting in debugger state view when scrolling [Vas Crabb] Vas Crabb2016-07-131-107/+102
* Fix scroll in debugger state view Vas Crabb2016-07-111-79/+78
* Fix undefined symbols error in clang compile (nw) AJR2016-07-011-0/+5
* simplified memory management for save states and states (nw) Miodrag Milanovic2016-07-011-37/+21
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-1/+0
* Iterate over devices C++11 style AJR2016-04-181-4/+3
* Iterate over core classes C++11 style AJR2016-03-311-4/+4
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-5/+5
* replace osd_lock with std::mutex [Miodrag Milanovic] Miodrag Milanovic2016-01-301-9/+9
* reverting: Miodrag Milanovic2016-01-201-1/+1
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* Return std::string objects by value rather than pass by reference AJR2016-01-101-1/+1
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-13/+13
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+346