summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/uml.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make osd_printf_* use util/strformat semantics. Vas Crabb2019-09-261-1/+1
* Renamed flipendian -> swapendian, as I spent minutes trying to find the funct... mooglyguy2018-11-051-2/+2
* modernise drcuml somewhat (nw) Vas Crabb2018-03-241-2/+2
* use more constexpr and literal classes in UML to give compiler more optimisat... Vas Crabb2018-03-171-428/+407
* uml: fix compile due to unused variable (nw) hap2017-10-231-0/+1
* uml : add case for parameter PTYPE_CODE_LABEL in uml instruction disassembly Happy2017-03-291-0/+5
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-3/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-45/+45
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-2/+2
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-2/+2
* UML: Added TZCNT instruction (Trailing Zero Count) [Ville Linde] Ville Linde2016-05-201-0/+2
* fix uml log (nw) Ville Linde2016-04-071-3/+11
* UML: Added FCOPYI and ICOPYF instructions to pass raw data between integer an... Ville Linde2016-04-031-3/+2
* * Support *n conversion in stream_format/string_format Vas Crabb2016-03-011-21/+21
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-35/+30
* Return std::string objects by value rather than pass by reference AJR2016-01-101-6/+5
* clang-modernize part 3 Miodrag Milanovic2015-12-041-6/+6
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1029