| Commit message (Expand) | Author | Age | Files | Lines |
| * | Added seconds() and attoseconds() to attotime and prefixed members with |  couriersud | 2015-08-15 | 1 | -1/+1 |
| * | change flags from GAME_ to MACHINE_ |  David Haywood | 2015-07-29 | 1 | -5/+5 |
| * | Added resto for Kale, these are BSD3 (nw) |  Miodrag Milanovic | 2015-05-12 | 1 | -1/+1 |
| * | Added known authors to licenses tags (nw) |  Miodrag Milanovic | 2015-05-09 | 1 | -1/+1 |
| * | cleanup in mess section (nw) |  Miodrag Milanovic | 2015-04-19 | 1 | -6/+6 |
| * | There is no implicit conversion to char* in std::string (nw) |  Miodrag Milanovic | 2015-04-12 | 1 | -3/+3 |
| * | SMPC: added crude repeat key support in keyboard handling, makes typing more ... |  Angelo Salese | 2014-12-14 | 1 | -2/+2 |
| * | Cleanups and version bumpmame0155 |  Miodrag Milanovic | 2014-10-15 | 1 | -8/+8 |
| * | (MESS) misc generic cartslot conversions. while at it, I have added |  Fabio Priuli | 2014-09-27 | 1 | -107/+68 |
| * | ay8910_device and extended family: converted to devcb2 (nw) |  Ivan Vangelista | 2014-05-06 | 1 | -13/+2 |
| * | Cleanup of image device interfaces (nw) |  Miodrag Milanovic | 2014-05-02 | 1 | -1/+0 |
| * | Replaced set_irq_acknowledge_callback with proper MCFG_CPU_IRQ_ACKNOWLEDGE_DR... |  Miodrag Milanovic | 2014-04-23 | 1 | -3/+3 |
| * | converted i8255 to devcb2. nw. |  Fabio Priuli | 2014-04-17 | 1 | -11/+8 |
| * | Cleanups and version bumpmame0153 |  Miodrag Milanovic | 2014-04-07 | 1 | -1/+1 |
| * | commented legacy stuff removed |  Miodrag Milanovic | 2014-03-16 | 1 | -2/+0 |
| * | primary_screen -> first_screen() (nw) |  Miodrag Milanovic | 2014-03-15 | 1 | -2/+2 |
| * | Checkpoint 2: |  Alex W. Jackson | 2014-03-15 | 1 | -1/+1 |
| * | Made palette settings for screen explicit and mandatory for ind16 mode (nw) |  Miodrag Milanovic | 2014-03-14 | 1 | -1/+1 |
| * | MCFG_DEVICE_REMOVE("palette") replaced with proper MCFG_PALETTE_MODIFY (nw) |  Miodrag Milanovic | 2014-03-07 | 1 | -2/+2 |
| * | Moved optional_device<screen_device> m_screen and optional_device<palette_dev... |  Miodrag Milanovic | 2014-03-05 | 1 | -1/+3 |
| * | Huge update, palette is now device (nw) |  Miodrag Milanovic | 2014-02-27 | 1 | -31/+34 |
| * | first round of clang 3.4 fixes for MESS (nw) |  Oliver Stöneberg | 2014-02-20 | 1 | -0/+2 |
| * | Switched rgb_t to a class, replacing macros with methods. Mappings are |  Aaron Giles | 2014-02-19 | 1 | -28/+28 |
| * | Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... |  Miodrag Milanovic | 2014-02-16 | 1 | -2/+2 |
| * | Converted i8251 to DEVCB2 [smf] |  smf- | 2014-02-15 | 1 | -13/+1 |
| * | replaced read rx/cts/dcd callbacks in I8251 with write handlers, which allows... |  smf- | 2013-12-22 | 1 | -2/+0 |
| * | Copyright update. Please let me know if there's a blank and you would like to... |  Angelo Salese | 2013-10-15 | 1 | -0/+2 |
| * | Added dummy uPD7752 device |  Angelo Salese | 2013-08-07 | 1 | -43/+7 |
| * | modernised the AY8910 [smf] |  smf- | 2013-05-12 | 1 | -12/+12 |
| * | (MESS) cassette cleanup (nw) |  Miodrag Milanovic | 2013-04-17 | 1 | -4/+4 |
| * | unified formating of state class constructors, no functional change (nw) |  Miodrag Milanovic | 2013-04-10 | 1 | -25/+24 |
| * | Some mess modernization (nw) |  Miodrag Milanovic | 2013-02-18 | 1 | -7/+8 |
| * | IRQ_CALLBACK_MEMBER cleanup (no whatsnew) |  Miodrag Milanovic | 2013-02-18 | 1 | -8/+7 |
| * | (MESS) pc6001.c: Reduce tagmap lookups (nw) |  Wilbert Pol | 2013-02-10 | 1 | -189/+235 |
| * | Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) |  Wilbert Pol | 2013-02-05 | 1 | -2/+3 |
| * | output of new srcclean changes that are relatively small [smf] |  smf- | 2013-01-11 | 1 | -34/+17 |
| * | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -199/+199 |
| * | Replace some *_DEVICE_HANDLER with _MEMBER calls (no whatsnew) |  Miodrag Milanovic | 2012-09-26 | 1 | -12/+18 |
| * | TIMER_CALLBACK_DEVICE_MEMBER modernization part 2 (no whatsnew) |  Miodrag Milanovic | 2012-09-25 | 1 | -39/+39 |
| * | modernization or timer callbacks part 3 - final (no whatsnew) |  Miodrag Milanovic | 2012-09-24 | 1 | -7/+7 |
| * | Since nobody checks for NULLs anyway, make |  Aaron Giles | 2012-09-19 | 1 | -1/+1 |
| * | INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) |  Miodrag Milanovic | 2012-09-18 | 1 | -14/+14 |
| * | changed most of screen.machine() to machine() (no whatsnew) |  Miodrag Milanovic | 2012-09-18 | 1 | -16/+16 |
| * | Modernized screen update calls (no whatsnew) |  Miodrag Milanovic | 2012-09-17 | 1 | -36/+37 |
| * | Memory handler normalization, part 2. Change legacy |  Aaron Giles | 2012-09-17 | 1 | -3/+3 |
| * | Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... |  Miodrag Milanovic | 2012-09-13 | 1 | -90/+88 |
| * | Clear out remaining global inlines in diexec.h. |  Aaron Giles | 2012-09-12 | 1 | -6/+6 |
| * | Closeout on old macros. Retired cputag_set_input_line |  Aaron Giles | 2012-09-12 | 1 | -9/+9 |
| * | Merge of MESS sources (no whatsnew) |  Miodrag Milanovic | 2012-08-21 | 1 | -0/+2539 |