summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* srcclean (nw) Vas Crabb2019-10-261-1/+1
* Fix AVI framerate feos2019-10-031-10/+1
* don't force throttling while paused feos2019-09-141-1/+1
* video: additional fix to 33383cdaa727deb627bf65f865515327947a0720 (MAME slowd... hap2019-07-231-3/+4
* Making video_manager::effective_frameskip() public and exposing via LUA npwoods2019-07-181-1/+1
* luaengine: video:size(), video:pixels(), screen:refresh_attoseconds() [vadosn... cracyc2019-07-141-4/+36
|\
| * luaengine: video:size(), video:pixels(), screen:refresh_attoseconds() feos2019-07-121-4/+36
* | Make layout format more flexible: Vas Crabb2019-07-061-5/+0
|/
* (nw) Clean up the mess on master Vas Crabb2019-03-261-5/+14
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-14/+5
* video: don't use iter count (nw) hap2019-02-151-1/+5
* video: stop frameskipping constantly on screenless systems with frameskip=0 (nw) hap2019-02-151-2/+3
* Video throttling: Additive oversleeping Celelibi2019-02-151-3/+7
* Replace ATTOSECONDS_TO_HZ with as_hz where appropriate (nw) AJR2018-11-051-2/+2
* better handling for arbitrary numbers of screens (nw) Vas Crabb2018-03-121-97/+111
* Remove all uses of first_screen() from core files, nw Ryan Holtz2018-03-111-178/+373
* png: make it not leak memory by default, and look a but more like C++ Vas Crabb2017-08-131-11/+7
* more const, get rid of forced sleep (nw) Vas Crabb2017-08-021-16/+7
* general cleanup: Vas Crabb2017-05-231-3/+3
* Remove the minimum constraint for sleep, thus avoid choosing a seemingly 057a3dd61f99517a3afea0051a49cb27994f94d2017-05-201-8/+4
* Relax the threshold to consider an oversleep as a system time change, 057a3dd61f99517a3afea0051a49cb27994f94d2017-05-181-1/+1
* Fix video_manager::throttle_until_ticks (#2309) 057a3dd61f99517a3afea0051a49cb27994f94d2017-05-171-1/+6
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+2
* Fix debug build by removing vestiges of -dummywrite (nw) AJR2017-03-021-6/+1
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-22/+22
* Revert "Added IS_ENABLED, so we have compiler check for non used part, it is ... Miodrag Milanovic2016-11-121-1/+1
* Added IS_ENABLED, so we have compiler check for non used part, it is checked ... Miodrag Milanovic2016-11-111-1/+1
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-10/+10
* some bool <-> int not needed conversions, also cleaned drivenum.* was using m... Miodrag Milanovic2016-10-211-13/+13
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-3/+3
* Fix -nodebug crash (nw) therealmogminer@gmail.com2016-06-081-8/+10
* Major refactoring of debugger core [Ryan Holtz] therealmogminer@gmail.com2016-06-081-1/+1
* Revert "Allow for output to verify that a machine's emulation has ended prope... Scott Stone2016-05-161-9/+3
* Allow for output to verify that a machine's emulation has ended properly spec... Scott Stone2016-05-161-3/+9
* Added ability to create standalone emulators, added zexall as example (nw) Miodrag Milanovic2016-05-081-1/+1
* INC -> HXX makes editors and code analyzers see it as C++ (nw) Miodrag Milanovic2016-05-011-1/+1
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-7/+6
* video.cpp: create final snapshot on -str runs even for screenless systems. Fi... Ivan Vangelista2016-04-221-9/+6
* Iterate over devices C++11 style AJR2016-04-181-23/+19
* Compressed internal layouts [David Haywood] Miodrag Milanovic2016-03-301-1/+1
* Make osd_file a polymorphic class that's held with smart pointers Vas Crabb2016-03-141-28/+27
* * Support *n conversion in stream_format/string_format Vas Crabb2016-03-011-4/+4
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-41/+22
* ui: Moved options "Configure Directories" and "Save Configuration" into "Conf... dankan18902016-02-271-1/+1
* draw FPS counter even in menus (nw) Miodrag Milanovic2016-02-151-1/+1
* Added new options: Michele Fochi2016-02-081-7/+15
* VideoSnaps patch Michele Fochi aka motoschifo2016-02-071-1/+56
* Small code cleanup: dankan18902016-01-291-1/+1
* Pass and return palette devices by reference, not as pointers AJR2016-01-231-10/+15