summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/devdelegate.c
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.
* srcclean (nw) Curt Coder2012-10-071-3/+3
|
* Moved device_delegates into their own files. Employed a Aaron Giles2012-09-261-0/+66
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.