summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/devintrf.c
Commit message (Expand)AuthorAgeFilesLines
...
* Cleanups and version bump.mame0127u3 Aaron Giles2008-09-111-2/+2
* Changed DEVICE_START functions to return an error code. Currently this Aaron Giles2008-09-091-3/+27
* CPUs, sound chips, devices, and ROM-regions which are specified by devices Aaron Giles2008-09-081-1/+0
* Added new device interface selector: DEVINFO_PTR_ROM_REGION. This allows a Aaron Giles2008-09-061-1/+0
* Improved dip switch emulation in zn.c, ram hacks to get games booting are no ... smf-2008-08-251-0/+4
* devintrf.c: add devtag_get_device(machine, type, tag) to retrieve the device_... Couriersud2008-08-201-0/+20
* Cleanups/version bump.mame0126u3 Aaron Giles2008-07-311-1/+1
* Added region and regionbytes fields to the deviceconfig, which are Aaron Giles2008-07-301-1/+9
* 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