summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/devcb.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-9/+9
* Created ioport_manager and moved the port list to it. Aaron Giles2012-04-221-1/+1
* Devcb port tags need to be relative, not absolute, like other devcb tags. Aaron Giles2012-02-251-2/+3
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-11/+1
* Cleanups and version bumpmame0142u3 Angelo Salese2011-05-081-17/+17
* Add labels to devcb callbacks. Add static creation template function Aaron Giles2011-05-041-36/+36
* Reimplemented devcb using delegates and classes. Unified the logic Aaron Giles2011-05-021-403/+635
* Implemented 16-bit device callbacks. [Curt Coder] Curt Coder2011-04-161-0/+159
* BIG update. Aaron Giles2011-03-291-8/+8
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-8/+8
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-5/+5
* Cleanups and version bump.mame0141u4 Aaron Giles2011-03-251-1/+1
* Added DEVICE_SELF_OWNER support for device callbacks. [Curt Coder] Curt Coder2011-03-151-4/+18
* Added new devcb type DEVCB_TYPE_DRIVER, which implies the driver_device. Aaron Giles2010-10-181-6/+20
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-60/+48
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-17/+17
* Made direct accessors for device configuration state. Currently they Aaron Giles2010-01-211-17/+17
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-14/+14
* device_find_child_by_tag() -> device->subdevice() Aaron Giles2010-01-171-7/+7
* Within src/emu, basic conversions: Aaron Giles2010-01-121-21/+21
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-23/+22
* Replaced all occurrences of cputag_get_cpu with devtag_get_device: the former... Fabio Priuli2010-01-061-5/+5
* DEVCB_INPUT_PORT(tag) can be used for write callbacks. smf-2009-11-261-2/+28
* Added new module tagmap which is a simple hashed string map. Aaron Giles2009-11-231-2/+2
* Allowed child CPUs to be used in read8/write8 callbacks. Curt Coder2009-11-081-2/+12
* From: Dirk Best <startaq@gmail.com> Aaron Giles2009-10-251-5/+34
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-5/+5
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-12/+12
* 1. Added the ability to invoke CPU input lines with devcb callbacks Nathan Woods2009-01-311-0/+21
* Cleanups and version bump.mame0129u3 Aaron Giles2009-01-291-18/+18
* Added new module devcb, which can generically handle conversions between device Aaron Giles2009-01-261-0/+262