summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/delegate.h
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0142u4 Angelo Salese2011-05-241-3/+3
* Readd type checking to late-binding delegates. This is generally used in Aaron Giles2011-05-111-63/+72
* Remove legacy trampolines in the 7474 device and fix Aaron Giles2011-05-051-20/+20
* devcb.h: removed inline configuration macros for devcb; they frighten me Aaron Giles2011-05-041-2/+26
* Add labels to devcb callbacks. Add static creation template function Aaron Giles2011-05-041-0/+14
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-2/+2
* Latest delegate changes removed the need for bindable_object, so Aaron Giles2011-04-291-72/+28
* Cleanups again Angelo Salese2011-04-181-16/+16
* Delegates 2.0 implementation. Resdesigned how delegates work to make Aaron Giles2011-04-161-916/+404
* Fix compiling on older GCCs (including OS X PowerPC) [Aaron Giles] R. Belmont2010-09-041-5/+5
* Cleanups and version bump.mame0139u2 Aaron Giles2010-08-301-159/+159
* Remove a level of indirection when calling m68000 memory handlers. Aaron Giles2010-08-191-3/+3
* Massive memory system change. This is another step along the path toward Aaron Giles2010-08-191-0/+1209