summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/drcbeut.cpp
Commit message (Collapse)AuthorAgeFilesLines
* cpu: Allow recompilers to work with W^X policy Vas Crabb2021-01-061-1/+1
|
* prettier, and fewer copies (nw) Vas Crabb2018-12-241-6/+4
|
* it's important to construct/destruct objects (nw) Vas Crabb2018-12-241-0/+4
|
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-1/+1
|
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-23/+23
| | | | | 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-2/+2
| | | | utf16_char, unicode_char (nw)
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent ↵ Miodrag Milanovic2016-04-241-2/+2
| | | | confusion (nw)
* cleanup (nw) Miodrag Milanovic2015-12-261-1/+1
|
* clang-modernize part 3 Miodrag Milanovic2015-12-041-22/+22
|
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+577