summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/devcb.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-1/+1
* fixes for compiling with MSVC. smf-2012-04-241-2/+2
* For 16-bit devcb handlers, use separately-named templates Aaron Giles2012-04-221-2/+5
* fix for 16bit device callback from Judge (no whatsnew) Miodrag Milanovic2012-04-201-4/+4
* Converted memory_private to memory_manager and moved global memory Aaron Giles2012-04-051-4/+4
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-18/+10
* Cleanups and version bumpmame0142u3 Angelo Salese2011-05-081-22/+22
* devcb.h: removed inline configuration macros for devcb; they frighten me Aaron Giles2011-05-041-15/+0
* Add labels to devcb callbacks. Add static creation template function Aaron Giles2011-05-041-25/+43
* Reimplemented devcb using delegates and classes. Unified the logic Aaron Giles2011-05-021-258/+343
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-4/+0
* hack to get build to work on visual studio 2010, which breaks 16 bit device c... smf-2011-04-171-2/+2
* Implemented 16-bit device callbacks. [Curt Coder] Curt Coder2011-04-161-0/+104
* BIG update. Aaron Giles2011-03-291-2/+2
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-2/+2
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-12/+12
* 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