| Commit message (Expand) | Author | Age | Files | Lines |
| * | video.h: get rid of LCD_FRAMES_PER_SECOND (nw) |  hap | 2018-10-10 | 1 | -3/+0 |
| * | better handling for arbitrary numbers of screens (nw) |  Vas Crabb | 2018-03-12 | 1 | -2/+2 |
| * | Remove all uses of first_screen() from core files, nw |  Ryan Holtz | 2018-03-11 | 1 | -11/+39 |
| * | general cleanup: |  Vas Crabb | 2017-05-23 | 1 | -9/+2 |
| * | Fix debug build by removing vestiges of -dummywrite (nw) |  AJR | 2017-03-02 | 1 | -3/+0 |
| * | Introduce u8/u16/u32/u64/s8/s16/s32/s64 |  Vas Crabb | 2016-11-19 | 1 | -20/+20 |
| * | more TRUE/FALSE cleanup (nw) |  Miodrag Milanovic | 2016-10-22 | 1 | -4/+4 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -14/+14 |
| * | some bool <-> int not needed conversions, also cleaned drivenum.* was using m... |  Miodrag Milanovic | 2016-10-21 | 1 | -1/+1 |
| * | Fix -nodebug crash (nw) |  therealmogminer@gmail.com | 2016-06-08 | 1 | -1/+1 |
| * | Make osd_file a polymorphic class that's held with smart pointers |  Vas Crabb | 2016-03-14 | 1 | -7/+9 |
| * | Cleanups and version bump |  Miodrag Milanovic | 2016-02-24 | 1 | -9/+9 |
| * | Extend mame LUA api (nw) |  Jeffrey Clark | 2016-02-14 | 1 | -1/+1 |
| * | Added new options: |  Michele Fochi | 2016-02-08 | 1 | -0/+1 |
| * | VideoSnaps patch |  Michele Fochi aka motoschifo | 2016-02-07 | 1 | -0/+18 |
| * | Small code cleanup: |  dankan1890 | 2016-01-29 | 1 | -1/+1 |
| * | Return std::string objects by value rather than pass by reference |  AJR | 2016-01-10 | 1 | -1/+1 |
| * | clang-modernize part 1 (nw) |  Miodrag Milanovic | 2015-12-03 | 1 | -1/+1 |
| * | Initial conversion of core to C++14. Note that compilers are now limited to G... |  Miodrag Milanovic | 2015-12-03 | 1 | -2/+2 |
| * | moved all to std::string (nw) |  Miodrag Milanovic | 2015-04-22 | 1 | -1/+1 |
| * | string -> str rename due to future conflicts (nw) |  Miodrag Milanovic | 2015-04-12 | 1 | -1/+1 |
| * | Cleanups and version bumpmame0160 |  Miodrag Milanovic | 2015-03-25 | 1 | -2/+2 |
| * | added command-line option -[no]dummywrite to create snaphots of each frame wi... |  Oliver Stöneberg | 2015-03-17 | 1 | -0/+3 |
| * | More cleanups, there is issue with srcclean that needs to be taken care as we... |  Miodrag Milanovic | 2014-07-22 | 1 | -1/+1 |
| * | and a final batch of passing attotime as const reference (nw) |  Oliver Stöneberg | 2014-07-04 | 1 | -1/+1 |
| * | MNG is now written when -mngwrite is used together with -aviwrite [Oliver StÃ... |  Oliver Stöneberg | 2014-04-07 | 1 | -9/+14 |
| * | Moved core template container classes up from emutempl.h to coretmpl.h: |  Aaron Giles | 2014-03-11 | 1 | -1/+1 |
| * | Huge update, palette is now device (nw) |  Miodrag Milanovic | 2014-02-27 | 1 | -8/+0 |
| * | Magic numbers, just say no (nw) |  Alex W. Jackson | 2014-02-03 | 1 | -2/+4 |
| * | Introduced a toggle_record_movie() method |  Nathan Woods | 2014-02-02 | 1 | -0/+1 |
| * | Adding support for variable throttle |  Nathan Woods | 2014-02-02 | 1 | -4/+4 |
| * | More unglamorous cleanups |  Nathan Woods | 2014-01-19 | 1 | -0/+3 |
| * | Bulk convert files that already had standard BSD license in my name |  Aaron Giles | 2013-10-16 | 1 | -31/+2 |
| * | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -38/+38 |
| * | Mark the display for screenless systems as changed whenever an output has cha... |  Wilbert Pol | 2012-11-22 | 1 | -0/+2 |
| * | Final round of struct/union/enum normalization. |  Aaron Giles | 2012-09-16 | 1 | -1/+1 |
| * | Fixed disk loading so that it handles full region tags. Fixes laserdisc |  Aaron Giles | 2012-01-27 | 1 | -1/+1 |
| * | Move devices into a proper hierarchy and handle naming |  Aaron Giles | 2012-01-24 | 1 | -1/+1 |
| * | Major bitmap-related changes throughout the system. There are |  Aaron Giles | 2012-01-12 | 1 | -2/+2 |
| * | Removed machine.generic.tmpbitmap, VIDEO_START(generic_bitmapped), |  Aaron Giles | 2012-01-02 | 1 | -1/+1 |
| * | Bulk conversion of bitmap_t * to bitmap_t & . With this change the |  Aaron Giles | 2012-01-02 | 1 | -1/+1 |
| * | increasing core speed accuracy by factor 10 (in other words, emu/video.c m_sp... |  Michaël Banaan Ananas | 2011-08-20 | 1 | -1/+1 |
| * | Latest delegate changes removed the need for bindable_object, so |  Aaron Giles | 2011-04-29 | 1 | -1/+1 |
| * | Switch to using delegates for some callbacks: |  Aaron Giles | 2011-04-27 | 1 | -3/+2 |
| * | Switch from m_machine to machine() everywhere. In some cases this |  Aaron Giles | 2011-04-18 | 1 | -0/+1 |
| * | BIG update. |  Aaron Giles | 2011-03-29 | 1 | -1/+1 |
| * | mame_file is now emu_file and is a class. It is required |  Aaron Giles | 2011-02-12 | 1 | -3/+3 |
| * | Converted attotime to a class, with proper operators. Removed old |  Aaron Giles | 2011-02-03 | 1 | -1/+1 |
| * | Moved LCD layouts to emu section and removed some more ifdefs (no whatsnew) |  Miodrag Milanovic | 2011-01-05 | 1 | -1/+1 |
| * | Cleanups and version bump.mame0140u2 |  Aaron Giles | 2010-12-08 | 1 | -10/+10 |