summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/devintrf.c
Commit message (Expand)AuthorAgeFilesLines
* Crazy idea: run mame -valid after altering the validity checks....mame0126 Aaron Giles2008-07-061-1/+0
* Removed bogus assertion - DEVICE_TYPE_WILDCARD is NULL Nathan Woods2008-05-041-1/+0
* Initializing device_config.machine to NULL Nathan Woods2008-04-081-0/+1
* Removing false assertion; NULL is also DEVICE_TYPE_WILDCARD Nathan Woods2008-04-021-3/+0
* Cleanups and version bump.mame0123u6 Aaron Giles2008-03-191-2/+2
* Removed excessive assertions in the device_list code -- it is ok to pass Aaron Giles2008-03-191-12/+0
* Fix chicken and egg problem with device_start callbacks. Aaron Giles2008-03-171-8/+16
* Added a bunch more asserts Zsolt Vasvari2008-03-091-11/+126
* Changed device interfaces to pass the device_config * rather Aaron Giles2008-03-061-95/+95
* Cleanups and version bump.mame0123u4 Aaron Giles2008-03-061-5/+5
* Added running_machine * to the device_config, live while the device Aaron Giles2008-03-051-0/+2
* Added macros to define device functions. Updated existing devices Aaron Giles2008-03-011-12/+162
* Fixes for screenless games. Aaron Giles2008-02-231-2/+0
* Cleanups and version bump for 0.123u2.mame0123u2 Aaron Giles2008-02-211-72/+72
* Most important thing to note about this change: Aaron Giles2008-02-211-11/+144
* Removed clock and flags as fundamental device parameters. Aaron Giles2008-02-201-3/+1
* Added support for inline device configuration. Aaron Giles2008-02-201-3/+8
* New module: devintrf.c/.h. Implements a generic device interface similar Aaron Giles2008-02-191-0/+536