summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/devdelegate.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow devcb to be bound to a device/mixin or the target of a device Vas Crabb2018-05-021-28/+38
* std::function and delegate both require runtime relocations, slowing down sta... Vas Crabb2018-01-181-4/+3
* Warning: implicit private inheritance may be hazardous to your build (nw) AJR2018-01-171-1/+1
* std::function is too inefficient, use a device delegate instead (nw) AJR2018-01-171-3/+4
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-4/+4
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-7/+26
* Delegate support for lambdas and std::functions in general, also supporting c... Miodrag Milanovic2016-11-051-7/+11
* gcc 6.1.1 warning fixes (nw) Olivier Galibert2016-06-161-1/+1
* reverting: Miodrag Milanovic2016-01-201-11/+11
* tags are now strings (nw) Miodrag Milanovic2016-01-161-11/+11
* Refactoring memory map validity checking AJR2015-12-191-1/+4
* cleanup Miodrag Milanovic2015-12-061-4/+4
* clang-modernize part 5 Miodrag Milanovic2015-12-041-1/+1
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-4/+4
* delegate.h now supports mingw 32 bit builds with INTERNAL configuration. couriersud2015-05-311-0/+4
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-1/+1
* srcclean (nw) Curt Coder2012-10-071-1/+1
* Moved device_delegates into their own files. Employed a Aaron Giles2012-09-261-0/+106