summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/devfind.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move ROM loading macros to romentry.h and remove romload.h from emu.h (nw) AJR2018-06-241-0/+1
* devfind: add asserts to detect tag being set after object resolution (nw) Vas Crabb2018-05-311-1/+3
* Set finder tag relative to current device being configured rather than Vas Crabb2018-04-301-7/+18
* Start adding stuff for iterating ROM entries in a more C++ way without needin... Vas Crabb2017-09-221-4/+4
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-54/+54
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-54/+54
* Prepare to make object finders behave like a pointer, not a half-pointer half... Vas Crabb2016-08-261-5/+60
* * Doxyfy a significant chunk of devfind.h Vas Crabb2016-08-251-16/+38
* Fix missing region report when DEVICE_SELF is used [O. Galibert] Olivier Galibert2016-08-151-2/+3
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-2/+2
* Iterate over devices C++11 style AJR2016-04-181-4/+7
* Devfind revision phase 1, cleaning out some legacy stuff AJR2016-04-071-3/+52
* reverting: Miodrag Milanovic2016-01-201-7/+7
* tags are now strings (nw) Miodrag Milanovic2016-01-161-7/+7
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-6/+6
* Some cleanups and init fixes with help of ReSharper C++ (nw) Miodrag Milanovic2015-11-111-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+125