summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/x86log.h
Commit message (Collapse)AuthorAgeFilesLines
* Cleanups and version bumpmame0169 Miodrag Milanovic2015-12-301-53/+53
|
* Modernize x86log.h and x86log.cpp: Vittorio Romeo2015-12-211-8/+118
| | | | | | | | | | | * Use variadic template functions instead of `va_list` * In `x86log_mark_as_data` and `x86log_printf` * Add `noexcept` where appropriate/safe * Use `constexpr std::size_t` instead of macros for constants * Nest `nullptr` check to prevent useless check, add assertion * In `x86log_printf` * Move definitions of `log_comment`, `data_range_t`, `x86log_context` to `x86_log.h` from `x86_log.cpp` * Adapt usages of `x86log_printf` in `drcbex64.cpp` and `drcbex86.cpp`
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-0/+50