summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/devintrf.c
Commit message (Expand)AuthorAgeFilesLines
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-25/+8
* Extended the astring class wrapper into something useful, and Aaron Giles2010-01-081-23/+10
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-7/+6
* Added some missing header declarations and static qualifiers. Added validity.... Phil Bennett2010-01-061-0/+1
* Allocate inline_config separately to avoid alignment issues. Aaron Giles2010-01-011-2/+4
* Fixes so we can compile as C++ again. Aaron Giles2009-12-281-1/+1
* Memory shares are now specified by tag instead of index. Aaron Giles2009-12-051-1/+1
* Cleanups and version bump.mame0135u2 Aaron Giles2009-11-301-5/+5
* Added new module tagmap which is a simple hashed string map. Aaron Giles2009-11-231-44/+95
* Cleanups and version bump.mame0134u1 Aaron Giles2009-09-241-3/+3
* Added device_find_child_by_tag helper function. Curt Coder2009-09-141-0/+21
* Fix for MSVC compile. Aaron Giles2009-07-101-2/+2
* Cleanups and version bump.mame0132u4 Aaron Giles2009-07-101-1/+1
* Another step. Moved the address-space related get_info constants Aaron Giles2009-07-081-3/+7
* Move address_map array from cpu_config to device_config. Added Aaron Giles2009-07-081-0/+1
* Cleanups and version bump.mame0132 Aaron Giles2009-06-081-2/+2
* Added the concept of device contracts. A contract is a well-defined Aaron Giles2009-06-081-0/+22
* Converted the Namco 50xx into a proper device. Aaron Giles2009-05-261-0/+5
* Bulk change alert. Aaron Giles2009-04-261-3/+2
* Deprecated device_set_info. Almost all devices had a NULL or empty Aaron Giles2009-04-231-67/+1
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-2/+2
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-43/+8
* Modified the makefile to support experimental optional C++ Aaron Giles2009-02-281-14/+14
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-02-261-1/+1
* Fixed CPU tags in recently added drivers. Added interface to the C6280 sound Aaron Giles2009-02-261-1/+1
* Cleanups and version bump.mame0129u4 Aaron Giles2009-02-171-1/+1
* Ok, this is The Big One. Aaron Giles2009-02-111-4/+36
* Devintrf bug fix Nathan Woods2009-02-011-1/+0
* Cleanups and version bump.mame0129u2 Aaron Giles2009-01-221-1/+1
* On Mon, Jan 19, 2009 at 02:48:05PM +0100, Olivier Galibert wrote: Aaron Giles2009-01-221-4/+35
* Cleanups and version bump. Aaron Giles2008-12-221-12/+12
* Cleaned up device and sound interfaces to match the CPU Aaron Giles2008-12-191-1/+1
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-83/+154
* Added the concept of device "owner", for devices owned by other devices. Aaron Giles2008-12-171-3/+3
* More device normalization: Aaron Giles2008-12-161-1/+0
* Made CPUs into proper devices. CPUs are now added in the Aaron Giles2008-12-161-256/+79
* Cleanups/version bump/added missing drivers.mame0128u5 Aaron Giles2008-12-061-1/+1
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-16/+17
* Cleanups and version bump.mame0127u7 Aaron Giles2008-10-091-2/+2
* Added new functions for building device-relative tags. Changed machine Aaron Giles2008-10-031-0/+38
* 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