| Commit message (Expand) | Author | Age | Files | Lines |
* | removed lot of legacy code in memory system and removed corresponding macros ... |  Miodrag Milanovic | 2014-05-05 | 1 | -0/+16 |
* | no handler usage is possible in devcb so removing not used code (nw) |  Miodrag Milanovic | 2014-04-02 | 1 | -42/+14 |
* | Removed line_cb_t. (nw) |  Curt Coder | 2014-03-18 | 1 | -3/+0 |
* | Removed DEVCB_LINE. (nw) |  Curt Coder | 2014-03-16 | 1 | -3/+0 |
* | Removed DEVCB_DEVICE_LINE. (nw) |  Curt Coder | 2014-03-16 | 1 | -1/+0 |
* | Removed DEVCB_DEVICE_HANDLER. (nw) |  Curt Coder | 2014-03-16 | 1 | -1/+0 |
* | refactored some legacy code from n64 (nw) |  Miodrag Milanovic | 2014-03-16 | 1 | -1/+1 |
* | ups (nw) |  Miodrag Milanovic | 2014-03-16 | 1 | -1/+1 |
* | moved legacy calls that left into one section, and commented not used devcb c... |  Miodrag Milanovic | 2014-03-16 | 1 | -13/+7 |
* | 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 | -4/+0 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -161/+161 |
* | Created a base class delegate_common_base for all delegate |  Aaron Giles | 2012-10-14 | 1 | -10/+0 |
* | device callback support for 32bit and 64bit handlers (no whatsnew) |  Miodrag Milanovic | 2012-10-11 | 1 | -2/+275 |
* | Added support for DEVCB_UNMAPPED, that will do the logging on read/write |  Miodrag Milanovic | 2012-10-09 | 1 | -1/+10 |
* | Moved device_delegates into their own files. Employed a |  Aaron Giles | 2012-09-26 | 1 | -0/+3 |
* | Memory handler cleanup 3. Add mem_mask parameter |  Aaron Giles | 2012-09-17 | 1 | -11/+25 |
* | Memory handler normalization, part 1. |  Aaron Giles | 2012-09-17 | 1 | -8/+12 |
* | ioport.c C++ conversion. Mostly internal changes, with no |  Aaron Giles | 2012-05-03 | 1 | -1/+1 |
* | fixes for compiling with MSVC. |  smf- | 2012-04-24 | 1 | -2/+2 |
* | For 16-bit devcb handlers, use separately-named templates |  Aaron Giles | 2012-04-22 | 1 | -2/+5 |
* | fix for 16bit device callback from Judge (no whatsnew) |  Miodrag Milanovic | 2012-04-20 | 1 | -4/+4 |
* | Converted memory_private to memory_manager and moved global memory |  Aaron Giles | 2012-04-05 | 1 | -4/+4 |
* | Move devices into a proper hierarchy and handle naming |  Aaron Giles | 2012-01-24 | 1 | -18/+10 |
* | Cleanups and version bumpmame0142u3 |  Angelo Salese | 2011-05-08 | 1 | -22/+22 |
* | devcb.h: removed inline configuration macros for devcb; they frighten me |  Aaron Giles | 2011-05-04 | 1 | -15/+0 |
* | Add labels to devcb callbacks. Add static creation template function |  Aaron Giles | 2011-05-04 | 1 | -25/+43 |
* | Reimplemented devcb using delegates and classes. Unified the logic |  Aaron Giles | 2011-05-02 | 1 | -258/+343 |
* | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 1 | -4/+0 |
* | hack to get build to work on visual studio 2010, which breaks 16 bit device c... |  smf- | 2011-04-17 | 1 | -2/+2 |
* | Implemented 16-bit device callbacks. [Curt Coder] |  Curt Coder | 2011-04-16 | 1 | -0/+104 |
* | BIG update. |  Aaron Giles | 2011-03-29 | 1 | -2/+2 |
* | Cleanup of machine.h. Shuffled some fields around, and moved several |  Aaron Giles | 2011-03-28 | 1 | -2/+2 |
* | Created new enum type address_spacenum for specifying an address |  Aaron Giles | 2011-03-27 | 1 | -1/+1 |
* | MDRV_* -> MCFG_* |  Aaron Giles | 2010-12-31 | 1 | -12/+12 |
* | Whoops, forgot to remove the tag parameter. |  Aaron Giles | 2010-10-18 | 1 | -2/+2 |
* | Added new devcb type DEVCB_TYPE_DRIVER, which implies the driver_device. |  Aaron Giles | 2010-10-18 | 1 | -3/+8 |
* | Cleanups and version bump.mame0139u3 |  Aaron Giles | 2010-09-19 | 1 | -1/+1 |
* | Disambiguate the stub functions for MSVC. |  Aaron Giles | 2010-09-11 | 1 | -4/+4 |
* | Added definitions for [DECLARE_]READ_LINE_MEMBER and [DECLARE_]WRITE_LINE_MEMBER |  Aaron Giles | 2010-09-11 | 1 | -7/+31 |
* | Added read_status() and write_command() methods to the okim6295_device |  Aaron Giles | 2010-09-05 | 1 | -5/+19 |
* | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 1 | -12/+12 |
* | Added macros for inline device handler initialization to devcb.h. [Couriersud] |  Couriersud | 2010-06-03 | 1 | -0/+13 |
* | Correct a long-standing design flaw: device configuration state |  Aaron Giles | 2010-01-18 | 1 | -12/+12 |
* | First round of an attempted cleanup of header files in the system. |  Aaron Giles | 2010-01-10 | 1 | -3/+8 |
* | Results of running the latest srcclean. |  Aaron Giles | 2009-12-28 | 1 | -1/+1 |
* | Added helper macros for input lines tied to GND/Vcc. |  Curt Coder | 2009-08-21 | 1 | -0/+19 |
* | Removed device types from device queries that use tags, under the |  Aaron Giles | 2009-03-02 | 1 | -11/+13 |
* | Modified the makefile to support experimental optional C++ |  Aaron Giles | 2009-02-28 | 1 | -4/+4 |
* | Cleanups and version bump.mame0129u4 |  Aaron Giles | 2009-02-17 | 1 | -1/+1 |