summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/devintrf.h
Commit message (Expand)AuthorAgeFilesLines
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-386/+399
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-2/+8
* Cleanups and version bump. Aaron Giles2010-01-281-118/+118
* Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify Aaron Giles2010-01-211-3/+2
* Made direct accessors for device configuration state. Currently they Aaron Giles2010-01-211-20/+40
* Mark these virtual before I forget and later waste time debugging it. Aaron Giles2010-01-201-2/+2
* Convrted the rest of devintrf to classes and moved management Aaron Giles2010-01-191-168/+142
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-135/+209
* device_find_child_by_tag() -> device->subdevice() Aaron Giles2010-01-171-7/+0
* Created new template class tagged_list which manages a simple list Aaron Giles2010-01-171-73/+45
* Cleanups and version bump. Aaron Giles2010-01-161-3/+3
* Added casting operators to the region_info class so you can assign Aaron Giles2010-01-161-3/+14
* Within src/emu, basic conversions: Aaron Giles2010-01-121-7/+7
* Fixed memory freeing so that is it released in the opposite order Aaron Giles2010-01-111-2/+28
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-24/+23
* Extended the astring class wrapper into something useful, and Aaron Giles2010-01-081-2/+2
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-7/+7
* Fixes so we can compile as C++ again. Aaron Giles2009-12-281-1/+1
* Cleanups and version bump.mame0135u2 Aaron Giles2009-11-301-2/+2
* Added new module tagmap which is a simple hashed string map. Aaron Giles2009-11-231-13/+51
* Added device_find_child_by_tag helper function. Curt Coder2009-09-141-0/+3
* Cleanups and version bump.mame0132u4 Aaron Giles2009-07-101-1/+1
* Expanded address maps from 3 to 4. Moved ADDRESS_SPACE_PROGRAM/DATA/IO Aaron Giles2009-07-091-15/+46
* Another step. Moved the address-space related get_info constants Aaron Giles2009-07-081-0/+25
* Move address_map array from cpu_config to device_config. Added Aaron Giles2009-07-081-1/+2
* Added the concept of device contracts. A contract is a well-defined Aaron Giles2009-06-081-2/+26
* Fixing NVRAM function name to be the same for devices/non-devices. This makes... Fabio Priuli2009-06-031-1/+1
* Converted the Namco 50xx into a proper device. Aaron Giles2009-05-261-0/+3
* Deprecated device_set_info. Almost all devices had a NULL or empty Aaron Giles2009-04-231-26/+1
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-20/+17
* Modified the makefile to support experimental optional C++ Aaron Giles2009-02-281-7/+7
* Added the ability for devices to have their own custom inline config management. Aaron Giles2009-02-161-0/+7
* Ok, this is The Big One. Aaron Giles2009-02-111-0/+1
* On Mon, Jan 19, 2009 at 02:48:05PM +0100, Olivier Galibert wrote: Aaron Giles2009-01-221-11/+4
* 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-2/+21
* Added the concept of device "owner", for devices owned by other devices. Aaron Giles2008-12-171-2/+5
* Made CPUs into proper devices. CPUs are now added in the Aaron Giles2008-12-161-45/+47
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-5/+16
* Major cpuintrf changes: Aaron Giles2008-11-101-0/+1
* Added new functions for building device-relative tags. Changed machine Aaron Giles2008-10-031-0/+6
* Changed DEVICE_START functions to return an error code. Currently this Aaron Giles2008-09-091-3/+13
* Added new device interface selector: DEVINFO_PTR_ROM_REGION. This allows a Aaron Giles2008-09-061-0/+2
* Improved dip switch emulation in zn.c, ram hacks to get games booting are no ... smf-2008-08-251-0/+8
* devintrf.c: add devtag_get_device(machine, type, tag) to retrieve the device_... Couriersud2008-08-201-0/+3
* Cleanups/version bump.mame0126u3 Aaron Giles2008-07-311-1/+1
* Added region and regionbytes fields to the deviceconfig, which are Aaron Giles2008-07-301-18/+20
* Adding per-device and per-CPU validity checks Nathan Woods2008-07-061-0/+7
* Typo fix Nathan Woods2008-04-011-1/+1