summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/devdelegate.h
Commit message (Collapse)AuthorAgeFilesLines
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
| | | | to new license tagged form.
* 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
non-templatized helper class so that the code can live co-located, rather than invading device.h. Changed the read/write delegates to derive from device_delegate. Updated the address map macros to create these properly. Removed remnants of the old AM_BASE/SIZE macros from the memory system.