summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/devintrf.h
Commit message (Expand)AuthorAgeFilesLines
...
* Fix chicken and egg problem with device_start callbacks. Aaron Giles2008-03-171-3/+4
* Added skeletion device interface for timers. Just wanted to get feedback. Zsolt Vasvari2008-03-141-0/+1
* Changed device interfaces to pass the device_config * rather Aaron Giles2008-03-061-25/+25
* Added running_machine * to the device_config, live while the device Aaron Giles2008-03-051-0/+4
* Added macros to define device functions. Updated existing devices Aaron Giles2008-03-011-6/+75
* Cleanups and version bump for 0.123u2.mame0123u2 Aaron Giles2008-02-211-3/+3
* Most important thing to note about this change: Aaron Giles2008-02-211-3/+29
* Removed clock and flags as fundamental device parameters. Aaron Giles2008-02-201-1/+1
* Added support for inline device configuration. Aaron Giles2008-02-201-2/+5
* New module: devintrf.c/.h. Implements a generic device interface similar Aaron Giles2008-02-191-0/+209