| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanups and version bumpmame0160 |  Miodrag Milanovic | 2015-03-25 | 1 | -1/+1 |
* | made -[no]dummywrite DEBUG only and removed it from the official documentatio... |  Oliver Stöneberg | 2015-03-24 | 1 | -0/+2 |
* | added missing initialization in video_manager (nw) |  Oliver Stöneberg | 2015-03-20 | 1 | -1/+2 |
* | added command-line option -[no]dummywrite to create snaphots of each frame wi... |  Oliver Stöneberg | 2015-03-17 | 1 | -1/+3 |
* | Cleanups and version bumpmame0159 |  Miodrag Milanovic | 2015-02-25 | 1 | -1/+1 |
* | Converted pcap and taptun network code into modules. (nw) |  couriersud | 2015-01-30 | 1 | -1/+1 |
* | Changed osd_font to struct osd_font and removed unnecessary osdepend.h |  couriersud | 2015-01-17 | 1 | -1/+1 |
* | luaengine: add frame hooking support |  Luca Bruno | 2014-12-25 | 1 | -0/+3 |
* | added command-line option -[no]snapbilinear to control binlinear filtering fo... |  Oliver Stöneberg | 2014-10-25 | 1 | -1/+7 |
* | and even less tagmap lookups counted (nw) |  Oliver Stöneberg | 2014-09-09 | 1 | -0/+9 |
* | Cleanups and version bump |  Miodrag Milanovic | 2014-07-22 | 1 | -10/+10 |
* | and a final batch of passing attotime as const reference (nw) |  Oliver Stöneberg | 2014-07-04 | 1 | -1/+1 |
* | made LUA script execute in main thread, but console running in another (nw) |  Miodrag Milanovic | 2014-06-09 | 1 | -0/+2 |
* | Call reset_partial_updates() at the end of vblank instead of at the end |  Dirk Best | 2014-05-19 | 1 | -3/+0 |
* | Amiga: Support PAL/NTSC switch for machines equipped with an ECS Agnus |  Dirk Best | 2014-05-18 | 1 | -0/+4 |
* | -Reorganized OSD, handling more sound output systems and debuggers, defaults ... |  Miodrag Milanovic | 2014-05-08 | 1 | -4/+0 |
* | Moved eminline and related files into /src/osd since it's system related (nw) |  Miodrag Milanovic | 2014-04-16 | 1 | -6/+6 |
* | MNG is now written when -mngwrite is used together with -aviwrite [Oliver StÃ... |  Oliver Stöneberg | 2014-04-07 | 1 | -61/+98 |
* | Cleanups and version bumpmame0153 |  Miodrag Milanovic | 2014-04-07 | 1 | -2/+2 |
* | Fix MNG recording (nw) |  Miodrag Milanovic | 2014-04-05 | 1 | -2/+3 |
* | renamed rendersw.c to rendersw.inc |  Oliver Stöneberg | 2014-03-19 | 1 | -1/+1 |
* | primary_screen -> first_screen() (nw) |  Miodrag Milanovic | 2014-03-15 | 1 | -10/+10 |
* | Moved core template container classes up from emutempl.h to coretmpl.h: |  Aaron Giles | 2014-03-11 | 1 | -6/+3 |
* | fixed taking screen shot (nw) |  Miodrag Milanovic | 2014-02-27 | 1 | -2/+3 |
* | Huge update, palette is now device (nw) |  Miodrag Milanovic | 2014-02-27 | 1 | -31/+4 |
* | Converted palette_t and palette_client to classes. General palette.c |  Aaron Giles | 2014-02-18 | 1 | -3/+3 |
* | Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... |  Miodrag Milanovic | 2014-02-16 | 1 | -4/+0 |
* | Magic numbers, just say no (nw) |  Alex W. Jackson | 2014-02-03 | 1 | -2/+3 |
* | Introduced a toggle_record_movie() method |  Nathan Woods | 2014-02-02 | 1 | -0/+19 |
* | Adding support for variable throttle |  Nathan Woods | 2014-02-02 | 1 | -5/+8 |
* | Moved src/emu/ui.? ==> src/emu/ui/ui.?, changed to follow MAME OOP convention... |  Nathan Woods | 2014-01-29 | 1 | -3/+3 |
* | More unglamorous cleanups |  Nathan Woods | 2014-01-19 | 1 | -8/+16 |
* | Bulk convert files that already had standard BSD license in my name |  Aaron Giles | 2013-10-16 | 1 | -31/+2 |
* | video.c : recompute_speed even if we skip frame, makes wav's output same for ... |  Miodrag Milanovic | 2013-07-01 | 1 | -1/+1 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -57/+57 |
* | Mark the display for screenless systems as changed whenever an output has cha... |  Wilbert Pol | 2012-11-22 | 1 | -1/+13 |
* | added missing \n to even more fatalerror() calls (no whatsnew) |  Oliver Stöneberg | 2012-09-08 | 1 | -1/+1 |
* | gfx_element is now a class. Accessors are provided for all |  Aaron Giles | 2012-09-06 | 1 | -1/+1 |
* | Hooray for templates. |  Aaron Giles | 2012-04-12 | 1 | -28/+2 |
* | Fixed disk loading so that it handles full region tags. Fixes laserdisc |  Aaron Giles | 2012-01-27 | 1 | -7/+10 |
* | Move devices into a proper hierarchy and handle naming |  Aaron Giles | 2012-01-24 | 1 | -11/+16 |
* | Change in minimum -STR before results are shown (nw) |  Scott Stone | 2012-01-21 | 1 | -2/+2 |
* | Death to SCREEN_EOF, which was ambiguously called either |  Aaron Giles | 2012-01-14 | 1 | -10/+1 |
* | Major bitmap-related changes throughout the system. There are |  Aaron Giles | 2012-01-12 | 1 | -8/+4 |
* | Removed machine.generic.tmpbitmap, VIDEO_START(generic_bitmapped), |  Aaron Giles | 2012-01-02 | 1 | -16/+10 |
* | Bulk conversion of bitmap_t * to bitmap_t & . With this change the |  Aaron Giles | 2012-01-02 | 1 | -9/+9 |
* | Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* |  Aaron Giles | 2011-12-31 | 1 | -8/+8 |
* | Move per emulator constants info into separate class [Miodrag Milanovic] |  Miodrag Milanovic | 2011-11-17 | 1 | -2/+2 |
* | (fix verbose msg) |  Michaël Banaan Ananas | 2011-08-22 | 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 | -7/+7 |