| Commit message (Expand) | Author | Age | Files | Lines |
* | devcv2 -> devcb (nw) |  Miodrag Milanovic | 2014-05-14 | 1 | -0/+554 |
* | farewell devcb (nw) |  Miodrag Milanovic | 2014-05-13 | 1 | -1310/+0 |
* | no handler usage is possible in devcb so removing not used code (nw) |  Miodrag Milanovic | 2014-04-02 | 1 | -22/+0 |
* | Bulk convert files that already had standard BSD license in my name |  Aaron Giles | 2013-10-16 | 1 | -31/+2 |
* | removed implementation of legacy DEVCB_MEMORY_HANDLER and used members instea... |  Miodrag Milanovic | 2013-04-24 | 1 | -80/+0 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -2/+2 |
* | added missing parts to devcb (no whatsnew) |  Miodrag Milanovic | 2012-10-11 | 1 | -0/+248 |
* | device callback support for 32bit and 64bit handlers (no whatsnew) |  Miodrag Milanovic | 2012-10-11 | 1 | -0/+270 |
* | Added support for DEVCB_UNMAPPED, that will do the logging on read/write |  Miodrag Milanovic | 2012-10-09 | 1 | -0/+100 |
* | Since nobody checks for NULLs anyway, make |  Aaron Giles | 2012-09-19 | 1 | -4/+2 |
* | Fixed DEVCB_MEMORY_HANDLER regression (no whatsnew) |  Miodrag Milanovic | 2012-09-19 | 1 | -1/+1 |
* | Memory handler cleanup 3. Add mem_mask parameter |  Aaron Giles | 2012-09-17 | 1 | -17/+41 |
* | Memory handler normalization, part 2. Change legacy |  Aaron Giles | 2012-09-17 | 1 | -9/+9 |
* | Memory handler normalization, part 1. |  Aaron Giles | 2012-09-17 | 1 | -6/+62 |
* | ioport.c C++ conversion. Mostly internal changes, with no |  Aaron Giles | 2012-05-03 | 1 | -9/+9 |
* | Created ioport_manager and moved the port list to it. |  Aaron Giles | 2012-04-22 | 1 | -1/+1 |
* | Devcb port tags need to be relative, not absolute, like other devcb tags. |  Aaron Giles | 2012-02-25 | 1 | -2/+3 |
* | Move devices into a proper hierarchy and handle naming |  Aaron Giles | 2012-01-24 | 1 | -11/+1 |
* | Cleanups and version bumpmame0142u3 |  Angelo Salese | 2011-05-08 | 1 | -17/+17 |
* | Add labels to devcb callbacks. Add static creation template function |  Aaron Giles | 2011-05-04 | 1 | -36/+36 |
* | Reimplemented devcb using delegates and classes. Unified the logic |  Aaron Giles | 2011-05-02 | 1 | -403/+635 |
* | Implemented 16-bit device callbacks. [Curt Coder] |  Curt Coder | 2011-04-16 | 1 | -0/+159 |
* | BIG update. |  Aaron Giles | 2011-03-29 | 1 | -8/+8 |
* | Created new enum type address_spacenum for specifying an address |  Aaron Giles | 2011-03-27 | 1 | -8/+8 |
* | Added device_t::memory() to fetch a reference to the memory interface, |  Aaron Giles | 2011-03-27 | 1 | -5/+5 |
* | Cleanups and version bump.mame0141u4 |  Aaron Giles | 2011-03-25 | 1 | -1/+1 |
* | Added DEVICE_SELF_OWNER support for device callbacks. [Curt Coder] |  Curt Coder | 2011-03-15 | 1 | -4/+18 |
* | Added new devcb type DEVCB_TYPE_DRIVER, which implies the driver_device. |  Aaron Giles | 2010-10-18 | 1 | -6/+20 |
* | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 1 | -60/+48 |
* | Made device->tag and devconfig->tag into private member variables (m_tag). |  Aaron Giles | 2010-03-08 | 1 | -17/+17 |
* | Made direct accessors for device configuration state. Currently they |  Aaron Giles | 2010-01-21 | 1 | -17/+17 |
* | Correct a long-standing design flaw: device configuration state |  Aaron Giles | 2010-01-18 | 1 | -14/+14 |
* | device_find_child_by_tag() -> device->subdevice() |  Aaron Giles | 2010-01-17 | 1 | -7/+7 |
* | Within src/emu, basic conversions: |  Aaron Giles | 2010-01-12 | 1 | -21/+21 |
* | First round of an attempted cleanup of header files in the system. |  Aaron Giles | 2010-01-10 | 1 | -23/+22 |
* | Replaced all occurrences of cputag_get_cpu with devtag_get_device: the former... |  Fabio Priuli | 2010-01-06 | 1 | -5/+5 |
* | DEVCB_INPUT_PORT(tag) can be used for write callbacks. |  smf- | 2009-11-26 | 1 | -2/+28 |
* | Added new module tagmap which is a simple hashed string map. |  Aaron Giles | 2009-11-23 | 1 | -2/+2 |
* | Allowed child CPUs to be used in read8/write8 callbacks. |  Curt Coder | 2009-11-08 | 1 | -2/+12 |
* | From: Dirk Best <startaq@gmail.com> |  Aaron Giles | 2009-10-25 | 1 | -5/+34 |
* | Many casts added to the core files, and various other tweaks |  Aaron Giles | 2009-03-12 | 1 | -5/+5 |
* | Removed device types from device queries that use tags, under the |  Aaron Giles | 2009-03-02 | 1 | -12/+12 |
* | 1. Added the ability to invoke CPU input lines with devcb callbacks |  Nathan Woods | 2009-01-31 | 1 | -0/+21 |
* | Cleanups and version bump.mame0129u3 |  Aaron Giles | 2009-01-29 | 1 | -18/+18 |
* | Added new module devcb, which can generically handle conversions between device |  Aaron Giles | 2009-01-26 | 1 | -0/+262 |