| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | there are reasons for things being the way they were (nw) | 2020-01-31 | 1 | -0/+5 | |
| | | |||||
| * | fixed some modernize-use-equals-default clang-tidy warnings (nw) (#6237) | 2020-01-30 | 1 | -5/+0 | |
| | | |||||
| * | Changed a few 'const char *' ==> 'const std::string &' in the MAME debugger ↵ | 2017-06-24 | 1 | -1/+1 | |
| | | | | | (#2170) | ||||
| * | fix windows compile (nw) | 2017-02-11 | 1 | -0/+1 | |
| | | |||||
| * | NOTICE (TYPE NAME CONSOLIDATION) | 2016-10-22 | 1 | -4/+4 | |
| | | | | | | Use standard uint64_t, uint32_t, uint16_t or uint8_t instead of UINT64, UINT32, UINT16 or UINT8 also use standard int64_t, int32_t, int16_t or int8_t instead of INT64, INT32, INT16 or INT8 | ||||
| * | First commit for issue #476 | 2015-11-30 | 1 | -4/+4 | |
| | | | | | | | | | | "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 | ||||
| * | Rename *.c -> *.cpp in our source (nw) | 2015-11-08 | 1 | -0/+72 | |
