summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/devintrf.h
Commit message (Expand)AuthorAgeFilesLines
* Ok, last major rename for this round: Aaron Giles2011-01-011-4/+4
* running_device -> device_t Aaron Giles2010-12-311-4/+0
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-3/+3
* More Clang fixes (verified OK with GCC) [Balrog] R. Belmont2010-10-161-4/+4
* Fix another Clang issue [Balrog] R. Belmont2010-10-031-6/+6
* Cleanups and version bump.mame0139u3 Aaron Giles2010-09-191-21/+21
* 04030: All sets in taito_f3.c, taito_z.c, kaneko16.c, konamigq.c, overdriv.c:... Aaron Giles2010-09-181-0/+1
* Added an integral device_timer_id to device timers. This is a Aaron Giles2010-09-171-2/+6
* Moved auto-finding code down into the device_t object so it can be more Aaron Giles2010-09-141-0/+105
* Made the mc146818 a proper device, modernized it, and added an NVRAM interface Aaron Giles2010-09-101-0/+5
* Added DECLARE/DEFINE_TRIVIAL_DERIVED_DEVICE macros to simplify the Aaron Giles2010-09-091-1/+35
* Move debug_setup() call to after the device_debug class is created. Aaron Giles2010-09-061-1/+0
* Added read_status() and write_command() methods to the okim6295_device Aaron Giles2010-09-051-0/+5
* Have each device create its own device_debug instead of letting the Aaron Giles2010-09-041-1/+0
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-1/+2
* Cleanups and version bump.mame0139u2 Aaron Giles2010-08-301-1/+1
* De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining Aaron Giles2010-08-261-29/+9
* Massive memory system change. This is another step along the path toward Aaron Giles2010-08-191-1/+1
* Remove the global clock accessors and cpu_* aliases: Aaron Giles2010-07-071-28/+0
* Time to kill off some deadwood. Aaron Giles2010-07-071-1/+0
* Cleanups and version bump.mame0138u3 Aaron Giles2010-07-061-3/+3
* Moved debugging structure away from CPUs only and attached to all Aaron Giles2010-07-061-0/+6
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-031-0/+4
* Added overrides to fetch the execute and state interfaces without doing Aaron Giles2010-07-021-1/+11
* Remove the following functions: Aaron Giles2010-07-011-12/+0
* Fix performance regression for PowerPC games. The timing made heavy use of Aaron Giles2010-06-301-0/+1
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-2/+2
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-0/+2
* Changed device name from an overridable function to a parameter passed to Aaron Giles2010-06-251-4/+4
* Cleanups and version bump. Aaron Giles2010-06-171-31/+31
* 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