summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0161 Miodrag Milanovic2015-04-291-1/+1
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-41/+43
* updated astring constructors to have just one string param, to be more like s... Miodrag Milanovic2015-04-131-4/+4
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-121-9/+9
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-10/+10
* cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic2015-04-111-4/+4
* Cleanups and version bumpmame0160 Miodrag Milanovic2015-03-251-1/+1
* made -[no]dummywrite DEBUG only and removed it from the official documentatio... Oliver Stöneberg2015-03-241-0/+2
* added missing initialization in video_manager (nw) Oliver Stöneberg2015-03-201-1/+2
* added command-line option -[no]dummywrite to create snaphots of each frame wi... Oliver Stöneberg2015-03-171-1/+3
* Cleanups and version bumpmame0159 Miodrag Milanovic2015-02-251-1/+1
* Converted pcap and taptun network code into modules. (nw) couriersud2015-01-301-1/+1
* Changed osd_font to struct osd_font and removed unnecessary osdepend.h couriersud2015-01-171-1/+1
* luaengine: add frame hooking support Luca Bruno2014-12-251-0/+3
* added command-line option -[no]snapbilinear to control binlinear filtering fo... Oliver Stöneberg2014-10-251-1/+7
* and even less tagmap lookups counted (nw) Oliver Stöneberg2014-09-091-0/+9
* Cleanups and version bump Miodrag Milanovic2014-07-221-10/+10
* and a final batch of passing attotime as const reference (nw) Oliver Stöneberg2014-07-041-1/+1
* made LUA script execute in main thread, but console running in another (nw) Miodrag Milanovic2014-06-091-0/+2
* Call reset_partial_updates() at the end of vblank instead of at the end Dirk Best2014-05-191-3/+0
* Amiga: Support PAL/NTSC switch for machines equipped with an ECS Agnus Dirk Best2014-05-181-0/+4
* -Reorganized OSD, handling more sound output systems and debuggers, defaults ... Miodrag Milanovic2014-05-081-4/+0
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-6/+6
* MNG is now written when -mngwrite is used together with -aviwrite [Oliver StÃ... Oliver Stöneberg2014-04-071-61/+98
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-2/+2
* Fix MNG recording (nw) Miodrag Milanovic2014-04-051-2/+3
* renamed rendersw.c to rendersw.inc Oliver Stöneberg2014-03-191-1/+1
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-151-10/+10
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-6/+3
* fixed taking screen shot (nw) Miodrag Milanovic2014-02-271-2/+3
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-31/+4
* Converted palette_t and palette_client to classes. General palette.c Aaron Giles2014-02-181-3/+3
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-4/+0
* Magic numbers, just say no (nw) Alex W. Jackson2014-02-031-2/+3
* Introduced a toggle_record_movie() method Nathan Woods2014-02-021-0/+19
* Adding support for variable throttle Nathan Woods2014-02-021-5/+8
* Moved src/emu/ui.? ==> src/emu/ui/ui.?, changed to follow MAME OOP convention... Nathan Woods2014-01-291-3/+3
* More unglamorous cleanups Nathan Woods2014-01-191-8/+16
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* video.c : recompute_speed even if we skip frame, makes wav's output same for ... Miodrag Milanovic2013-07-011-1/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-57/+57
* Mark the display for screenless systems as changed whenever an output has cha... Wilbert Pol2012-11-221-1/+13
* added missing \n to even more fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-081-1/+1
* gfx_element is now a class. Accessors are provided for all Aaron Giles2012-09-061-1/+1
* Hooray for templates. Aaron Giles2012-04-121-28/+2
* Fixed disk loading so that it handles full region tags. Fixes laserdisc Aaron Giles2012-01-271-7/+10
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-11/+16
* Change in minimum -STR before results are shown (nw) Scott Stone2012-01-211-2/+2
* Death to SCREEN_EOF, which was ambiguously called either Aaron Giles2012-01-141-10/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-8/+4