| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove timer_device from emu.h and move it out of src/emu (nw) |  AJR | 2017-10-01 | 1 | -156/+0 |
| * | general cleanup: |  Vas Crabb | 2017-05-23 | 1 | -22/+18 |
| * | Introduce u8/u16/u32/u64/s8/s16/s32/s64 |  Vas Crabb | 2016-11-19 | 1 | -10/+10 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -7/+7 |
| * | NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... |  Miodrag Milanovic | 2016-04-24 | 1 | -7/+7 |
| * | Various cleanups suggested by static analyzer (nw) |  Miodrag Milanovic | 2016-04-24 | 1 | -7/+7 |
| * | reverting: |  Miodrag Milanovic | 2016-01-20 | 1 | -3/+3 |
| * | Revert "fixed issue with -lx (nw)" |  Miodrag Milanovic | 2016-01-20 | 1 | -2/+1 |
| * | fixed issue with -lx (nw) |  Miodrag Milanovic | 2016-01-19 | 1 | -1/+2 |
| * | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -3/+3 |
| * | clang-modernize part 1 (nw) |  Miodrag Milanovic | 2015-12-03 | 1 | -4/+4 |
| * | more passing of attotime as const references (nw) |  Oliver Stöneberg | 2014-07-04 | 1 | -3/+3 |
| * | legacy timer device callback removed (nw) |  Miodrag Milanovic | 2014-04-21 | 1 | -12/+0 |
| * | timers are member of vdp class (nw) |  Miodrag Milanovic | 2014-03-25 | 1 | -0/+9 |
| * | Bulk convert files that already had standard BSD license in my name |  Aaron Giles | 2013-10-16 | 1 | -31/+2 |
| * | output of new srcclean changes that are relatively small [smf] |  smf- | 2013-01-11 | 1 | -24/+12 |
| * | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -15/+15 |
| * | timer - made member calls work (no whatsnew) |  Miodrag Milanovic | 2012-09-25 | 1 | -4/+4 |
| * | Made timer_device use delegates (no whatsnew) |  Miodrag Milanovic | 2012-09-25 | 1 | -16/+32 |
| * | Move devices into a proper hierarchy and handle naming |  Aaron Giles | 2012-01-24 | 1 | -1/+1 |
| * | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 1 | -71/+46 |
| * | Converted core_options to a class. Removed a bunch of marginal |  Aaron Giles | 2011-03-03 | 1 | -1/+1 |
| * | mame_file is now emu_file and is a class. It is required |  Aaron Giles | 2011-02-12 | 1 | -1/+1 |
| * | Cleanups and version bump.mame0141u2 |  Aaron Giles | 2011-02-09 | 1 | -1/+1 |
| * | Convert emu_timers to objects. Move implementation and management of |  Aaron Giles | 2011-02-06 | 1 | -181/+65 |
| * | Attotime bulk conversion step: |  Aaron Giles | 2011-02-03 | 1 | -7/+7 |
| * | MDRV_* -> MCFG_* |  Aaron Giles | 2010-12-31 | 1 | -12/+12 |
| * | Added an integral device_timer_id to device timers. This is a |  Aaron Giles | 2010-09-17 | 1 | -1/+4 |
| * | Made the mc146818 a proper device, modernized it, and added an NVRAM interface |  Aaron Giles | 2010-09-10 | 1 | -2/+3 |
| * | De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining |  Aaron Giles | 2010-08-26 | 1 | -34/+21 |
| * | Modified way device_type constants are defined in order to get unidasm compil... |  Miodrag Milanovic | 2010-06-29 | 1 | -1/+1 |
| * | Changed device name from an overridable function to a parameter passed to |  Aaron Giles | 2010-06-25 | 1 | -3/+0 |
| * | Cleanups and version bump. |  Aaron Giles | 2010-06-17 | 1 | -6/+6 |
| * | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 1 | -77/+143 |
| * | Correct a long-standing design flaw: device configuration state |  Aaron Giles | 2010-01-18 | 1 | -15/+15 |
| * | First round of an attempted cleanup of header files in the system. |  Aaron Giles | 2010-01-10 | 1 | -4/+4 |
| * | NOTE: This change requires two new osd functions: osd_malloc() and |  Aaron Giles | 2010-01-08 | 1 | -1/+1 |
| * | Results of running the latest srcclean. |  Aaron Giles | 2009-12-28 | 1 | -2/+2 |
| * | From: hoge hoge [c8cv@hotmail.com] |  Aaron Giles | 2009-08-13 | 1 | -1/+1 |
| * | Removed the MDRV_<devtype>_REMOVE macros. A simple DEVICE_REMOVE |  Aaron Giles | 2009-06-08 | 1 | -3/+0 |
| * | Removed device types from device queries that use tags, under the |  Aaron Giles | 2009-03-02 | 1 | -2/+2 |
| * | Significantly optimized the inner execution loop. arknoid2 is ~2.5x |  Aaron Giles | 2008-12-22 | 1 | -4/+13 |
| * | Made the concept of a "clock" native to devices. The clock is now |  Aaron Giles | 2008-12-18 | 1 | -3/+3 |
| * | Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, |  Aaron Giles | 2008-11-26 | 1 | -10/+10 |
| * | Removed globals from cpuexec. |  Aaron Giles | 2008-11-25 | 1 | -14/+0 |
| * | Added concept of scheduling quanta to the timer system. Also added |  Aaron Giles | 2008-11-05 | 1 | -0/+7 |
| * | Added 22VP931 emulation, which is mostly working. Communication works |  Aaron Giles | 2008-09-25 | 1 | -3/+18 |
| * | From: Oliver Stoeneberg [mailto:oliverst@online.de] |  Aaron Giles | 2008-09-11 | 1 | -1/+1 |
| * | Changes MDRV_TIMER_DURATION to MDRV_TIMER_START_DELAY |  Zsolt Vasvari | 2008-03-15 | 1 | -4/+42 |
| * | Implements scanline based timer devices. |  Zsolt Vasvari | 2008-03-14 | 1 | -2/+10 |