summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/dvmemory.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Memory region to use 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
| | | | fix start project for custom builds in Visual Studio (nw)
* Cleanups and version bumpmame0169 Miodrag Milanovic2015-12-301-1/+1
|
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-121-2/+2
|
* Fixed uninitialized variables, detected by VS2015 x64 build (nw) Miodrag Milanovic2015-12-071-2/+2
|
* Show more digits in fp values (issue #476) yz70s2015-12-061-3/+3
|
* Show 64 and 80 bit floats in windows and qt debugger (issue #476) yz70s2015-12-061-19/+96
|
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-17/+17
|
* First commit for issue #476 yz70s2015-11-301-53/+156
| | | | | | | | | "byte per chunk" is sostituted by "data format" data formats lesser than 9 work as before, data format 9 is 32 but floating point in the debug_view_memory class method bytes_per_chunk is substituted by get_data_format, set_bytes_per_chunk is substituted by set_data_format floating point values cannot be edited currently floating point values are available only in the windows debugger, next commit will add them to the qt debugger, osx i won't be able to do it afterwards 64 and 80 bit formats will be added
* Fixed some suggestions by ReSharper C++ (nw) Miodrag Milanovic2015-11-141-1/+1
|
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+820