summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/devcb.h
Commit message (Expand)AuthorAgeFilesLines
* Whoops, forgot to remove the tag parameter. Aaron Giles2010-10-181-2/+2
* Added new devcb type DEVCB_TYPE_DRIVER, which implies the driver_device. Aaron Giles2010-10-181-3/+8
* Cleanups and version bump.mame0139u3 Aaron Giles2010-09-191-1/+1
* Disambiguate the stub functions for MSVC. Aaron Giles2010-09-111-4/+4
* Added definitions for [DECLARE_]READ_LINE_MEMBER and [DECLARE_]WRITE_LINE_MEMBER Aaron Giles2010-09-111-7/+31
* Added read_status() and write_command() methods to the okim6295_device Aaron Giles2010-09-051-5/+19
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-12/+12
* Added macros for inline device handler initialization to devcb.h. [Couriersud] Couriersud2010-06-031-0/+13
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-12/+12
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-3/+8
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Added helper macros for input lines tied to GND/Vcc. Curt Coder2009-08-211-0/+19
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-11/+13
* Modified the makefile to support experimental optional C++ Aaron Giles2009-02-281-4/+4
* Cleanups and version bump.mame0129u4 Aaron Giles2009-02-171-1/+1
* 1. Added the ability to invoke CPU input lines with devcb callbacks Nathan Woods2009-01-311-0/+6
* Cleanups and version bump.mame0129u3 Aaron Giles2009-01-291-25/+25
* Added new module devcb, which can generically handle conversions between device Aaron Giles2009-01-261-0/+265