summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/x86log.cpp
Commit message (Collapse)AuthorAgeFilesLines
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-1/+29
| | | | | | | | Disassemblers are now independant classes. Not only the code is cleaner, but unidasm has access to all the cpu cores again. The interface to the disassembly method has changed from byte buffers to objects that give a result to read methods. This also adds support for lfsr and/or paged PCs.
* Create explicit i386dasm include for x86 DRC (nw) AJR2017-08-011-1/+1
|
* Changed the x86 disassembler to use 'std::ostream &' internally Nathan Woods2016-10-251-9/+11
|
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-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
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, ↵ Miodrag Milanovic2016-10-221-1/+1
| | | | utf16_char, unicode_char (nw)
* Clean up a bit more legacy code Vas Crabb2016-02-291-5/+1
|
* removed memory tracking (nw) Miodrag Milanovic2016-01-081-1/+1
|
* Modernize x86log.h and x86log.cpp: Vittorio Romeo2015-12-211-114/+6
| | | | | | | | | | | * 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`
* clang-modernize part 3 Miodrag Milanovic2015-12-041-4/+4
|
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+300